I'm using =if(d3*e3/f3+g3<>0,d3*e3/f3+g3,0)
Isn't there something similar to iferror(x,0) - that simply returns x as long as x is not an error.
A number of times - I need to test if something meets some condition and if it does I just want that value returned and if not I want a zero - but it involves say if the calc meets the condition that I have to again say provide me with the calc.
Tx
Isn't there something similar to iferror(x,0) - that simply returns x as long as x is not an error.
A number of times - I need to test if something meets some condition and if it does I just want that value returned and if not I want a zero - but it involves say if the calc meets the condition that I have to again say provide me with the calc.
Tx