SUMIF Reference another sheet formula
Noble B
✭✭✭
Hello there,
i am currently trying to sum the total numbers of case from a date range while referencing another sheet, and keep getting an error and not sure how to proceed. Please help!
Tags:
Answers
-
Try this...
=SUMIFS({Total Cases}, {Dates}, AND(@cell >= [Date Restrictions]@row, @cell < [Date Restrictions]2))
-
@Paul Newcome thank you so much, that worked beautifully! last question. how to divide zero by zero without getting an error? i would rather the column say 0 or be left blank instead of the " #DIVIDE BY ZERO" error.
-
You can use an IFERROR statement.
=IFERROR(original_formula, 0)
=IFERROR([Total Auths Rejected]@row / [Total Number of cases]@row, 0)
-
thank you so very much @Paul Newcome !!!!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!