Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following table:
A 1 B 2 C 3 D 4 A 5 B 6 C 7 A 8 A 9 A 10 D 11 D 12 C 13 B 14 With the text in column A & the numbers in Column B. The Letters can change, depending on what has been entered elsewhere. What I want to do, is calculate the sum of all entries that have a score of A. In the exmaple of the table above, this would be 33. If I wanted to know the sum of all entries with a score of B, it would return 22 etc. Can anyone help? Rgds Duncs |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMIF(A1:A100,"A",B1:B100)
or =SUMIF(A:A,"A",B:B) best wsihes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Duncs" wrote in message ps.com... I have the following table: A 1 B 2 C 3 D 4 A 5 B 6 C 7 A 8 A 9 A 10 D 11 D 12 C 13 B 14 With the text in column A & the numbers in Column B. The Letters can change, depending on what has been entered elsewhere. What I want to do, is calculate the sum of all entries that have a score of A. In the exmaple of the table above, this would be 33. If I wanted to know the sum of all entries with a score of B, it would return 22 etc. Can anyone help? Rgds Duncs |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try
=sumif(A:A."A",B:B) etc "Duncs" wrote: I have the following table: A 1 B 2 C 3 D 4 A 5 B 6 C 7 A 8 A 9 A 10 D 11 D 12 C 13 B 14 With the text in column A & the numbers in Column B. The Letters can change, depending on what has been entered elsewhere. What I want to do, is calculate the sum of all entries that have a score of A. In the exmaple of the table above, this would be 33. If I wanted to know the sum of all entries with a score of B, it would return 22 etc. Can anyone help? Rgds Duncs |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Duncs,
=SUMIF(A2:A15,"A",B2:B15) -- Earl Kiosterud www.smokeylake.com ----------------------------------------------------------------------- "Duncs" wrote in message ps.com... I have the following table: A 1 B 2 C 3 D 4 A 5 B 6 C 7 A 8 A 9 A 10 D 11 D 12 C 13 B 14 With the text in column A & the numbers in Column B. The Letters can change, depending on what has been entered elsewhere. What I want to do, is calculate the sum of all entries that have a score of A. In the exmaple of the table above, this would be 33. If I wanted to know the sum of all entries with a score of B, it would return 22 etc. Can anyone help? Rgds Duncs |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Such simple solutions!
Once again, I was trying to overcomplicate the situation. My thanks to all for replying. Duncs On 16 Mar, 12:30, "Duncs" wrote: I have the following table: A 1 B 2 C 3 D 4 A 5 B 6 C 7 A 8 A 9 A 10 D 11 D 12 C 13 B 14 With the text in column A & the numbers in Column B. The Letters can change, depending on what has been entered elsewhere. What I want to do, is calculate the sum of all entries that have a score of A. In the exmaple of the table above, this would be 33. If I wanted to know the sum of all entries with a score of B, it would return 22 etc. Can anyone help? Rgds Duncs |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summing Values in a Row | Excel Worksheet Functions | |||
summing values in a data table based on criteria in another column | Excel Worksheet Functions | |||
summing values in one row based on values in another row | Excel Worksheet Functions | |||
LOOKING FOR A NAME, THEN SUMMING ALL VALUES ASSOCIATED WITH NAME | Excel Discussion (Misc queries) | |||
searching for values and summing the corresponding values | Excel Worksheet Functions |