Jump to content

Recommended Posts

Posted

Hi All,

 

Ok this might seem a very dumb question to the Excel gurus out there (I don't count myself as one of them). This is what I'm trying to do...

 

I want to put some data into an Excel spreadsheet and then create a graph from that data. The information I want is the login times in minutes and seconds on our old computers. Then the login times in minutes and seconds on our new computers. To show that we've got a decrease in login times. I know the raw figures I have prove this, but I'm having a brain fart when it comes to this, putting it into a visual graph and I can't seem to figure this out.

 

Anybody have any ideas etc. or done similar?

 

Thanks

Posted (edited)

What's wrong with selecting the data columns and pressing F11 to draw the chart?

That'll give you something like this

Capture.JPG

Edited by hallb15
Trigger happy :)
  • Thanks 1
Posted (edited)
What's wrong with selecting the data columns and pressing F11 to draw the chart?

That'll give you something like this

[ATTACH=CONFIG]54292[/ATTACH]

 

I didn't even know you could do that in Excel with F11!

 

I've tried that just using your example and it's getting there. Did you format those cells for the time data, or just enter the data directly without any cell formatting or formulas for time?

 

This is what I got first of all - the units on the Y axis just seem random from the data itself. I tried to format the cells to actually show minutes and seconds but maybe I've been overthinking it.

Graph.JPG

GraphData.JPG

Edited by DrBeaker
Posted

Excel stores times in decimal format which can make it hard to work with when it comes to charts. By using the time format, excel is treating your 20mins and 30seconds as the time 20:30, i.e. 8:30pm. That's why the chart looks wacky.

 

It may be easier if you work in seconds, not minutes and seconds. So 20mins and 30seconds would be 1230 seconds. you can always add labels to the chart afterwards to show the minutes and seconds if your intended audience have problems reading it. Something like this:

Edugeek excel example.PNG

  • Thanks 1
Posted
Excel stores times in decimal format which can make it hard to work with when it comes to charts. By using the time format, excel is treating your 20mins and 30seconds as the time 20:30, i.e. 8:30pm. That's why the chart looks wacky.

 

It may be easier if you work in seconds, not minutes and seconds. So 20mins and 30seconds would be 1230 seconds. you can always add labels to the chart afterwards to show the minutes and seconds if your intended audience have problems reading it. Something like this:

[ATTACH=CONFIG]54319[/ATTACH]

 

That's a good tip. Thanks.

 

How did you manage to get the time converted in Excel from minutes and seconds into total seconds? Are the labels in the column manual labels or a total from the cells?

Posted

A simple formula

=(B3*60)+C3

multiplies the data in the minutes column by 60 and adds the seconds column to it.

 

To get the labels I cheated as there were only three entries on my example and typed in the labels manually ;)

To do it with a formula you could use

=B3&"m "&C3&"s"

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...