Graphs/Charts

Gary Schultz

New Member
Joined
Feb 21, 2011
Messages
5
Can anyone give me some tips on graphing or charting dissimilar data types?

I am trying to correlate how long a process takes to run comparing components of the process. For example: I have a spreasheet that shows dates in column A (DD/MM/YY), time in column B (HH:MM) and various types of transactions in columns C through F. The transactions data is counts ranging from a few hundred to millions and is counts of items or currency.

What is the best way to grahically show how the volume of transactions correlates to the time?
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
You have to scale you data - so for each variable i.e. currency compute std deviation - then devide each currency value by the std dev. Now it is scaled - do this for each variable - now the have the same variance. You can use the mean instead of the std dev for the purpose of normalizing or scaling you data.
 
Upvote 0
if they are all currencies - but different currencies - then do scaling for each currency
 
Upvote 0

Forum statistics

Threads
1,224,559
Messages
6,179,515
Members
452,921
Latest member
BBQKING

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