excel - Issue with making chart dynamic, using formula name -


i wanted make bar chart dynamic. purpose have used =a1:index(a2:a60;counta(a2:a60)) formula. gave name formula using name manager. when use formula in x-axis label range (in bar chart -> select data), getting error the formula typed contain error. formula working in cell.

please suggest, doing wrong. thank you.

when enter named range chart series dialog or label dialog, must precede range name either sheet name or file name.

consider following screenshot:

enter image description here

see how formula x axis labels entered =sheet1!chtlabels

the formula range name is

=sheet1!$a$1:index(sheet1!$a$2:$a$60,counta(sheet1!$a$2:$a$60))

similar series definitions. range name alone not sufficient. has preceded sheet name (or file name).


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -