thewiseguy
Well-known Member
- Joined
- May 23, 2005
- Messages
- 1,015
- Office Version
- 365
- Platform
- Windows
hi all. Here is my current VLOOKUP:
=IFERROR(IFERROR(VLOOKUP(A2,BOM_Full,18,FALSE),VLOOKUP(A2,ProjectLevel_BOM,6,FALSE)),"")
I am trying to add another criteria to my 2nd VLOOKUP:
I'd like the 2nd vlookup to return a value ONLY if "Labor" is found in Project_Level_BOM, 3
Any help is greatly appreciated!
=IFERROR(IFERROR(VLOOKUP(A2,BOM_Full,18,FALSE),VLOOKUP(A2,ProjectLevel_BOM,6,FALSE)),"")
I am trying to add another criteria to my 2nd VLOOKUP:
I'd like the 2nd vlookup to return a value ONLY if "Labor" is found in Project_Level_BOM, 3
Any help is greatly appreciated!