Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I am trying to create a formula that sums the information in a column if matching cell in a different column isn't blank. For Example The result below would be 2. Column A Column B 1 5002 2 1 5003 1 Thanks for the help! Todd |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMIF(B:B,"<",A:A)
Regards Trevor "Todd L." wrote in message ... Hi, I am trying to create a formula that sums the information in a column if matching cell in a different column isn't blank. For Example The result below would be 2. Column A Column B 1 5002 2 1 5003 1 Thanks for the help! Todd |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try something like this:
=SUMIF(B1:B10,"<"&"",A1) Note: Excel automatically expands the range-to-sum to match the search range. The above example is the same as =SUMIF(B1:B10,"<"&"",A1:A10) Does that help? *********** Regards, Ron XL2002, WinXP "Todd L." wrote: Hi, I am trying to create a formula that sums the information in a column if matching cell in a different column isn't blank. For Example The result below would be 2. Column A Column B 1 5002 2 1 5003 1 Thanks for the help! Todd |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" | Excel Worksheet Functions | |||
sumif | Excel Discussion (Misc queries) | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |