The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
Mar 01, 2023 11:06 AM
Hi I am trying to figure out how to remove the NaN value when the formula is 0/0
I need it to reflect 0. I have tried IF() and IF(And( formula's but I cant seem to get it to work
current formula is
Solved! Go to Solution.
Mar 01, 2023 05:28 PM
Update your formula to:
IF({# of Managers},{Surveys Recieved-MGR}/{# of Managers})
Mar 01, 2023 05:28 PM
Update your formula to:
IF({# of Managers},{Surveys Recieved-MGR}/{# of Managers})
Mar 02, 2023 08:32 AM
Thank you!
Oct 29, 2024 12:40 PM
Very helpful!