Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a table that looks something like this:
100-76 51-75 26-50 0-25 $2.5m-$5m 6.02 6.65 7.28 7.28 $5m - $7m 5.47 6.03 6.59 7.17 $7.5m-$10m 5.21 5.78 6.39 6.99 Say in another worksheet (sheet2) in cell A1 I have a figure of $6m & next to that in cell A2 I have a figure of 55, is it possible for excel to look at those two numbers and using the column and row ranges pick out the correct value from the table of 6.03??? Your help would be greatly appreciated. Many thanks, |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Reorganise the table like this
0 25 51 76 $2.5M 7.28 7.28 6.65 6.02 $5M 7.17 6.59 6.03 5.47 $7.5M 6.99 6.39 5.78 5.21 and use =INDEX(Sheet1!B2:E4,MATCH(A1,Sheet1!A9:A11),MATCH( A2,Sheet1!B8:E8)) -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "James Dalton" wrote in message ... I have a table that looks something like this: 100-76 51-75 26-50 0-25 $2.5m-$5m 6.02 6.65 7.28 7.28 $5m - $7m 5.47 6.03 6.59 7.17 $7.5m-$10m 5.21 5.78 6.39 6.99 Say in another worksheet (sheet2) in cell A1 I have a figure of $6m & next to that in cell A2 I have a figure of 55, is it possible for excel to look at those two numbers and using the column and row ranges pick out the correct value from the table of 6.03??? Your help would be greatly appreciated. Many thanks, |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Bob,
Thanks for this it is exactly what I needed! Your a star! Cheers, James Dalton. "Bob Phillips" wrote: Reorganise the table like this 0 25 51 76 $2.5M 7.28 7.28 6.65 6.02 $5M 7.17 6.59 6.03 5.47 $7.5M 6.99 6.39 5.78 5.21 and use =INDEX(Sheet1!B2:E4,MATCH(A1,Sheet1!A9:A11),MATCH( A2,Sheet1!B8:E8)) -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "James Dalton" wrote in message ... I have a table that looks something like this: 100-76 51-75 26-50 0-25 $2.5m-$5m 6.02 6.65 7.28 7.28 $5m - $7m 5.47 6.03 6.59 7.17 $7.5m-$10m 5.21 5.78 6.39 6.99 Say in another worksheet (sheet2) in cell A1 I have a figure of $6m & next to that in cell A2 I have a figure of 55, is it possible for excel to look at those two numbers and using the column and row ranges pick out the correct value from the table of 6.03??? Your help would be greatly appreciated. Many thanks, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Picking up last value in column in Excel | Excel Worksheet Functions | |||
picking out date ranges | Excel Worksheet Functions | |||
Picking specific records from a table | New Users to Excel | |||
Conditional Vlookup - Cherry picking information from the table ar | Excel Discussion (Misc queries) | |||
Picking one column of info | Excel Worksheet Functions |