Hi
Can anyone see why this is not calculating correctly as it should show 4 in Column C and 0 in Column D
Thanks in advance for your help.
Roy
Hi
Can anyone see why this is not calculating correctly as it should show 4 in Column C and 0 in Column D
Thanks in advance for your help.
Roy
1) The cell on RMA!A2 does not contain a date, it contains a text string that looks like a date. Change that column to format "DATE" and then re-enter the date so Excel knows that is a real date.
2) The formula in C2 on Sheet1 is missing a comma:
=SUMPRODUCT(--(RMA!$C$2:$C$48823=$A2),--(RMA!$A$2:$A$48823>L1),--(RMA!$A$2:$A$48823<M1),RMA!$F$2:$F$48823)
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
Hi
This is really strange as its working ok using the dates in Column D but Column C it does not.
Anyone have any other ideas.
Thanks
Roy
It worked for me, or try this ...
=SUMIFS(RMA!$G$2:$G$48838,RMA!$D$2:$D$48838,$A2,RMA!$A$2:$A$48838,">="&$L$1,RMA!$A$2:$A$48838,"<="&$M$1)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks