See the SUMIF function in XL Help, ie assuming:
Column A holds names
Column B holds values
C1 to C4 holds the 4 names
D1: =SUMIF(A:A,C1,B:B)
copy down to D4
(may also be worth investigating Pivot Tables...)
See the SUMIF function in XL Help, ie assuming:
Column A holds names
Column B holds values
C1 to C4 holds the 4 names
D1: =SUMIF(A:A,C1,B:B)
copy down to D4
(may also be worth investigating Pivot Tables...)
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Your summation column is incorrect - there are no values to sum in Column A.
It would make sense to use the headers in your table to define the criteria - in this case it then makes sense to link the headers to the source of the Validation List... ie:
F18: =INDEX($G$6:$G$15,COLUMNS($F18:F18))
copy across to I18
F19: =SUMIF($D:$D,F$18,$B:$B)
copy across to I19
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks