+ Reply to Thread
Results 1 to 3 of 3

Need intermediate formula to count different content.

  1. #1
    Forum Contributor
    Join Date
    08-17-2010
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    127

    Need intermediate formula to count different content.

    Column A has (say) 5 cells.

    A1 = R, A2 = R, A3 = O, A4 = R, A5 = O

    I need to count the Rs and Os separately

    So column B ends up with B1 = 1R, B2 = 2R, B3 = 1O, B4 = 3R, B5 = 2O
    or at least B1 = 1, B2 = 2, B3 = 1, B4 = 3, B5 = 2
    so i can later say =B1&A1 to merge them into what i need.

    thx in advance.

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Need intermediate formula to count different content.

    Maybe in B1:
    =COUNTIF($A$1:A1,A1)&A1
    and copy across?
    Last edited by ragulduy; 04-02-2014 at 11:10 AM.

  3. #3
    Forum Contributor
    Join Date
    08-17-2010
    Location
    London
    MS-Off Ver
    Excel 2013
    Posts
    127

    Re: Need intermediate formula to count different content.

    Yep that's it. I just didn't have any idea how to do it. Thank you.

    SOLVED.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need count of content between comas
    By Little Master in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-29-2012, 06:19 AM
  2. Replies: 10
    Last Post: 12-29-2011, 01:23 PM
  3. Intermediate Excel Formula Help
    By BigChris10 in forum Excel General
    Replies: 3
    Last Post: 01-12-2011, 05:27 PM
  4. Excel 2007 : count the content of cells
    By MariD in forum Excel General
    Replies: 1
    Last Post: 06-10-2010, 09:03 PM
  5. Is a single formula better than intermediate calculations?
    By David Huang in forum Excel General
    Replies: 3
    Last Post: 02-10-2010, 10:23 AM

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