Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a sheet that looks like:
A B a 1 b 2 c 3 =vlookup("a",A1:B3,2,0)=1 =vlookup("b",A1:B3,2,0)=2 =vlookup("c",A1:B3,2,0)=3 I want to add values {"a","b","c"}, so =sum(vlookup({"a","b","c"},A1:B3,2,0))=sum({1,2,3} )=6 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
array table and vlookup | Excel Worksheet Functions | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
vlookup with a sum of array | Excel Worksheet Functions | |||
VLOOKUP ARRAY | Excel Discussion (Misc queries) | |||
Array Function with VLOOKUP | Excel Worksheet Functions |