Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can i get the number of column A to show if column B and C are like in
diferent rows? A B C D 1 33221 4131 4000 (value of A3) 2 33311 4400 4131 (value of A1) 3 33123 4000 4400 (value of A2) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In D1 (then copy down):
=INDEX($A$1:$A$3,MATCH(C1;$B$1:$B$3;0)) HTH -- AP "Kjetil" a écrit dans le message de ... How can i get the number of column A to show if column B and C are like in diferent rows? A B C D 1 33221 4131 4000 (value of A3) 2 33311 4400 4131 (value of A1) 3 33123 4000 4400 (value of A2) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
vlookup with more than number to be retrieved | Excel Worksheet Functions | |||
Count Number of Characters in a cell? | Excel Discussion (Misc queries) | |||
Need number of Saturdays and number of Sundays between 2 dates | Excel Worksheet Functions | |||
How do I enter a prefix number to a colum of numbers | Excel Worksheet Functions |