ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Need Function Help (https://www.excelbanter.com/excel-worksheet-functions/33150-need-function-help.html)

INFOMGMTRSRCH

Need Function Help
 

undefined
I am an Excel novice and I need a quick piece of advice.
Let's assume I have two columns of data, for example

0 A B
1 0 2
2 1 4
3 0 4
4 0 5
5 1 6

I need to know if an If then statement can be created that if A="1",
sum the corresponding values of B. In this example, the cell would
return the value 10 (=4+6). I don't know the proper syntax for
creating this statement, nor the proper functions to use.

Any help would be greatly appreciated.


--
INFOMGMTRSRCH
------------------------------------------------------------------------
INFOMGMTRSRCH's Profile: http://www.excelforum.com/member.php...o&userid=24753
View this thread: http://www.excelforum.com/showthread...hreadid=383277


N Harkawat

=SUMIF(A:A,1,B:B)



"INFOMGMTRSRCH"
wrote in message
news:INFOMGMTRSRCH.1rejek_1120071950.1064@excelfor um-nospam.com...

undefined
I am an Excel novice and I need a quick piece of advice.
Let's assume I have two columns of data, for example

0 A B
1 0 2
2 1 4
3 0 4
4 0 5
5 1 6

I need to know if an If then statement can be created that if A="1",
sum the corresponding values of B. In this example, the cell would
return the value 10 (=4+6). I don't know the proper syntax for
creating this statement, nor the proper functions to use.

Any help would be greatly appreciated.


--
INFOMGMTRSRCH
------------------------------------------------------------------------
INFOMGMTRSRCH's Profile:
http://www.excelforum.com/member.php...o&userid=24753
View this thread: http://www.excelforum.com/showthread...hreadid=383277




dominicb


Good evening Infomgmtrsch

No problem. The function you require is =SUMIF and using the example
you have used in your posting, the syntax goes thus:

=SUMIF(A1:A5,"1",B1:B5)

HTH

DominicB


--
dominicb
------------------------------------------------------------------------
dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932
View this thread: http://www.excelforum.com/showthread...hreadid=383277



All times are GMT +1. The time now is 06:49 AM.

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