+ Reply to Thread
Results 1 to 2 of 2

Please assist

Hybrid View

  1. #1
    Bubba_James
    Guest

    Please assist

    I am trying to count the number of times a value appears in a row of multiple
    values, then return the value and the number of times it appears, then count
    and return all the rest of the values in the row as well.

  2. #2
    Richard Buttrey
    Guest

    Re: Please assist

    On Fri, 9 Sep 2005 09:42:01 -0700, "Bubba_James"
    <Bubba_James@discussions.microsoft.com> wrote:

    >I am trying to count the number of times a value appears in a row of multiple
    >values, then return the value and the number of times it appears, then count
    >and return all the rest of the values in the row as well.


    Copy the row say A1:F1 and thenEdit Paste it somewhere else say A4:A9
    using the Transpose option.

    Now use Advanced Filter to extract a unique list of values from A4:A9
    into say B4.

    Now in C4 type
    =COUNTIF($A$1:$F$1,B4)

    and copy it down column C.

    HTH


    __
    Richard Buttrey
    Grappenhall, Cheshire, UK
    __________________________

+ 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