Referencing a Defined Name in a Graph
Hello Friends,
I am trying to create an interactive line graph in a report.
I created defined name ranges for the data I want to showcase in my graph. However, my idea is to have a drop-down list where the user can select their name and my graph will select the similarly named range for its data.
My defined ranges are the last names of the users and match exactly to the values in my drop-down list.
My current series values formula is (one user example):
='Sales Overflow VDN Report.xlsx'!Borkowski
*Borkowski is a single user name as well as the name of one of the defined ranges)*
My thought was to use an indirect function to allow the named range to be edited:
=INDIRECT("'Sales Overflow VDN Report.xlsx'!"&$C:$25)
where cell C25 is where my drop-down list is located
*Sales Overflow VDN Report is the name of my excel document*
Unfortunately, this is giving me an error.
Any help or suggestions are welcome!
Thank you!!
A new attempt: