Hi,
I need to add an additional argument to the following:
=(IF(AND(D12=0,E12<>0),(-100%+I7),((D12-E12)/D12)-I7))
This works fine until there is a "0" (zero) in both D12 & E12 as it is dividing itself by zero and I get the #DIV/0! error.
I need this to input "-" if both D12 & E12 contain "0"...