Returning a value from a table if the date in the date column is TODAY
JPFORDTE
ββ
Hi guys,
so I'm trying to create a formula that will return a value if the column to its left is today's date. This will be for a metric widget I want to create which will update each month displaying the current months total cost. The table I want to create it from is below:
So I just want to create one cell under "This Months TC" basically returning the total cost for the month when today's date changes to that date.
Any help would be appreciate!
Answers
-
If you're going to do it per row, then this formula should work:
=IF(Date@row = TODAY(), [Total Cost]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 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!