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
List Of Different ERP Modules And Information About ERP
exchange 2010 installation
Adobe Standard 9 conversion into Powerpoint
how to block malware
Why iis access opening incorrectly......
Problem in Oracle 11G Installation on Linux Red Hat - Packages not found.
Issues installing Crystal Report Viewer with cxlibw-1-6.dll Using Package and deployment VB6 and Crystal Version 10
making a border curved
Stop excel from splitting imported text containing commas
How to convert an XML input field for a C# console application to a deciamal value for a fixed length field with leading zeros?