ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Calculating a formula (https://www.excelbanter.com/excel-worksheet-functions/125751-calculating-formula.html)

WendyBTR8860

Calculating a formula
 
I would like to create a formula in one cell that would calculate amounts in
a given range. For example:

Column A Column B
Apples $10
Oranges $20
Bananas $15
Apples $10
Pears $50
Apples $10

From the chart above, I can see that the amount spent on Apples was $30. I
would like to create a formula that would lookup Apples in column A and total
the corresponding amount from column B (without having to sort column A).

Any help is greatly appreciated. Thank you!

Dave F

Calculating a formula
 
=SUMPRODUCT(--(A1:A100="Apples"),--(B1:B100))
--
Brevity is the soul of wit.


"WendyBTR8860" wrote:

I would like to create a formula in one cell that would calculate amounts in
a given range. For example:

Column A Column B
Apples $10
Oranges $20
Bananas $15
Apples $10
Pears $50
Apples $10

From the chart above, I can see that the amount spent on Apples was $30. I
would like to create a formula that would lookup Apples in column A and total
the corresponding amount from column B (without having to sort column A).

Any help is greatly appreciated. Thank you!


Bob Phillips

Calculating a formula
 
=SUMIF(A:A,"Apples",B:B)

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"WendyBTR8860" wrote in message
...
I would like to create a formula in one cell that would calculate amounts
in
a given range. For example:

Column A Column B
Apples $10
Oranges $20
Bananas $15
Apples $10
Pears $50
Apples $10

From the chart above, I can see that the amount spent on Apples was $30. I
would like to create a formula that would lookup Apples in column A and
total
the corresponding amount from column B (without having to sort column A).

Any help is greatly appreciated. Thank you!




Teethless mama

Calculating a formula
 
=SUM((A1:A100="Apples")*(B1:B100))

ctrl+shift+enter, not just enter


"WendyBTR8860" wrote:

I would like to create a formula in one cell that would calculate amounts in
a given range. For example:

Column A Column B
Apples $10
Oranges $20
Bananas $15
Apples $10
Pears $50
Apples $10

From the chart above, I can see that the amount spent on Apples was $30. I
would like to create a formula that would lookup Apples in column A and total
the corresponding amount from column B (without having to sort column A).

Any help is greatly appreciated. Thank you!



All times are GMT +1. The time now is 03:05 PM.

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