Baishamao
New Member
- Joined
- Sep 13, 2009
- Messages
- 19
Hello, I am sorry to be so thick about this, but how I can I make my Vlookup choose an alternative column based on less than or greater than?
I need to have column 6 pricing if quantities in column 5 are less than 25, and column 7 if more than 25 to 100, and column 8 if 100 or more.
I have been trying to introduce an additional if statement but I am not succeeding. Any help would be a boon.
kind thanks in anticipation of you Excel-Boffins.
=IF(ISERROR(VLOOKUP(B13,Sheet2!$A$1:$L$10000,6,FALSE)),"",(VLOOKUP(B13,Sheet2!$A$1:$L$10000,6,FALSE))
I need to have column 6 pricing if quantities in column 5 are less than 25, and column 7 if more than 25 to 100, and column 8 if 100 or more.
I have been trying to introduce an additional if statement but I am not succeeding. Any help would be a boon.
kind thanks in anticipation of you Excel-Boffins.
=IF(ISERROR(VLOOKUP(B13,Sheet2!$A$1:$L$10000,6,FALSE)),"",(VLOOKUP(B13,Sheet2!$A$1:$L$10000,6,FALSE))