Formula to show total costs or TBD
abbey123
ββ
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
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!