Randy Hill
New Member
- Joined
- May 22, 2015
- Messages
- 2
Help please. I have a vlookup that does not work properly and can not figure it out.
Cell D28 is the number of students in a class, depending of the number the price will change.
This is what I have
=LOOKUP(D28{0,0;4,"$65.00";9,"$75.00";10,"$100.00";15,"$150.00"})
1-4 students should show $65.00
5-9 students should show $75.00
10-14 students should show $100.00
15 or more should show $150.00
everything works but the 5-9 range, it still shows a price of $65.00
Thanks
Cell D28 is the number of students in a class, depending of the number the price will change.
This is what I have
=LOOKUP(D28{0,0;4,"$65.00";9,"$75.00";10,"$100.00";15,"$150.00"})
1-4 students should show $65.00
5-9 students should show $75.00
10-14 students should show $100.00
15 or more should show $150.00
everything works but the 5-9 range, it still shows a price of $65.00
Thanks