Any suggestions on how to make this exceptions formula more accurate? Smartsheets keeps adding 10 rows to my sheet with no data causing my formula to be off.
I have 88 rows with data and a total of 98 rows. Out of the 88 row 21 are an exception with the checkbox selected.
This is the formula I am using.
=COUNTIF({Master Sheet Exceptions}, 1) / COUNT({Master Sheet Exceptions})
The answer should be 23% (21*100)/88=23.86 but Smartsheet is giving me a 21% (21/100)/98=21.43.