Formula to subtract a cell with a Green tick image and show a total remaining
Every time I put a Green tick in the KEY column, I want it to subtract the TERMINAL cell within that row and to update the Remaining Terminals to be built.
For example: I have put a GREEN tick in KEY5
So I want BRANCH2 to display the remaining terminals to be built, which should be 14
Hopefully I made sense :-)
Best Answer
-
Hi Dean,
You can use SUMIF to add up all of the values in TERMINALS that have a green tick next to them, then subtract them from the rollout row.
=Terminals3 - SUMIF(KEY:KEY, "Yes", TERMINALS:TERMINALS)
I used "Yes" because that was the only green tick I could find in my settings. If your green tick uses a different word, you'll want to replace my "Yes" with that other word.
Hope this helps!
Best,
Heather
Answers
-
Hi Dean,
You can use SUMIF to add up all of the values in TERMINALS that have a green tick next to them, then subtract them from the rollout row.
=Terminals3 - SUMIF(KEY:KEY, "Yes", TERMINALS:TERMINALS)
I used "Yes" because that was the only green tick I could find in my settings. If your green tick uses a different word, you'll want to replace my "Yes" with that other word.
Hope this helps!
Best,
Heather
-
Hi Heather.
Superstar. Thanks 😋
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.8K Get Help
- 439 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 510 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!