-
Notifications
You must be signed in to change notification settings - Fork 0
sumif, sumifs, sumproduct #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
sumif, sumifs, sumproduct #24
Conversation
…t-functions-with-tests
|
cursor review |
|
Should be its own PR. |
|
cursor review |
|
cursor review |
|
cursor review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Missing Function Documentation Pages
The documentation marks SUMIF and SUMIFS as 'Available' with links to their documentation pages (SUMIF and SUMIFS). However, these linked page stubs are not visible in the provided diff, indicating they may not exist. This violates the requirement that functions must be 'properly documented with their own page stub' that 'just have to exist' to prevent 404 errors, unlike SUMPRODUCT which had its page updated.
docs/src/functions/math-and-trigonometry.md#L85-L88
IronCalc/docs/src/functions/math-and-trigonometry.md
Lines 85 to 88 in b3c2224
| | SUM | <Badge type="tip" text="Available" /> | – | | |
| | SUMIF | <Badge type="tip" text="Available" /> | [SUMIF](math_and_trigonometry/sumif) | | |
| | SUMIFS | <Badge type="tip" text="Available" /> | [SUMIFS](math_and_trigonometry/sumifs) | | |
| | SUMPRODUCT | <Badge type="tip" text="Available" /> | [SUMPRODUCT](math_and_trigonometry/sumproduct) | |
Was this report helpful? Give feedback by reacting with 👍 or 👎
Summary
SUMPRODUCTfunctionSUMIFandSUMIFSin docsTesting
cargo test --workspace --libhttps://chatgpt.com/codex/tasks/task_e_68657274956c83279330f179fe5fc4aa