Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have this table: A B 1 45645 22 2 58423 25 3 ..... .. Is there any formula to obtain this: cell A45645= 22, cell A58423=25, etc? If possible without VBA ? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
You didn't provide a whole lot of detail but try one of these: =SUMIF(A1:A3,45645,B1:B3) =VLOOKUP(45645.A1:B3,2,0) Better to use cells to hold the criteria: C1 = 45645 =SUMIF(A1:A3,C1,B1:B3) =VLOOKUP(C1.A1:B3,2,0) Biff "steph" wrote in message ... I have this table: A B 1 45645 22 2 58423 25 3 ..... .. Is there any formula to obtain this: cell A45645= 22, cell A58423=25, etc? If possible without VBA ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Currency to Text | Excel Worksheet Functions | |||
VBA | Excel Worksheet Functions | |||
How to .. | Excel Discussion (Misc queries) | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions | |||
Amount or Numbers in Words | New Users to Excel |