DKRbella0814
Board Regular
- Joined
- Aug 10, 2008
- Messages
- 155
column M = PO or Standard
=IF(J2="","LT","PO")
column N = PO or Lead Time (Days)
=IF(OR(L2="lt",L2="po",VLOOKUP(B2,'Vendor List'!$A$4:$D$73,4,FALSE),"PO")
Please help me figure out why col N is returning a #N/A error; the lookup value is in the lookup table in the exact format as in B2...I can't figure this out. Maybe a formatting issue?
=IF(J2="","LT","PO")
column N = PO or Lead Time (Days)
=IF(OR(L2="lt",L2="po",VLOOKUP(B2,'Vendor List'!$A$4:$D$73,4,FALSE),"PO")
Please help me figure out why col N is returning a #N/A error; the lookup value is in the lookup table in the exact format as in B2...I can't figure this out. Maybe a formatting issue?