Sean15
Well-known Member
- Joined
- Jun 25, 2005
- Messages
- 719
- Office Version
- 2010
- Platform
- Windows
Hello:
I have:
Dates in column F
Negative/positive numbers in column V
Helper column AB is for the month of the date (10/1/17 = 10, 5/31/18 = 5)
The SUMIFS formula below give all the required values:
=SUMIFS($V$2:$V$5000,$V$2:$V$5000,">0",$AB$2:$AB$5000,AD25)
I want to get rid of the helper column. How can I re-work formula to give the required results?
Thanks,
Regards,
Sean
I have:
Dates in column F
Negative/positive numbers in column V
Helper column AB is for the month of the date (10/1/17 = 10, 5/31/18 = 5)
The SUMIFS formula below give all the required values:
=SUMIFS($V$2:$V$5000,$V$2:$V$5000,">0",$AB$2:$AB$5000,AD25)
I want to get rid of the helper column. How can I re-work formula to give the required results?
Thanks,
Regards,
Sean
Last edited: