C
Cerealkiller via OfficeKB.com
I have Excel 2000 I am trying to make this IF statement work. What I want to
do is if H44 equals a number 1 to whatever then use colum N44 if H44 equals 0
then use O44
=IF(H44=0,0,IF(OR(H44=N44,IF(OR(H44=O44))))
do is if H44 equals a number 1 to whatever then use colum N44 if H44 equals 0
then use O44
=IF(H44=0,0,IF(OR(H44=N44,IF(OR(H44=O44))))