SUMIF Reference another sheet formula
Options

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 !!!!!
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!