Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a list of 24 people with three different levels of cost information
depending on their relevant 'level' e.g. Carol can have costs of £400, £350 and £500 depending on what level she is working at. I need to be able to look up and select the right cost, based on trainer name and level, and then this information to be displayed on a different worksheet. I think i can do this with look up but am not sure how to do it! Help! -- Rebecca Foreman |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Have a look in the help index for VLOOKUP
-- Don Guillett Microsoft MVP Excel SalesAid Software "Becca" wrote in message ... I have a list of 24 people with three different levels of cost information depending on their relevant 'level' e.g. Carol can have costs of £400, £350 and £500 depending on what level she is working at. I need to be able to look up and select the right cost, based on trainer name and level, and then this information to be displayed on a different worksheet. I think i can do this with look up but am not sure how to do it! Help! -- Rebecca Foreman |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See if this helps.
...........A..........B..........C............D 1................Level1....Level2....Level3 2......Tom......10..........22...........30 3......Sue.......14..........20...........17 4.....Carol......50.........21...........14 5.....Ted........27.........66............33 Lookup Carol Level2 A10 = Carol A11 = Level2 =VLOOKUP(A10,A1:D5,MATCH(A11,A1:D1,0),0) -- Biff Microsoft Excel MVP "Becca" wrote in message ... I have a list of 24 people with three different levels of cost information depending on their relevant 'level' e.g. Carol can have costs of £400, £350 and £500 depending on what level she is working at. I need to be able to look up and select the right cost, based on trainer name and level, and then this information to be displayed on a different worksheet. I think i can do this with look up but am not sure how to do it! Help! -- Rebecca Foreman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Matrix lookup/mulitple criteria lookup | Excel Discussion (Misc queries) | |||
Get Cell Address From Lookup (Alternative to Lookup) | Excel Worksheet Functions | |||
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup | Excel Worksheet Functions | |||
Sumproduct - Condition based on lookup of a Lookup | Excel Discussion (Misc queries) | |||
Pivot table doing a lookup without using the lookup function? | Excel Discussion (Misc queries) |