Show 100%
Options

Marilen.Navarro103391
ββββββ
How to show 100% if "0" is the answer on the formula below.
=IFERROR(SUM([121-365 Days]1:[>365 Days]@row) / [Grand Total]@row, 0)
Thanks.
Best Answer
-
=IFERROR(if(SUM([121-365 Days]1:[>365 Days]@row) / [Grand Total]@row = 0,1,SUM([121-365 Days]1:[>365 Days]@row) / [Grand Total]@row), 0)
Something like that?
Answers
-
=IFERROR(if(SUM([121-365 Days]1:[>365 Days]@row) / [Grand Total]@row = 0,1,SUM([121-365 Days]1:[>365 Days]@row) / [Grand Total]@row), 0)
Something like that?
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!