shnelson5068
New Member
- Joined
- Sep 1, 2023
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I have a formula for a dynamic range of data that represents one number per day for a month. Once the month is over, I am manually updating the range with the cell reference of the first day of the new month. Is there something I can add to my offset formula to automatically roll my named range to the next month? Here is my range:
=OFFSET($I$177,,,COUNTA($I$177:$I$1048576),1)
Cell I177 represents the value on August 1st and the range pulls the data for the entire month (cell I178 has the value for Aug 2nd, etc). Now that we are in September, I need the range to start on Sep 1, so the new formula is
=OFFSET($I$200,,,COUNTA($I$200:$I$1048576),1)
as cell I200 is the value for the Sep 1st data. Would love some help to get the process of rolling months automated.
Thanks!
=OFFSET($I$177,,,COUNTA($I$177:$I$1048576),1)
Cell I177 represents the value on August 1st and the range pulls the data for the entire month (cell I178 has the value for Aug 2nd, etc). Now that we are in September, I need the range to start on Sep 1, so the new formula is
=OFFSET($I$200,,,COUNTA($I$200:$I$1048576),1)
as cell I200 is the value for the Sep 1st data. Would love some help to get the process of rolling months automated.
Thanks!