Return a Header Value with 2 vlookup criteria

B

BDAvs

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 t
a 'Cycles' value in a seperate cell.

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

Thanks in advance for any help.

B
 
I

isabelle

hi BD,

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

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

--
isabelle



Le 2012-07-11 11:29, BDAvs a écrit :
 

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

Top