Microsoft
Software
Hardware
Network
Question : Excel Sumproduct and Month Function Formula
Hi all,
Need help figuring out a correct excel formula.
I'm using the below to count the number of occurrence for a particular month. However, the formula will not work for January...It gives me incorrect results.
Formula to count for January:
=SUMPRODUCT(--(MONTH(d8:d7
5)=1))
It seems that function is also counting spaces everytime i set if for Jan...But for all other months, the formula works fine.
Help!
Attachments:
Sample.xls
(24 KB)
(File Type Details)
Sample of Formula and Data
Answer : Excel Sumproduct and Month Function Formula
Hello,
the Sumproduct will evaluate to "True" if the cell is empty. So you need something like
=SUMPRODUCT(--(MONTH(D8:D7
5)=1),--(D
8:D75>0))
for January.
cheers, teylyn
Random Solutions
SharePoint Server 2010 - High RAM Usage (Suspect OWSTIMER.EXE memory leak)
Looking for Auditing / monitoring solution for windows File Share
How to create a rule in McAfee not to block port 587 to send e-mails using SMTP
Propose solution based on HTML CSS and JavaScript for graphics related problem
FPDF PDF Generator Help
How to put a view on the back button of navigation bar?
Extend RDC connection time connecting to Ms Server 2008 SP1
Looping through Emails in an Outlook folder using For next loop in C#.net
ADO Update Multiple Access Databases / Error with Null Date Value
Datatype mismatch error in sql code