edit: My mistake, if b equals less than a it will display 0%. Otherwise having N/A display instead of #DIV/0 would be nice, it's not real necessary.
I am trying to make a formula for the followig question:
a= Number of deliveries
b= delivered on time
c= called with an updated arrival time (asked only if customer answers no to b)
Originally I used =c/(a-b) However the problem with that is if everyone was delivered on time then I have "blank" for c which gives me #DIV/0! Or if the answer is 0 I also get #DIV/0!
Can I have a forumla so that if c="blank" then display N/A, if c=0 then display "0%", if there's any other number then =c/(a-b) ?
Thank you for your help.
Bookmarks