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.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!