View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.newusers
Alan Alan is offline
external usenet poster
 
Posts: 492
Default I Need Help! Asap.

=VLOOKUP(A1,{1,10;2,15;3,20;4,30;5,40;6,55;7,60;8, 70},2)
You can extend this as far as needed if you want a solution in just one
cell,
Regards,
Alan
PS This with inspiration from Bob Phillips earlier today!
"kristyb" wrote in
message ...

I am trying to create a quote sheet.

I have located similar information however it doesn't make sense. I
tried to used nested IF statements but the limit of 7 doesn't work out
very well. Then I tried to explore Macros but I have no idea how those
work. So I really need some help.

Right now I have three things.

Amount of Users - Cost

Based on the amount of users, it produces a cost associated.

1 = 10
2 = 15
3 = 20
4 = 30
5 = 40
6 = 55
7 = 60
8 = 70

.... 40 = XXX and so on.

Prices are fictional however I need it to pull the amount of users and
produce teh cost associated with it.


--
kristyb
------------------------------------------------------------------------
kristyb's Profile:
http://www.excelforum.com/member.php...o&userid=37311
View this thread: http://www.excelforum.com/showthread...hreadid=570185