Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Using wildcards in criteria for sumifs functions

Hi

I have a range of dates in Column A in the format of dd/mm/yyyy

When I try to use the following function the result is just zero

=SUMIFS(J:J,A:A,"??/01/2008")

I am trying to add all entries in J for each month

Can anybody please help?

Thanks

Paul
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Using wildcards in criteria for sumifs functions

=SUMPRODUCT((J1:J300)*(--(MONTH(A1:A300)=1))) for January

=SUMPRODUCT((J1:J300)*(--(MONTH(A1:A300)=2))) for February

etc.

--
Gary''s Student - gsnu200772


"PaulJK" wrote:

Hi

I have a range of dates in Column A in the format of dd/mm/yyyy

When I try to use the following function the result is just zero

=SUMIFS(J:J,A:A,"??/01/2008")

I am trying to add all entries in J for each month

Can anybody please help?

Thanks

Paul

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default Using wildcards in criteria for sumifs functions

=SUMPRODUCT(--(MONTH(A1:A100)=2),--(YEAR(A1:A100)=2008),J1:J100)


"PaulJK" wrote:

Hi

I have a range of dates in Column A in the format of dd/mm/yyyy

When I try to use the following function the result is just zero

=SUMIFS(J:J,A:A,"??/01/2008")

I am trying to add all entries in J for each month

Can anybody please help?

Thanks

Paul

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SUMIFS formula using dates and text as criteria Trish Excel Discussion (Misc queries) 4 May 21st 23 07:46 PM
sumifs will not work with a cell reference as criteria BillGr Excel Discussion (Misc queries) 4 April 3rd 23 04:18 PM
Wildcards in functions oops Excel Worksheet Functions 4 July 19th 05 11:12 PM
Wildcards in Functions Graeme Crook Excel Worksheet Functions 1 June 10th 05 10:42 PM
Wildcards in Functions Graeme Crook Excel Worksheet Functions 1 June 9th 05 11:31 PM


All times are GMT +1. The time now is 03:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"