Avatar of happy 1001
happy 1001
 asked on

Excel Charts for Dynamic Date Range

Hi Experts

I have an excel sheet in which I have the data for a few stocks and I need to create the Line Charts for them. But the Line Charts needs to be made in such a manner, that the “Number of Days to be plotted” do not need to be fixed beforehand. If I have 5 days data some day, then it should plot that 5 days data and if I have 20 days data on some other day, then it should automatically be able to plot those 20 days data, without any manual modifications from my side.

I have explained the requirement in very clear and detailed manner in the attached sample file.

Please suggest various methods by which this could be done.
If you have any doubts, then please ask them, and I would explain in more details.

I am using the following software versions -
Microsoft SQL Server Management Studio version-  12.0.2000.8,
Microsoft Office 2016 x64
and Windows 7 x64

I have attached the Excel File having the data and the sample charts.
Excel-Chart-for-different-durations.xlsx

Thanks
Microsoft Excel

Avatar of undefined
Last Comment
psteff

8/22/2022 - Mon
Rgonzo1971

HI,

pls try with a table

Regards
xcel-Chart-for-different-durationsV.xlsx
happy 1001

ASKER
@Rgonzo1971, thank you so much for your suggestion. But unfortunately I will not be able to use the methods of TABLES in my case, because I have uploaded the most simple sample for illustration purpose. The real data is very big and has data for hundreds of symbols and I need to keep empty columns between every two symbols, because I would be using those columns for some calculation type of work.

So if possible, please suggest some alternative methods in which I do not need to convert the data into table, and yet I will be able to plot all the data on the line chart, on different days, having data for different number of days.

Thanks and regards
ASKER CERTIFIED SOLUTION
psteff

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
happy 1001

ASKER
@psteff, thanks a lot for interesting suggestion. I tried to implement it. First I created both the named ranges as told by you -
Named-Ranges.png
And then tried to create a chart and tried to add the named ranges into their proper place, as suggested by you. But it keeps on showing this error -
Reference is not valid. Reference must be to an open workbook.
Error.png
I am using the exact file, that I have uploaded in the first post, with exact same file name.
I tried to use different naming methods like -

='Excel-Chart-for-different-durations.xlsx'!Dates

='Excel_Chart_for_different_durations.xlsx'!Dates

='Excel Chart for differentdurations.xlsx'!Dates

But all of them is showing me the same error message.

Can you please suggest, what might be causing the problem here.

Thanks a lot for the help.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
psteff

Strange – how Excel seems to be working.

I originally had it working in my copy, but when I went to try it now – you are right, it did not work putting just that information in.  So, I tried it a different way.  I put in the following, respectively:
='SHEET1'! ABIRLANUVO
='SHEET1'!DATES

It then worked – but when I looked back in those areas, it replaced the ‘sheet1’ with the workbook name.  Why Excel is acting this way in this area is a total mystery to me – but it appears that you have to put the sheet reference in when initially entering in the information.

I hope it now works for you.
happy 1001

ASKER
@psteff, thank you for providing the additional information. The new method works fine.

Thanks a lot
psteff

You are welcome.  Glad to be of help!
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.