Hello Folks,
I tried searching the forums, but did not find exactly what I was looking for (hopefully my search skills dont stink). Anyway, here is my scenario I hope you kind people can help with. I am putting together a stock return spreadsheet, and I am using dynamic ranges for the returns, because I will be adding data on a daily basis. Using the following formulas is how I am dynamically naming the ranges:
=OFFSET($A$2,0,0,COUNTA($A$2:$A$200),1)
So I have my stock return data listed chronologically, with the newest data being added daily to the bottom of the range. What I would like to be able to do is create a secondary dynamic named range that will only include the last 30 days stock return data. That is to say, assume A1:A200 has the data. Tomorrow I will add the new data in cell A201. I would like a second dynamic range that will cover A171:A201, and the next day the range would be A172:A202 and so on. Is this possible?
I hope this makes sense to everyone. Thank you so much for your help.
Regards
Bookmarks