Formula to show total costs or TBD
Hi I am wondering if you can help me figure out a formula for my total cost coloumn. I need a formula that will total the section but if there is a "TBD" for a line item then instead of total numbers the top row just shows "TBD". So for this instead of show 19218.86 it would show TBD
Tags:
Best Answer
-
This should work
=IF(CONTAINS("TBD", [Total column]1:[Total column]16), "TBD", SUM( [Total column]1:[Total column]16))
Answers
-
This should work
=IF(CONTAINS("TBD", [Total column]1:[Total column]16), "TBD", SUM( [Total column]1:[Total column]16))
-
Ahhhh yes thank you!
-
@abbey123 Happy to help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!