SUMIFS to generate a running cumulative (based on date)
Getting an "Unparseable" error with this formula. Trying to add all values from "Unit Price" for dates in the Invoice Date column that are earlier or equal to the current row's Invoice Date.
Text of formula is here to play with:
=sumifs([Unit Price]:[Unit Price]@row,[Orig vs Invoice Add]:[Orig vs Invoice Add],"Cumulative",[Invoice Date]:[Invoice Date],<=[Invoice Date]@row)
Best Answer
-
Hi James. If you remove the "@row" from the first range, it should work.
i.e. =sumifs([Unit Price]:[Unit Price],[Orig vs Invoice Add]:[Orig vs Invoice Add],"Cumulative",[Invoice Date]:[Invoice Date],<=[Invoice Date]@row)
Thanks,
James
CTO, Smarter Business Processes
Answers
-
Hi James. If you remove the "@row" from the first range, it should work.
i.e. =sumifs([Unit Price]:[Unit Price],[Orig vs Invoice Add]:[Orig vs Invoice Add],"Cumulative",[Invoice Date]:[Invoice Date],<=[Invoice Date]@row)
Thanks,
James
CTO, Smarter Business Processes
-
James, Thank you for your help! That was a rookie mistake...I was totally focused on a potential issue with how I was calling the "date" column...Did I need to use "Weeknumber", "Networkdays", etc.? Totally dumb mistake...and THANK YOU!
-
No worries at all - it's very easily done! :)
CTO, Smarter Business Processes
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!