formula to calculate the week prior to a specific date (refer
Example: Look back 7 days from 5/3/2020. =DATE(2020,05,03)(-7)
I’ve tried a few things and can’t get it to work. Any ideas?
=COUNTIFS({Layoff - MASTER Range 2}, >=TODAY(-30), {Layoff - MASTER Range 1}, "Layoff")
It could be that my column headers are dates and I don't have a date category/row to pull from. Any ideas?
Answers
-
=date(2020,5,3)-7
You were multiplying 7 times the date because of your parenthesis.
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!