Help Needed with a Chart

LBR

New Member
Joined
Apr 3, 2013
Messages
1
I have to create charts from patient's blood tests results.

The x axis would be the time.
Then there is a Normal Range low and high for that time.
And finally the patient's value.


My first column is the time
Next column is the Normal Range Low for that time period.
Next column is the Normal Range High...
Final column is the actual Patient's Value for that time.

Looks something like:

12:00, 0, 10, 45
01:00, 0, 25, 65
02:00, 10, 40, 75




Thanks!!!!
 
Last edited:

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
[TABLE="width: 256"]
<colgroup><col width="64" span="4" style="width:48pt"> </colgroup><tbody>[TR]
[TD="class: xl63, width: 64"]Time[/TD]
[TD="class: xl63, width: 64"]LowRange[/TD]
[TD="class: xl63, width: 64"]HighRange[/TD]
[TD="class: xl63, width: 64"]Patient[/TD]
[/TR]
[TR]
[TD="class: xl64"]12:00[/TD]
[TD="class: xl63"]0[/TD]
[TD="class: xl63"]10[/TD]
[TD="class: xl63"]45[/TD]
[/TR]
[TR]
[TD="class: xl64"]01:00[/TD]
[TD="class: xl63"]0[/TD]
[TD="class: xl63"]25[/TD]
[TD="class: xl63"]65[/TD]
[/TR]
[TR]
[TD="class: xl64"]02:00[/TD]
[TD="class: xl63"]10[/TD]
[TD="class: xl63"]40[/TD]
[TD="class: xl63"]75
[/TD]
[/TR]
</tbody>[/TABLE]

does that format not plot a graph OK - new myself so had hoped to attach an example - but cant seem to
 
Upvote 0
I have to create charts from patient's blood tests results.

The x axis would be the time.
Then there is a Normal Range low and high for that time.
And finally the patient's value.


My first column is the time
Next column is the Normal Range Low for that time period.
Next column is the Normal Range High...
Final column is the actual Patient's Value for that time.

Looks something like:

12:00, 0, 10, 45
01:00, 0, 25, 65
02:00, 10, 40, 75




Thanks!!!!

Hello and welcome.
With some adjustments this shuld help:
AJP Excel Information - Stacked clustered chart
 
Upvote 0

Forum statistics

Threads
1,222,398
Messages
6,165,765
Members
451,985
Latest member
jchunowitz

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