+ Reply to Thread
Results 1 to 3 of 3

Comparing value in one cell to all the remaining cells in the same column and adding

  1. #1
    Registered User
    Join Date
    06-12-2015
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    22

    Comparing value in one cell to all the remaining cells in the same column and adding

    Hello everyone,

    I am working on an excel file where I have to compare the value in one cell (for example:this is value present in cell F2 "ALUDIUMW156TZ19700970") I have 3000 more entries in the same column (some unique and some duplicate).I want to compare the cell value in F2 to all other cell values in F column and if the cell value in F2 matches with any other cell in column F ,I want to add the values in other column in the same row to the matched cell value.(for example: if the cell value of F2 matches with cell value of F3 and F4 ,I want to add the cell values in I2,I3,I4 and G2,G3,G4 and return the result values to J2 and K2).

    Can someone help me with a solution to this problem ?

    Best regards,
    Caffrey

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,076

    Re: Comparing value in one cell to all the remaining cells in the same column and adding

    in J2
    =SUMIF(F1:F1000,F2,I1:I1000)

    in K2
    =SUMIF(F1:F1000,F2,G1:G1000)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    06-12-2015
    Location
    Germany
    MS-Off Ver
    2007
    Posts
    22

    Re: Comparing value in one cell to all the remaining cells in the same column and adding

    Wonderful,Thank you so much :-)

+ 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. Comparing cells in a column and adding result of comparison in cells of adjacent column
    By Lionel welshboy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-19-2013, 05:37 AM
  2. Adding a value to a new column after comparing to columns
    By dallasf in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-22-2013, 12:34 AM
  3. Comparing one cell to a column of cells
    By dlanza in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-26-2012, 02:00 PM
  4. Replies: 7
    Last Post: 08-15-2009, 09:09 AM
  5. [SOLVED] comparing a column of cell and then copy info to other cells
    By Kelly******** in forum Excel General
    Replies: 0
    Last Post: 03-21-2006, 05:55 AM

Tags for this Thread

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