#1   Report Post  
Esrei
 
Posts: n/a
Default Lookup

I have the following range

8T 15T
25 3.5 4.5
50 5.5 6.0
100 9.8 10.0

It the value in say A3=8T and B3=24 I want a formula in C3 that returns 3.5
Thanks
  #2   Report Post  
CLR
 
Posts: n/a
Default

Assume your 8T is in cell A3,...... and your 24 is in cell b3.......and your
table is in range H1:J4, (H1 being the blank cell)
Change H2 from 25 to 0
Change H3 from 50 to 25
Change H4 from 100 to 50

In cell C3 put this formula
=IF(A3="8T",VLOOKUP(B3,H1:J4,2,TRUE),IF(A3="15T",V LOOKUP(B3,H1:J4,3,TRUE),"NoEntryInCellA3"))

It's all one formula on one line, so watch out for email word wrap.

Vaya con Dios,
Chuck, CABGx3



"Esrei" wrote:

I have the following range

8T 15T
25 3.5 4.5
50 5.5 6.0
100 9.8 10.0

It the value in say A3=8T and B3=24 I want a formula in C3 that returns 3.5
Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
lookup more than one cell andrewm Excel Worksheet Functions 20 June 14th 05 05:33 AM
Lookup Vector > Lookup Value Alec Kolundzic Excel Worksheet Functions 6 June 10th 05 02:14 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Lookup function w/Text and Year Josh O. Excel Worksheet Functions 1 February 12th 05 11:27 PM
double lookup, nest, or macro? Josef.angel Excel Worksheet Functions 1 October 29th 04 09:50 AM


All times are GMT +1. The time now is 05:54 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"