Cumulative Column Query for Sheet A and Sheet B

Hello,
I have Sheet A, which contains a column with work dates that have been inspected. I would like to create a cumulative column in Sheet B based on the maximum date from Sheet A. However, it appears that the current setup is cumulating all the dates in Sheet B instead of considering the maximum date from Sheet A. I have attached screenshots of Sheet A and Sheet B for your reference, along with the formula I am using.
Sheet A
Sheet B
Formula: =IF(INDEX({Sheet A Date Range 4}, MATCH([Work Date Inspected Piles]@row, {Sheet A Date Range 4}), 0) <= MAX({Sheet A Date Range Range 4}), SUMIFS(Piles:Piles, Row:Row, @cell <= Row@row), " ")
Thanks & Regards
Email ID: info@sspmconsultants.com
Did I answer to your question or fix the problem? Please help
the Smartsheet Community
by voting it Insightful/Vote Up/Awesome, or/and Accepted Answer. It will make it easy for others to discover a solution or help in answering!
Answers
-
You'll need to use an IF statement that reads along the lines of IF the MAX({date}) is greater than or equal to [Date Column]@row, perform calculation.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!