+ Reply to Thread
Results 1 to 2 of 2

how to detect characters and add columns

  1. #1
    Registered User
    Join Date
    05-30-2007
    Posts
    1

    how to detect characters and add columns

    Hi folks,

    I have some data that I need to parse and sum up,
    I have 4 columns of data - A, B, C, D

    A B C D
    abc 9 0.1 0.2
    abc 9 0.1 0.2
    xyz 8 0.3 0.3
    xyz 8 0.3 0.3
    xyz 8 0.3 0.3

    I want Excel to go thru data in the column "A",
    detect when the character changes (abc to xyz),
    give me the sum of all other rows/columns for that
    char, for eg - abc it will be: 9+9+0.1+0.1+0.2+0.2

    how do I go about writing a macro/function for this?

    Thanks a lot for any help on this.

    pvboston

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Try

    Please Login or Register  to view this content.

    rylo

+ 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