SWHarmon79
New Member
- Joined
- Aug 18, 2018
- Messages
- 13
- Office Version
- 365
- Platform
- Windows
I need to nest a few IF statements into a VLOOKUP and I am having issue figuring out how to get this right. I have looked through a number of related post but haven't found one describing my situation.
This is my current formula =IFERROR(VLOOKUP(A7,ElliotsPricingUpdate,6,0),"")
The table that this is looking at is a material price update sheet. It uses the industry standard E,C,M for 1, 100 and 1000. I need to nest IF statements that will take the E,C or M from column 6 and return either 1, 100 or 1000.
Any help would be much appreciated. Thanks
This is my current formula =IFERROR(VLOOKUP(A7,ElliotsPricingUpdate,6,0),"")
The table that this is looking at is a material price update sheet. It uses the industry standard E,C,M for 1, 100 and 1000. I need to nest IF statements that will take the E,C or M from column 6 and return either 1, 100 or 1000.
Any help would be much appreciated. Thanks