Hi - I am looking for some help with the offset function and dynamic charts. I have created my defined names and created the chart; however, the dates are not aligning properly. I cannot find any information on what data types can be used in these defined names. Some of the data are formulas. Is this causing the problem?
Scenario: each day the chart is updated with new data and we have to remove a day and add a day. I don't want to have to manually do this, I want it done automatically. I want the chart to always display the last 60 days. I'm using =OFFSET($A$5,0,COUNTA($B$5:$RU$5),1,-60). I originally had it using the entire row 5, but changed it to B-RU to see if that would help and no such luck. There is a formula in the Day-Date cell: =B4&" - " & TEXT(B2,"m/dd"). I also changed this to be a custom date and the data still does not align. Is there a different function I should be using? Any help is appreciated. TYIA!
Scenario: each day the chart is updated with new data and we have to remove a day and add a day. I don't want to have to manually do this, I want it done automatically. I want the chart to always display the last 60 days. I'm using =OFFSET($A$5,0,COUNTA($B$5:$RU$5),1,-60). I originally had it using the entire row 5, but changed it to B-RU to see if that would help and no such luck. There is a formula in the Day-Date cell: =B4&" - " & TEXT(B2,"m/dd"). I also changed this to be a custom date and the data still does not align. Is there a different function I should be using? Any help is appreciated. TYIA!