ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Comparing One Range and Adding Another (https://www.excelbanter.com/excel-worksheet-functions/59584-comparing-one-range-adding-another.html)

statusquo

Comparing One Range and Adding Another
 

Hi,

For one of my sheets, I need to sum all the values in A1:A10 for which
the corresponding value in B1:B10 is less than 30. For example

A B
2 40
5 20
10 50
20 10

Would equal 25 (A2+A4 because B2 and B4 are both less than 30, but B1
and B3 are not).

Thanks!


--
statusquo
------------------------------------------------------------------------
statusquo's Profile: http://www.excelforum.com/member.php...o&userid=29501
View this thread: http://www.excelforum.com/showthread...hreadid=492058


ScottO

Comparing One Range and Adding Another
 
Take a look at the SUMIF function.
Rgds,
ScottO

"statusquo"
wrote in message
...
|
| Hi,
|
| For one of my sheets, I need to sum all the values in A1:A10 for
which
| the corresponding value in B1:B10 is less than 30. For example
|
| A B
| 2 40
| 5 20
| 10 50
| 20 10
|
| Would equal 25 (A2+A4 because B2 and B4 are both less than 30, but
B1
| and B3 are not).
|
| Thanks!
|
|
| --
| statusquo
| -------------------------------------------------------------------
-----
| statusquo's Profile:
http://www.excelforum.com/member.php...o&userid=29501
| View this thread:
http://www.excelforum.com/showthread...hreadid=492058
|



Gord Dibben

Comparing One Range and Adding Another
 
=SUMIF(B1:B10,"<30",A1:A10)


Gord Dibben Excel MVP


On Thu, 8 Dec 2005 19:00:02 -0600, statusquo
wrote:


Hi,

For one of my sheets, I need to sum all the values in A1:A10 for which
the corresponding value in B1:B10 is less than 30. For example

A B
2 40
5 20
10 50
20 10

Would equal 25 (A2+A4 because B2 and B4 are both less than 30, but B1
and B3 are not).

Thanks!


statusquo

Comparing One Range and Adding Another
 

Thank you, that worked perfectly.


--
statusquo
------------------------------------------------------------------------
statusquo's Profile: http://www.excelforum.com/member.php...o&userid=29501
View this thread: http://www.excelforum.com/showthread...hreadid=492058



All times are GMT +1. The time now is 08:51 AM.

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