Dynamic chart in Excel 2010?

RobbieC

Active Member
Joined
Dec 14, 2016
Messages
376
Office Version
  1. 2010
Platform
  1. Windows
Hi there, I have a column (A) with 40 potential inputs (time) and column B, readings of water depth at each time.

Is it possible to produce a dynamic graph based on these data sets in Excel 2010? Unfortunately, I'm stuck with the version.

What I'm aiming to do is have the y-axis scale to the time and the x-axis scale to width for the number of inputs (ie, the used range to the full width of the graph)

I think this is possible in later versions by using =offset(range), but if anyone has any good tips as to how I can produce these (or similar) in 2010, I'd be very grateful

Thanks
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Hi,
You can make dynamic charts since early versions of Excel. 2010 will do just fine.
1594463111363.png

1594463141552.png

1594463164422.png


Chart_Depth formula : =Sheet1!$B$2:INDEX(Sheet1!$B$2:$B$41,COUNT(Sheet1!$B$2:$B$41))
Chart_Time formula : =Sheet1!$A$2:INDEX(Sheet1!$A$2:$A$41,COUNT(Sheet1!$A$2:$A$41))

You can find a dummy data generator as demo hereunder.
Cell Formulas
RangeFormula
G1G1=RANDBETWEEN(1,40)+1
A2:A41A2=IF(ROW()<=$G$1,N(A1)+TIME(0,30,0),"")
B2:B41B2=IF(A2="","",RAND())
 
Upvote 0
Thank you very much GraH, you are a star! Does exactly what I want it to do :)

Reagrda

Rob
 
Upvote 0
Glad you like it, Rob, and that I could show a way you could follow. Appreciate the thumps up. Thank you.
 
Upvote 0

Forum statistics

Threads
1,214,950
Messages
6,122,436
Members
449,083
Latest member
Ava19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top