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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!