I want to create a scroll bar for a dynamic chart. The dynamic chart only uses the last 7 columns of the dynamic table.
When creating the ranges' X and Y names, I could not make this equation grab the last 7 columns only,
=OFFSET('Consolidated Data'!$A$5,0,0,COUNTA('Consolidated Data'!$A:$A)-1,COLUMNS('Consolidated Data'!$A$4:$N$4))
I also tried adjusting the width section using =COLUMNS(all range)- COLUMNS(smaller range), but it will always grab the first seven columns.
Then I read that placing a negative width might do the job, but that did not do it.
Thank you all for your help.
When creating the ranges' X and Y names, I could not make this equation grab the last 7 columns only,
=OFFSET('Consolidated Data'!$A$5,0,0,COUNTA('Consolidated Data'!$A:$A)-1,COLUMNS('Consolidated Data'!$A$4:$N$4))
I also tried adjusting the width section using =COLUMNS(all range)- COLUMNS(smaller range), but it will always grab the first seven columns.
Then I read that placing a negative width might do the job, but that did not do it.
Thank you all for your help.