Thank you for your response. It worked! -- ray
"Biff" wrote:
[Quoted Text] > Setup your table like this: > > List the lower boundary of each range in column B: > > ..............B...............C > 1...........0...............0 > 2...........1..............50 > 3..........20.............45 > > A1 = 26 > > =VLOOKUP(A1,B1:C3,2) > > Or: > > =LOOKUP(A1,B1:B3,C1:C3) > > Biff > > "rayteach" <rayteach[ at ]discussions.microsoft.com> wrote in message > news:41D4B76B-DDCA-4FB0-BDFB-FB4E37FC1A45[ at ]microsoft.com... > >I want to use a VLOOKUP function to find data in a table that includes > > ranges. Example: > > > > # of tables Cost per table > > 1 - 19 $50.00 > > 20 - 39 $45.00 > > > > If I then type 26 in a cell, $45.00 would appear. I can then have a simple > > multiplication formula in the next cell to calculate total cost. > > > > -- > > ray > > >
|