+ Reply to Thread
Results 1 to 6 of 6

Showing each value from a list

  1. #1
    Registered User
    Join Date
    04-07-2010
    Location
    Yeovil, England
    MS-Off Ver
    Excel 2007
    Posts
    40

    Showing each value from a list

    Hi

    Im looking for a formula which will allow me to show all different values from one list and display thenm into another list. I would also like the number of times each value appeared in the original list to show next to the new list.

    Any help would be appreciated.

    Thanks in advance

    Rich
    Last edited by Richmate; 04-15-2010 at 03:30 AM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Showing each value from a list

    To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    If needed supply a before and after sheet in the workbook so the person helping you can see what you are trying to achieve.

    Doing this will ensure you get the result you need!

    Can you show the original list, the "different values" list and the count you describe? Please mock up an example manually and explain the reasoning that would get to those results.

  3. #3
    Registered User
    Join Date
    04-07-2010
    Location
    Yeovil, England
    MS-Off Ver
    Excel 2007
    Posts
    40

    Re: Showing each value from a list

    OK, thanks for the advice.

    I have attached a mock spreadsheet of what I require.

    I will try and explain again more clearly.

    Say I have a list of 20 values. Theses 20 values are made up of 13 original values. I need excel to create a list of these 13 original values and give me a count of the time each value appears in the list.

    Hope that makes sense.

    Many thanks

    Rich
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    04-07-2010
    Location
    Yeovil, England
    MS-Off Ver
    Excel 2007
    Posts
    40

    Re: Showing each value from a list

    I have noticed that what Im trying to achieve is the same as what you can do on advanced filter (move unique to other column) but I need it to update automatically without the need of auto filiter.

    Many thanks

    Rich

  5. #5
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Showing each value from a list

    Hi Rich,

    applied to your sample data, this formula in F7

    =IF(ISTEXT(INDEX(C7:C15,MATCH(0,COUNTIF($F$6:F6,C7:C15),0))),INDEX(C7:C15,MATCH(0,COUNTIF($F$6:F6,C7:C15),0)),0)
    This is an array formula and must be confirmed with Ctrl-Shift-Enter. Then copy down to F15.

    This formula in G7, copy down:
    =IF(F7<>0,COUNTIF(C7:C15,F7),"")

  6. #6
    Registered User
    Join Date
    04-07-2010
    Location
    Yeovil, England
    MS-Off Ver
    Excel 2007
    Posts
    40

    Re: Showing each value from a list

    That works perfectly.

    Alot more complicated than I imagined it to be.

    Many many thanks

    Rich

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1