Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-26-2008, 09:48 PM
BigAl.NZ@gmail.com
 
Posts: n/a
Percentage of values in list

Hi Guys,

I am a excel n00b so, please be gentle!!

I have a caolumn with a list of values of cars like:

Ford
Chrysler
Ford
Toyota
Mazda
Toyota
Ford
Ford

I want to create a new sheet that lists all possible values and for
each value the number of times it appears in the list.

In this case it would be:

Ford 4
Toyota 2
Chrysler 1

etc etc etc

Could someone please help on how to do it?

The cell range is about C4-C26000 and has about 100 different possible
values so its quite large.

Thanks in advance,

-Al
Reply With Quote
  #2 (permalink)  
Old 05-26-2008, 09:57 PM
Bernard Liengme
 
Posts: n/a
Re: Percentage of values in list

Let list be in A1:A25
In B1 enter the text Ford
Enter other makes below that
In C1 type =COUNTIF(A1:A25,B1)
Copy this down the column by dragging its fill handle - Little solid square
in right bottom cornet when cell is selected
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

<BigAl.NZ@gmail.com> wrote in message
news:221373fb-cdfb-4eb2-a798-78ec9ca90f1f@x1g2000prh.googlegroups.com...
> Hi Guys,
>
> I am a excel n00b so, please be gentle!!
>
> I have a caolumn with a list of values of cars like:
>
> Ford
> Chrysler
> Ford
> Toyota
> Mazda
> Toyota
> Ford
> Ford
>
> I want to create a new sheet that lists all possible values and for
> each value the number of times it appears in the list.
>
> In this case it would be:
>
> Ford 4
> Toyota 2
> Chrysler 1
>
> etc etc etc
>
> Could someone please help on how to do it?
>
> The cell range is about C4-C26000 and has about 100 different possible
> values so its quite large.
>
> Thanks in advance,
>
> -Al



Reply With Quote
  #3 (permalink)  
Old 05-26-2008, 10:00 PM
Bernard Liengme
 
Posts: n/a
Re: Percentage of values in list

To get percentage change C1 to =COUNTIF(......)/COUNTA(A1:A25) and format as
%
cheers
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

<BigAl.NZ@gmail.com> wrote in message
news:221373fb-cdfb-4eb2-a798-78ec9ca90f1f@x1g2000prh.googlegroups.com...
> Hi Guys,
>
> I am a excel n00b so, please be gentle!!
>
> I have a caolumn with a list of values of cars like:
>
> Ford
> Chrysler
> Ford
> Toyota
> Mazda
> Toyota
> Ford
> Ford
>
> I want to create a new sheet that lists all possible values and for
> each value the number of times it appears in the list.
>
> In this case it would be:
>
> Ford 4
> Toyota 2
> Chrysler 1
>
> etc etc etc
>
> Could someone please help on how to do it?
>
> The cell range is about C4-C26000 and has about 100 different possible
> values so its quite large.
>
> Thanks in advance,
>
> -Al



Reply With Quote
  #4 (permalink)  
Old 05-26-2008, 10:20 PM
Per Jessen
 
Posts: n/a
Re: Percentage of values in list

On 26 Maj, 22:48, BigAl...@gmail.com wrote:
> Hi Guys,
>
> I am a excel n00b so, please be gentle!!
>
> I have a caolumn with a list of values of cars like:
>
> Ford
> Chrysler
> Ford
> Toyota
> Mazda
> Toyota
> Ford
> Ford
>
> I want to create a new sheet that lists all possible values and for
> each value the number of times it appears in the list.
>
> In this case it would be:
>
> Ford 4
> Toyota 2
> Chrysler 1
>
> etc etc etc
>
> Could someone please help on how to do it?
>
> The cell range is about C4-C26000 and has about 100 different possible
> values so its quite large.
>
> Thanks in advance,
>
> -Al


Hi Al

First, select column C, then goto Data > Filter > Advanced Filter >
Check "Unique records only > OK

Copy the filtered range to the desired sheet.

If you have the original data in sheet1 and use sheet2 to count number
of appearances, with "Toyota, Ford etc." in A2 and down, enter this
formula in B2:

=countif(Sheet1!$C$4:$C$26000,A2)

Copy the down as needed.

Regards,
Per
Reply With Quote
  #5 (permalink)  
Old 05-27-2008, 10:01 AM
BigAl.NZ@gmail.com
 
Posts: n/a
Re: Percentage of values in list

On May 27, 8:57*am, "Bernard Liengme" <blien...@stfx.TRUENORTH.ca>
wrote:
> Let list be in A1:A25
> In B1 enter the text Ford
> Enter other makes below that
> In C1 type =COUNTIF(A1:A25,B1)
> Copy this down the column by dragging its fill handle - *Little solid square
> in right bottom cornet when cell is selected
> best wishes
> --
> Bernard V Liengme
> Microsoft Excel MVPhttp://people.stfx.ca/bliengme
> remove caps from email
>
> <BigAl...@gmail.com> wrote in message
>
> news:221373fb-cdfb-4eb2-a798-78ec9ca90f1f@x1g2000prh.googlegroups.com...
>
>
>
> > Hi Guys,

>
> > I am a excel n00b so, please be gentle!!

>
> > I have a caolumn with a list of values of cars like:

>
> > Ford
> > Chrysler
> > Ford
> > Toyota
> > Mazda
> > Toyota
> > Ford
> > Ford

>
> > I want to create a new sheet that lists all possible values and for
> > each value the number of times it appears in the list.

>
> > In this case it would be:

>
> > Ford 4
> > Toyota 2
> > Chrysler 1

>
> > etc etc etc

>
> > Could someone please help on how to do it?

>
> > The cell range is about C4-C26000 and has about 100 different possible
> > values so its quite large.

>
> > Thanks in advance,

>
> > -Al- Hide quoted text -

>
> - Show quoted text -


There is probably over 100 different possible values, thats quite a
bit of typing.....
Reply With Quote
  #6 (permalink)  
Old 05-27-2008, 02:19 PM
Heera
 
Posts: n/a
Re: Percentage of values in list

Please use pivot table to get the summar of the list.
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > MS Office > Excel


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

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



All times are GMT. The time now is 03:19 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Ringtones | Cheap Magazines | Free Advertising | Credit Card | Secured Loans



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114