J
Jacob
=IF(AND(D14>1,(L14="Correspondent")),((M51/D14)+D17),(((P29+M51)/D14)+D17))
This is the formula I'm currently using.
Here's my question: if nothing is filled in the precendent fields, the above
returns the DIV/0! error, of course. How can I avoid this?
Typically, I do the =IF(SOMETHING, IF YES, "") to get rid of the divide by
zero error. But in the above case, I need my result cell to show once
formula if yes, and another if no, and then if nothing at all, don't display
the DIV/0!. Does that make sense??
I hope so!
Thanks for your help,
Jacob
This is the formula I'm currently using.
Here's my question: if nothing is filled in the precendent fields, the above
returns the DIV/0! error, of course. How can I avoid this?
Typically, I do the =IF(SOMETHING, IF YES, "") to get rid of the divide by
zero error. But in the above case, I need my result cell to show once
formula if yes, and another if no, and then if nothing at all, don't display
the DIV/0!. Does that make sense??
I hope so!
Thanks for your help,
Jacob