Forumla HELP! Check boxes then counting £ values in columns
Hello community
This is my first post, struggling to achieve a formula command. can you help?
I have several columns, one being a check box column named "Payment"
When one or more of the rows is checked within this "Payment" column, I then need the system to calculate the £value across three other columns, names "30 days" "60 days" and "90 days" only when checked
(currently have inputted rows 1 to 15, this fluctuates dependant on business debtors, only a select number shown below for ref:
Below the rows above I have a formula section which feeds a dashboard:
I need the Total cash committed cell to count the "30 days" "60 days" and "90 days" columns when "payment column" is checked positive
Any help appreciated, I've tried loads of different formulas and not having much look.
Regards
Stuart
Comments
-
Hi Stuart,
Can you share the sheet or some screenshots? It will be much easier to help you if you can.
I hope this helps you!
Best,
Andrée Starå - Workflow Consultant @ Get Done
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Try this:
=SUMIF(Payment:Payment, =1, [30 days]:[30 days]) + SUMIF(Payment:Payment, =1, [60 days]:[60 days]) + SUMIF(Payment:Payment, =1, [90 days]:[90 days])
This will sum up the value in each row within the 30 days, 60 days, and 90 days columns and then add them together. Unfortunately, Smartsheet doesn't allow multiple columns to be referenced within the same SUMIF formula. Therefor you have to write a SUMIF for each column and add them together.
-
=PaulNewcomeIF (TWO WORDS)= YOU LEGEND
Clocked in there, worked first attempt. Booooooom! Power of the community. -
HAHAHAHAHA. Thanks. Just glad we were able to help you find a solution.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!