+ Reply to Thread
Results 1 to 6 of 6

Counting number of times unique id appears

  1. #1
    Forum Contributor
    Join Date
    07-31-2012
    Location
    Los Angeles, USA
    MS-Off Ver
    2003, 2010, 365
    Posts
    320

    Counting number of times unique id appears

    Hi,

    I'm using excel 2003 and I have a document that needs to have the number of times a unique id appears in column B written in column C next to it.

    This is how it looks in the beginning and I have used the | symbod as the column separator.

    LineNumber|Order|OrderLine|ProductID
    1|1123568||ivg2
    2|1123744||ivg2
    3|1123744||ivg4
    4|1129874||ivg2
    5|1132558||ivg2
    6|1132642||ivg2
    7|1132642||ivg4
    8|1132642||ivg5
    9|1132642||ivg7
    10|1123291||ivg1

    After VB code is applied it would look as below.

    LineNumber|Order|OrderLine|ProductID
    1|1123568|1|ivg2
    2|1123744|1|ivg2
    3|1123744|2|ivg4
    4|1129874|1|ivg2
    5|1132558|1|ivg2
    6|1132642|1|ivg2
    7|1132642|2|ivg4
    8|1132642|3|ivg5
    9|1132642|4|ivg7
    10|1123291|1|ivg1

    I hope this makes sense.

    Thanks in advance for any help.

    David
    Last edited by djfscouse; 09-26-2012 at 12:22 PM. Reason: mistake in first post

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Counting number of times unique id appears

    djfscouse,

    Does it need to be a macro? In cell C2 and copied down:
    Please Login or Register  to view this content.
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Contributor
    Join Date
    07-31-2012
    Location
    Los Angeles, USA
    MS-Off Ver
    2003, 2010, 365
    Posts
    320

    Re: Counting number of times unique id appears

    Yes, it needs to be a macro.

    Thanks for your response Tigeravatar

  4. #4
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Counting number of times unique id appears

    Macro version:
    Please Login or Register  to view this content.

  5. #5
    Forum Contributor
    Join Date
    07-31-2012
    Location
    Los Angeles, USA
    MS-Off Ver
    2003, 2010, 365
    Posts
    320

    Re: Counting number of times unique id appears

    Excellent!

    Thank you very much Tigeravatar

  6. #6
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Counting number of times unique id appears

    You're very welcome

+ 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