+ Reply to Thread
Results 1 to 6 of 6

Showing each value from a list

Hybrid View

Richmate Showing each value from a list 04-14-2010, 07:18 AM
teylyn Re: Showing each value from a... 04-14-2010, 07:53 AM
Richmate Re: Showing each value from a... 04-14-2010, 08:38 AM
Richmate Re: Showing each value from a... 04-14-2010, 11:46 AM
teylyn Re: Showing each value from a... 04-14-2010, 06:50 PM
Richmate Re: Showing each value from a... 04-15-2010, 03:29 AM
  1. #1
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    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),"")

  2. #2
    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