Formula using a Checkbox to display a price in budget column
I need a little help with a formula. Please see the sample image attached.
Once I get approval on a price (one of the 3 estimate will get selected in the "Cost approved" column, the cost amount needs to show up in the "Budget" column once I select that price.
I manually put in the $150.23 into the Budget column to show what I need the other checked boxes to do. Any help with a formula would be greatly appreciated.
Best Answer
-
This should work as a column formula:
=IF(COUNT(CHILDREN([Event Requests]@row)) = 0, IF([Cost Approved]@row = 1, Cost@row, ""), SUM(CHILDREN()))
Answers
-
This should work as a column formula:
=IF(COUNT(CHILDREN([Event Requests]@row)) = 0, IF([Cost Approved]@row = 1, Cost@row, ""), SUM(CHILDREN()))
-
You are AMAZING!!! Thank you so much Paul!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!