Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I have a worksheet that gets data from external source. I need to sum numbers in Column C if date in Column B is = another cell. I tried: =IF(B:B=F2,SUM(C:C)) =SUMIF(B:B,B:B=F2,C:C) Much appreciated. -- Sherry N. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=SUMIF(B:B,"="&F2,C:C) -- Biff Microsoft Excel MVP "Sherry N." wrote in message ... Hello, I have a worksheet that gets data from external source. I need to sum numbers in Column C if date in Column B is = another cell. I tried: =IF(B:B=F2,SUM(C:C)) =SUMIF(B:B,B:B=F2,C:C) Much appreciated. -- Sherry N. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
PERFECT! Thanks a million!
-- Sherry N. "T. Valko" wrote: Try this: =SUMIF(B:B,"="&F2,C:C) -- Biff Microsoft Excel MVP "Sherry N." wrote in message ... Hello, I have a worksheet that gets data from external source. I need to sum numbers in Column C if date in Column B is = another cell. I tried: =IF(B:B=F2,SUM(C:C)) =SUMIF(B:B,B:B=F2,C:C) Much appreciated. -- Sherry N. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "Sherry N." wrote in message ... PERFECT! Thanks a million! -- Sherry N. "T. Valko" wrote: Try this: =SUMIF(B:B,"="&F2,C:C) -- Biff Microsoft Excel MVP "Sherry N." wrote in message ... Hello, I have a worksheet that gets data from external source. I need to sum numbers in Column C if date in Column B is = another cell. I tried: =IF(B:B=F2,SUM(C:C)) =SUMIF(B:B,B:B=F2,C:C) Much appreciated. -- Sherry N. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to show date in H2 based on date in I2 minus set number of day | Excel Discussion (Misc queries) | |||
business day date from a specific date based on a number of days | Excel Worksheet Functions | |||
input a date or update it based on date in another cell | New Users to Excel | |||
Sumproduct based which also weights data based on date | Excel Worksheet Functions | |||
Using formulas to determine date in one cell based on date in anot | Excel Worksheet Functions |