Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I have one column that has DSM or eBiz, and another column has a 1 or a 0. I need a total for DSM which increments by 1 with rows that include DSM in column A and 1 in column G, as well as a total for eBiz which increments by 1 with rows that include eBiz in column A and 1 in column B. -- jliz2803 ------------------------------------------------------------------------ jliz2803's Profile: http://www.excelforum.com/member.php...o&userid=31498 View this thread: http://www.excelforum.com/showthread...hreadid=515925 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=SUMIF(A:A, "DSM", G:G) =SUMIF(A:A, "eBiz", B:B) In article , jliz2803 wrote: I have one column that has DSM or eBiz, and another column has a 1 or a 0. I need a total for DSM which increments by 1 with rows that include DSM in column A and 1 in column G, as well as a total for eBiz which increments by 1 with rows that include eBiz in column A and 1 in column B. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating my own user defined function help statements | Excel Worksheet Functions | |||
UDFunctions and nested If-the-else statements | Excel Worksheet Functions | |||
"IF Statements in Microsoft Excel | Excel Discussion (Misc queries) | |||
Linking two IF statements together | Excel Discussion (Misc queries) | |||
Nested IF statements | Excel Worksheet Functions |