PC Review


Reply
Thread Tools Rate Thread

Create a table from raw data

 
 
Eng Teng
Guest
Posts: n/a
 
      5th Jun 2008
Raw Data

Total Time(Minutes)
5.4
6.5
5.8
8.1
5.6
6.2
4.2
5.1
6.1

From the above raw data how do I create a table as below ?

Total Time Range(Minutes) No of count
< 4 0
4.0 - 4.9 1
5.0 - 5.9 4
6.0 - 6.9 3
> 7 1


Total 9

Regards,
Tee
 
Reply With Quote
 
 
 
 
Gary''s Student
Guest
Posts: n/a
 
      5th Jun 2008
In B1 thru B5 enter:

=COUNTIF(A:A,"<4")
=COUNTIF(A:A,"<4.9")-COUNTIF(A:A,"<4")
=COUNTIF(A:A,"<5.9")-COUNTIF(A:A,"<5")
=COUNTIF(A:A,"<6.9")-COUNTIF(A:A,"<6")
=COUNTIF(A:A,">7")

--
Gary''s Student - gsnu2007j


"Eng Teng" wrote:

> Raw Data
>
> Total Time(Minutes)
> 5.4
> 6.5
> 5.8
> 8.1
> 5.6
> 6.2
> 4.2
> 5.1
> 6.1
>
> From the above raw data how do I create a table as below ?
>
> Total Time Range(Minutes) No of count
> < 4 0
> 4.0 - 4.9 1
> 5.0 - 5.9 4
> 6.0 - 6.9 3
> > 7 1

>
> Total 9
>
> Regards,
> Tee
>

 
Reply With Quote
 
ryguy7272
Guest
Posts: n/a
 
      15th Jun 2008
Enter the below function into an adjacent cell, and then fill down:
=IF(A2="","",SUM($A$2:A2)-A2+1&IF(A2=1,""," - "&SUM($A$2:A2)))

Regards,
Ryan---

--
RyGuy


"Gary''s Student" wrote:

> In B1 thru B5 enter:
>
> =COUNTIF(A:A,"<4")
> =COUNTIF(A:A,"<4.9")-COUNTIF(A:A,"<4")
> =COUNTIF(A:A,"<5.9")-COUNTIF(A:A,"<5")
> =COUNTIF(A:A,"<6.9")-COUNTIF(A:A,"<6")
> =COUNTIF(A:A,">7")
>
> --
> Gary''s Student - gsnu2007j
>
>
> "Eng Teng" wrote:
>
> > Raw Data
> >
> > Total Time(Minutes)
> > 5.4
> > 6.5
> > 5.8
> > 8.1
> > 5.6
> > 6.2
> > 4.2
> > 5.1
> > 6.1
> >
> > From the above raw data how do I create a table as below ?
> >
> > Total Time Range(Minutes) No of count
> > < 4 0
> > 4.0 - 4.9 1
> > 5.0 - 5.9 4
> > 6.0 - 6.9 3
> > > 7 1

> >
> > Total 9
> >
> > Regards,
> > Tee
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
create a new table that pulls only unique values from a data table Isac Malmgren Microsoft Access Getting Started 2 2nd Oct 2009 09:24 PM
Import data to contact table and create record in related table =?Utf-8?B?YmthdWZtYW4=?= Microsoft Access Queries 2 1st May 2007 04:20 PM
VB2005 : Create table in Access - copy of another table but without the data Screaming Eagles 101 Microsoft ADO .NET 2 18th Oct 2006 04:25 PM
How to create fields in form that call up data in table when data. =?Utf-8?B?YnVkamFja2Ft?= Microsoft Access Forms 1 29th Nov 2004 06:59 PM
create Pivot Table from data table (Not a list) absolin Microsoft Excel Discussion 1 13th Dec 2003 06:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:30 PM.