Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi
Here's a sample of colums a & B rows 10-14 House 4 Tenent 1 Lawyer 3 House 2 Lawyer 8 In column G rows 1-3 I have listed House Tenent Lawyer I would like column H, rows 1-3 to read 6 1 11 adding up the totals for each item listed from A & B Thanks |
#2
![]() |
|||
|
|||
![]()
take a look at SUMIF function in help
"carrera" wrote in message ... Hi Here's a sample of colums a & B rows 10-14 House 4 Tenent 1 Lawyer 3 House 2 Lawyer 8 In column G rows 1-3 I have listed House Tenent Lawyer I would like column H, rows 1-3 to read 6 1 11 adding up the totals for each item listed from A & B Thanks |
#3
![]() |
|||
|
|||
![]()
Hi,
Enter the following formula in H1 =SUMPRODUCT(($A$10:$A$14=G1)*($B$10:$B$14)) and fill-in the formula to H2 and H3. Regards, B.R.Ramachandran "carrera" wrote: Hi Here's a sample of colums a & B rows 10-14 House 4 Tenent 1 Lawyer 3 House 2 Lawyer 8 In column G rows 1-3 I have listed House Tenent Lawyer I would like column H, rows 1-3 to read 6 1 11 adding up the totals for each item listed from A & B Thanks |
#4
![]() |
|||
|
|||
![]()
carrera,
For the house total (H), try: =SUMIF(A10:A14,"House",B10:B14) Do Tenant and Lawyer accordingly. -- Earl Kiosterud www.smokeylake.com/ ------------------------------------------- "carrera" wrote in message ... Hi Here's a sample of colums a & B rows 10-14 House 4 Tenent 1 Lawyer 3 House 2 Lawyer 8 In column G rows 1-3 I have listed House Tenent Lawyer I would like column H, rows 1-3 to read 6 1 11 adding up the totals for each item listed from A & B Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding numbers to current numbers | Excel Worksheet Functions | |||
Adding numbers in a column that have 3 decimal places | Excel Worksheet Functions | |||
Adding more than 30 numbers in a column | Excel Worksheet Functions | |||
Excel Adding duplicated numbers together | Excel Discussion (Misc queries) | |||
adding only positive numbers | Excel Discussion (Misc queries) |