Hi, I was getting a divide by zero error on certain fields so introduced the following into a calculated cell...
=IFERROR(([Outstanding CCTV validation?]@row / [CCTV Validation Total]@row) * 100, "No data to allow calculation")
At first I thought it was ok but when I get 1/1 for each cell - Outstanding CCTV validation? and CCTV Validation Total respectively and then x 100 I get the same answer - "No data to allow calculation"
Obviously doing something really daft! Reading the smartsheet exemplar didn't help. Thanks in advance.