How to sum a column by only pulling cells based on separate formula
Hello - can someone help with the following formula(s)?
I want to include the cells included from this formula: =COUNTIFS([Card_StartDate]:[Card_StartDate], <=DATE(2021, 12, 31), LaneTitle:LaneTitle, NOT(CONTAINS("Parent", @cell)))
...And sum the totals from this column: Card_Size:Card_Size
The LaneTitle column is Text. The Card_StartDate column is Date. The Card_Size column is Text.
Thank you for any insights you can provide!
Best Answer
-
Hi @Brooke Clem ,
Try:
=SUMIFS([Card_size]:[card_size], [Card_StartDate]:[Card_StartDate], <=DATE(2021, 12, 31), LaneTitle:LaneTitle, NOT(CONTAINS("Parent", @cell)))
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi @Brooke Clem ,
Try:
=SUMIFS([Card_size]:[card_size], [Card_StartDate]:[Card_StartDate], <=DATE(2021, 12, 31), LaneTitle:LaneTitle, NOT(CONTAINS("Parent", @cell)))
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
by george you"ve got it! thank you!
-
Happy yo help. Thank you for contributing to the Communuty.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!