Skip to main content
Solved

Formula to remove NaN when 0/0

  • March 1, 2023
  • 3 replies
  • 205 views

sjohnson
Forum|alt.badge.img+4

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 

{Surveys Recieved-MGR}/{# of Managers}
 
Does anyone have any solutions?
Thanks !

Best answer by Yeshi_Wang

Update your formula to:

IF({# of Managers},{Surveys Recieved-MGR}/{# of Managers})

3 replies

Yeshi_Wang
Forum|alt.badge.img+4
  • New Participant
  • Answer
  • March 2, 2023

Update your formula to:

IF({# of Managers},{Surveys Recieved-MGR}/{# of Managers})


sjohnson
Forum|alt.badge.img+4
  • Author
  • New Participant
  • March 2, 2023

Thank you!


Forum|alt.badge.img+3
  • New Participant
  • October 29, 2024

Update your formula to:

IF({# of Managers},{Surveys Recieved-MGR}/{# of Managers})


Very helpful!