I have a problem getting this formula to work.. It only works when there are numbers in C3 and J3, otherwise I get a FALSE in the cell..
The boards help is greatly appreciated.. Thank You..
=IF(ISERROR(IF(ISNUMBER(C3),IF(D3=3,(J3/C3)*1.25,IF(D3=4,(J3/C3)*1.67,IF(D3=5,(J3/C3)*0.625))))),"",IF(ISNUMBER(C3),IF(D3=3,(J3/C3)*1.25,IF(D3=4,(J3/C3)*1.67,IF(D3=5,(J3/C3))))))
The boards help is greatly appreciated.. Thank You..
=IF(ISERROR(IF(ISNUMBER(C3),IF(D3=3,(J3/C3)*1.25,IF(D3=4,(J3/C3)*1.67,IF(D3=5,(J3/C3)*0.625))))),"",IF(ISNUMBER(C3),IF(D3=3,(J3/C3)*1.25,IF(D3=4,(J3/C3)*1.67,IF(D3=5,(J3/C3))))))