Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to write a formuls that has a constant value (we wil call it cell
C14) that looks up that number in a different worksheet and imputs the coresponding names associated with that number in the cells (multipal answers to the same number). How do I write this? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Jill -- Let's say that your other sheet is named 'Other'. On that sheet,
your table of data is organized with 100 rows of data so that you compare your cell C14 info to the info incolumn A, and you have names in columns B, C, & D that you want to retrieve. A 1 =VLOOKUP(c14,Other!a1:d100,2,false) 2 =VLOOKUP(C14,Other!a1:d100,3,false) 3 =VLOOKUP(C14,Other!a1:d100,4,false) If the index info in column 'A' is in strict ascending order (either numeric or alphabetic) then you don't need the 'false'). Hope that helps. "Jill_" wrote: I am trying to write a formuls that has a constant value (we wil call it cell C14) that looks up that number in a different worksheet and imputs the coresponding names associated with that number in the cells (multipal answers to the same number). How do I write this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Share write protection fails | Excel Discussion (Misc queries) |