Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 13
Default 2 vlookup criterias

Example sheet:

a CYCLES 0.207 0.218 0.225
b 10000 212 247 268
c 12500 203 237 257
d 15000 196 229 249
e 17500 190 221 240
f 20000 185 215 234

...
0.207, 0.218, 0.225 are wire diameters. I'm making a conversion tool. The numbers in fields B2:F4 are stress figures. My goal is to return a 'Cycles' value in a seperate cell.

Example, I have a 0.218 with 235 stress level. How do I get this to recognize the greater 237 value in the table and return a 12500 value in the necessary cell?

Thanks in advance for any help.

BD

Last edited by BDAvs : July 12th 12 at 05:21 PM Reason: Title
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 587
Default Return a Header Value with 2 vlookup criteria

hi BD,

if data in columns C, D and E are always sorted in descending order

=INDIRECT(ADDRESS(MATCH(235,OFFSET(INDIRECT(ADDRES S(2,MATCH(0.218,A1:E1,0))),,,5,1),-1)+1,2))

--
isabelle



Le 2012-07-11 11:29, BDAvs a écrit :
a CYCLES 0.207 0.218 0.225
b 10000 212 247 268
c 12500 203 237 257
d 15000 196 229 249
e 17500 190 221 240
f 20000 185 215 234

..
0.207, 0.218, 0.225 are wire diameters. I'm making a conversion tool.
The numbers in fields B2:F4 are stress figures. My goal is to return to
a 'Cycles' value in a seperate cell.

Example, I have a 0.218 with 235 stress level. How do I get this to
round to the 237 value in the table and return a 12500 value in the
necessary cell?

Thanks in advance for any help.

BD




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
Return Header Riki713 Excel Discussion (Misc queries) 1 November 26th 08 08:31 PM
return row header as answer bogietrim Excel Programming 2 February 14th 08 10:20 PM
look up X and return a header Y MMuscat Excel Discussion (Misc queries) 7 November 28th 06 03:50 PM
vlookup to return the cell positioning where the criteria is found Rock Excel Programming 2 March 12th 05 03:42 PM
VBA Syntax for VLOOKUP to return array of return values Alan Beban[_3_] Excel Programming 7 August 5th 03 11:41 AM


All times are GMT +1. The time now is 06:30 PM.

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

About Us

"It's about Microsoft Excel"