VLOOKUP HELP

F

Fran

i want to use VLOOKUP to figure out the price of a ticket.
b7 is nbr of tickets
b8 is ticket series
b9 is the location of the seat

cells a15:c20 is the price chart example
series level 1 level 2
a $10 $5
b $15 $10
i have to find the series (b8) the find the location (b9) and then use the
price chart (a15:c20) to find the price.

once i find the price of the ticket in the chart, i have to multiply it by
(b7) the number of tickets. any help????
 
G

Guest

Assuming your table headers are in A15:C15 and your row descriptions are in
A15:A20:

=B7*INDEX(A15:C20,MATCH(B8,A15:A20,0),MATCH(B9,A15:C15,0))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

vlookup question 5
vlookup help....PLEASE! 1
help with vlookup 3
PLEASE HELP TO MATCH ALL SHEET AND THEN MERGE, 1
VLOOKUP Function 3
If Statement for Pricing 3
Time schedule 3
Alpha sorting (with a twist...?) 3

Top