How to look up if today's date falls in another sheet's date range & return another cell value @ row
Hi,
I have created a calendar sheet with numbered weeks in a quarter (1-13) start and end dates for each week. I want to write a formula in a separate metric sheet that allows me to use today's date to search the calendar sheet for the correct week.
Below is what my calender sheet looks like. So if today is Feb 10, 2022, the formula in my metrics sheet would search the calendar sheet and return back the value for Week in Q, which in this case would be: "Week 10".
Can you please help me write this?
Below is what I go so far, but not sure I am thinking this through the right way.
Thanks
Mark
=IFS(TODAY() > DATE({Start Date})@row, TODAY() < DATE({End Date})@row,
Answers
-
Hi @mlandof,
It looks like someone asked a very similar question to yours. Here is the response that worked for that person: https://community.smartsheet.com/discussion/69648/index-match-or-vlookup-for-date-range
Help Article Resources
Categories
Check out the Formula Handbook template!