I have a spreadsheet that pulls over data based on a code that we have created. So the current Vlookup says that if the cell comes back with a 0, then it will lookup the other code and pull back the name. I could get it to work one way, but not the other. Any suggestions?
=IF(IFNA(VLOOKUP($E3,Usages!$A:$D,4,0),0)=0,(IFNA(VLOOKUP('Cost Savings Sheet'!C3,Usages!$A:$D,4,0),0)),IFNA(VLOOKUP(C3,Usages!$A:$D,4,0)>0,IFNA(VLOOKUP('Cost Savings Sheet'!E3,Usages!$A:$D,4,0),0)))
New Key New Code Old Key Old Code Material Description
3662591095 366259 3543251095 354325 BAG - CRUZ 12CT YELLOW CORN 50
3662811095 366281 3519371095 351937 FALSE
3662821095 366282 3519351095 351935 FALSE
I hope this makes sense.
=IF(IFNA(VLOOKUP($E3,Usages!$A:$D,4,0),0)=0,(IFNA(VLOOKUP('Cost Savings Sheet'!C3,Usages!$A:$D,4,0),0)),IFNA(VLOOKUP(C3,Usages!$A:$D,4,0)>0,IFNA(VLOOKUP('Cost Savings Sheet'!E3,Usages!$A:$D,4,0),0)))
New Key New Code Old Key Old Code Material Description
3662591095 366259 3543251095 354325 BAG - CRUZ 12CT YELLOW CORN 50
3662811095 366281 3519371095 351937 FALSE
3662821095 366282 3519351095 351935 FALSE
I hope this makes sense.