Returning a value from a table if the date in the date column is TODAY
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
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!