Question about OFFSET limits and Dynamic Plotting

rwmill9716

Active Member
Joined
May 20, 2006
Messages
493
Office Version
  1. 2013
Platform
  1. Windows
I have created a dynamic chart that plots Col E (PRIs) against Col D (Date) as new data become available. It uses two named statements in the charting program:

=OFFSET('47 Tank Ppk'!Target_Metric,0,-1) for X and
=OFFSET('47 Tank Ppk'!$E$8,0,0,COUNTIF('47 Tank Ppk'!$D:$D,">0")-0,1) for Y (this is named Target_Metric)

That works fine. As new data is added to Cols D and E, the chart updates without me having to open it and adjust row numbers.

I want to add a second variable to plot (Ppk) to this chart: Col I against Col D, but I cannot create OFFSET statements like the above that work. Ppk is a running calculation
based on the prior 30 PRI data. That's why this column begins on row 37.

Any help would be appreciated.



Excel 2010
DEFGHIJK
6DatePRI
7
88/1/2013 6:30:001.8
98/1/2013 18:30:001.90.1
108/2/2013 6:00:001.60.3
118/2/2013 16:55:451.70.1
128/3/2013 4:52:481.80.1
138/3/2013 18:30:001.80
148/4/2013 5:00:541.80
158/4/2013 16:54:121.80
168/5/2013 6:00:001.70.1
178/5/2013 18:00:001.70
188/6/2013 6:30:002.10.4
198/6/2013 9:01:401.80.3
208/6/2013 18:00:001.80
218/7/2013 6:15:001.70.1
228/7/2013 16:48:182.20.5
238/7/2013 22:18:272.10.1
248/8/2013 3:46:262.50.4
258/8/2013 4:57:172.10.4
268/8/2013 8:44:132.30.2
278/8/2013 13:46:482.10.2
288/8/2013 17:03:222.10
298/8/2013 23:53:121.90.2
308/9/2013 6:02:002.10.2
318/9/2013 14:29:101.90.2
328/9/2013 17:00:551.80.1
338/10/2013 6:00:0020.2Ppk = (2.5 - ) / 3s
348/10/2013 18:30:001.80.2
358/11/2013 6:00:001.90.1sPpk
368/11/2013 18:30:0020.1
378/12/2013 5:15:261.90.11.920.200.95
388/12/2013 17:21:071.80.11.920.200.95
398/13/2013 0:01:001.70.11.920.210.94
408/13/2013 6:30:001.701.920.200.96
418/13/2013 12:08:151.60.11.920.210.94
428/13/2013 17:14:581.50.11.910.220.90
47 Tank Ppk
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Do you want a want a dynamic range for the cells in Column I that align with the cells in Target_Metric?
If so, one way would be...
=OFFSET('47 Tank Ppk'!Target_Metric,0,4)

If you are going to use this as the data source for a chart series, you would probably want to populate the cells in $I$8:$I$36 with #N/A values.
 
Upvote 0

Forum statistics

Threads
1,223,264
Messages
6,171,081
Members
452,377
Latest member
bradfordsam

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