=IF(ISNA(LOOKUP(D8,$N$8:$N$71))=FALSE,VLOOKUP(E8,$A$2:$C$5,3,FALSE),0)
=IF(ISNA(VLOOKUP(D8,'Prod''n DL'!$A$2:$C$638,3,0)>0)=FALSE,E8*$B$1/VLOOKUP(E8,$A$2:$B$5,2,FALSE),0)
I would like to combine these two formulas into one cell, but I do not want them to be added together. Instead, I would like the answer to the first formula OR the answer to the second formula. I am in excel '03.
The gist of what I'm trying to accomplish: if the number in a cell in Column D is in array N8:N71, then vlookup the amount of the charge. If it is not in N8:N71, then look in Prod'n DL A2:C638. If the number is in this array and Cloumn 3 is greater than 0, then vlookup the amount of the charge.
I really hope this makes sense. Any help would be appreciated!
=IF(ISNA(VLOOKUP(D8,'Prod''n DL'!$A$2:$C$638,3,0)>0)=FALSE,E8*$B$1/VLOOKUP(E8,$A$2:$B$5,2,FALSE),0)
I would like to combine these two formulas into one cell, but I do not want them to be added together. Instead, I would like the answer to the first formula OR the answer to the second formula. I am in excel '03.
The gist of what I'm trying to accomplish: if the number in a cell in Column D is in array N8:N71, then vlookup the amount of the charge. If it is not in N8:N71, then look in Prod'n DL A2:C638. If the number is in this array and Cloumn 3 is greater than 0, then vlookup the amount of the charge.
I really hope this makes sense. Any help would be appreciated!
Last edited: