ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   sum adjacent columns based on variable (https://www.excelbanter.com/excel-discussion-misc-queries/165844-sum-adjacent-columns-based-variable.html)

[email protected]

sum adjacent columns based on variable
 
I am trying to figure out how to write a formula to do the following:

Let's say in Column A I enter in character data (Item 1, Item 2, Item
3, etc) and in Column B I enter in numerical data (25.50, 52.30,
43.02, etc). What I want to be able to do is:

If the data in Column A = Item 1, take the Sum of the adjacent data in
Column B.

So if my spreadsheet looks like this:

Item 1 25.50
Item 2 52.30
Item 1 43.02

and I run the formula above, it would output this: 68.52

If anyone could help me with this Excel formula, that would be great.


Stephen[_2_]

sum adjacent columns based on variable
 
wrote in message
oups.com...
I am trying to figure out how to write a formula to do the following:

Let's say in Column A I enter in character data (Item 1, Item 2, Item
3, etc) and in Column B I enter in numerical data (25.50, 52.30,
43.02, etc). What I want to be able to do is:

If the data in Column A = Item 1, take the Sum of the adjacent data in
Column B.

So if my spreadsheet looks like this:

Item 1 25.50
Item 2 52.30
Item 1 43.02

and I run the formula above, it would output this: 68.52

If anyone could help me with this Excel formula, that would be great.


=SUMPRODUCT((A1:A10="Item1")*(B1:B10))



Bob Phillips

sum adjacent columns based on variable
 
=SUMIF(A:A,"Item 1",B:B)

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



wrote in message
oups.com...
I am trying to figure out how to write a formula to do the following:

Let's say in Column A I enter in character data (Item 1, Item 2, Item
3, etc) and in Column B I enter in numerical data (25.50, 52.30,
43.02, etc). What I want to be able to do is:

If the data in Column A = Item 1, take the Sum of the adjacent data in
Column B.

So if my spreadsheet looks like this:

Item 1 25.50
Item 2 52.30
Item 1 43.02

and I run the formula above, it would output this: 68.52

If anyone could help me with this Excel formula, that would be great.




[email protected]

sum adjacent columns based on variable
 
On Nov 13, 10:20 am, "Bob Phillips" wrote:
=SUMIF(A:A,"Item 1",B:B)

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

wrote in message

oups.com...



I am trying to figure out how to write a formula to do the following:


Let's say in Column A I enter in character data (Item 1, Item 2, Item
3, etc) and in Column B I enter in numerical data (25.50, 52.30,
43.02, etc). What I want to be able to do is:


If the data in Column A = Item 1, take the Sum of the adjacent data in
Column B.


So if my spreadsheet looks like this:


Item 1 25.50
Item 2 52.30
Item 1 43.02


and I run the formula above, it would output this: 68.52


If anyone could help me with this Excel formula, that would be great.- Hide quoted text -


- Show quoted text -


Thanks a million!



All times are GMT +1. The time now is 12:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com