MrPink1986
Active Member
- Joined
- May 1, 2012
- Messages
- 252
HI,
My formula below is not pulling back the expected value. I am running a vlookup to look first at the Vendor tab in my s/s. If this is Blank "", or an error it should look to the pRC tab and pull back the value if not here the comment "NO Price" is returned.
When running this formula I am getting back "NO Price" even though there is a vlaue in the PRC tab.
Any help greatly appreciated.
=IFERROR(IF(A14="","",IF(OR(VLOOKUP(E14,'Vendor'!$A:$AR,22,0)="",ISERROR(VLOOKUP(E14,'Vendor'!$A:$AR,22,0))),
VLOOKUP(A14,'PRC'!A:W,23,0),VLOOKUP(E14,'Vendor'!$A:$AR,22,0))),"No Price")
My formula below is not pulling back the expected value. I am running a vlookup to look first at the Vendor tab in my s/s. If this is Blank "", or an error it should look to the pRC tab and pull back the value if not here the comment "NO Price" is returned.
When running this formula I am getting back "NO Price" even though there is a vlaue in the PRC tab.
Any help greatly appreciated.
=IFERROR(IF(A14="","",IF(OR(VLOOKUP(E14,'Vendor'!$A:$AR,22,0)="",ISERROR(VLOOKUP(E14,'Vendor'!$A:$AR,22,0))),
VLOOKUP(A14,'PRC'!A:W,23,0),VLOOKUP(E14,'Vendor'!$A:$AR,22,0))),"No Price")