Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to get a total of items in a list by category using vlookup.
I have a list of 20 different transactions, there might be 8 of them that are one specific category and I want those to total. My current Vlookup formula is this: =(VLOOKUP($I3,$C$3:$E$15,2,FALSE)) and this gives me the first amount in my array, but I want it to give me a total of all amounts in my array with the specific category. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Wrong function. Try this:
=SUMIF($C3:$C15,$I3,$D3:$D15) -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "jhillman" wrote: I am trying to get a total of items in a list by category using vlookup. I have a list of 20 different transactions, there might be 8 of them that are one specific category and I want those to total. My current Vlookup formula is this: =(VLOOKUP($I3,$C$3:$E$15,2,FALSE)) and this gives me the first amount in my array, but I want it to give me a total of all amounts in my array with the specific category. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this instead:
=SUMIF($C$3:$C$15,$I3,$D$3:$D$15) Hope this helps. Pete On Nov 30, 4:53*pm, jhillman wrote: I am trying to get a total of items in a list by category using vlookup. * I have a list of 20 different transactions, there might be 8 of them that are one specific category and I want those to total. *My current Vlookup formula is this: =(VLOOKUP($I3,$C$3:$E$15,2,FALSE)) and this gives me the first amount in my array, but I want it to give me a total of all amounts in my array with the specific category. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Totaling up a column | Excel Worksheet Functions | |||
Totaling some hours but not others HELP! | Excel Worksheet Functions | |||
Sub-Totaling | Excel Discussion (Misc queries) | |||
Sub-Totaling | Excel Worksheet Functions | |||
Totaling Each Page | Excel Discussion (Misc queries) |