F FP Novice Feb 24, 2009 #1 How do I stop a 0 from showing up in a cell running a lookup function when there is a null value? Thanks, Todd
How do I stop a 0 from showing up in a cell running a lookup function when there is a null value? Thanks, Todd
S Sigmund Feb 24, 2009 #2 Hi, you can use and If statement so can eliminate the 0 or null Try and let me know =IF(LOOKUP(C3,F3:I4)=0," ",LOOKUP(C3,F3:I4))
Hi, you can use and If statement so can eliminate the 0 or null Try and let me know =IF(LOOKUP(C3,F3:I4)=0," ",LOOKUP(C3,F3:I4))