Hello,
Could I have some assitanc please. I have written this formula to return values under certain conditions, however if 0 apears in cell CK3 the word False apears in cell CN3 where I have the formula. How can i stop the False from appearing? if CK has a value other than "0" the correct information is displayed in cell CN3
Formula as I have it at present
=IF(CK3="",0,IF(CK3>=300,'Look Up Table'!$M$10,IF(CK3>=90,'Look Up Table'!$M$11,IF(CK3>=30,'Look Up Table'!$M$12,IF(CK3>=11,'Look Up Table'!$M$13,IF(CK3>=0.03,'Look Up Table'!$M$14))))))
Thanks you
Could I have some assitanc please. I have written this formula to return values under certain conditions, however if 0 apears in cell CK3 the word False apears in cell CN3 where I have the formula. How can i stop the False from appearing? if CK has a value other than "0" the correct information is displayed in cell CN3
Formula as I have it at present
=IF(CK3="",0,IF(CK3>=300,'Look Up Table'!$M$10,IF(CK3>=90,'Look Up Table'!$M$11,IF(CK3>=30,'Look Up Table'!$M$12,IF(CK3>=11,'Look Up Table'!$M$13,IF(CK3>=0.03,'Look Up Table'!$M$14))))))
Thanks you