+ Reply to Thread
Results 1 to 5 of 5

copy name from list to other cell without repeat and sum value corresponding to this name

  1. #1
    Forum Contributor
    Join Date
    11-28-2013
    Location
    Ljubljana
    MS-Off Ver
    Office 365
    Posts
    1,054

    copy name from list to other cell without repeat and sum value corresponding to this name

    Hello All
    i need formula in Column AL , Am and AN that will do the following function
    in AL column will collect all name from column A with repeat
    in Am column will sum all data from column G that corresponding for Name
    In AN will sum all data from column AG that corresponding for Name
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    11-28-2013
    Location
    Ljubljana
    MS-Off Ver
    Office 365
    Posts
    1,054

    Re: copy name from list to other cell without repeat and sum value corresponding to this n

    I found some formula but not working well you can see in my new attached file IN COLUMN AL AND AM
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,363

    Re: copy name from list to other cell without repeat and sum value corresponding to this n

    Won't work with merged cells!!!

  4. #4
    Forum Contributor
    Join Date
    11-28-2013
    Location
    Ljubljana
    MS-Off Ver
    Office 365
    Posts
    1,054

    Re: copy name from list to other cell without repeat and sum value corresponding to this n

    And what the solution because as you can see in my attached file each name have some row for data

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,363

    Re: copy name from list to other cell without repeat and sum value corresponding to this n

    Unmerge cells in column A

    then use this to get your list of names in AL

    =IFERROR(INDEX($A$2:$A$100,MATCH(0,IF(ISBLANK($A$2:$A$100),1,COUNTIF(AL1:$AL$1,$A$2:$A$100)),0)),"")

    Enter with Ctrl+Shift+Enter

    To SUM values look at SUMIF / SUMIFS functions.

+ 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. Replies: 2
    Last Post: 12-06-2014, 05:10 AM
  2. [SOLVED] Copy paste and delete some cell then repeat until all rows are done
    By Greaser2k in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-15-2012, 01:21 AM
  3. [SOLVED] Copy cell entry down and repeat until complete
    By SilverMonkey in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-11-2012, 02:53 AM
  4. Replies: 2
    Last Post: 01-10-2012, 05:00 AM
  5. Copy cell A1 6 time in Col B and repeat
    By phaze112 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-13-2008, 04:42 PM
  6. [SOLVED] Copy data in one cell to blank cell immediately below, repeat
    By Jeff in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-19-2006, 02:15 PM
  7. [SOLVED] Repeat Cell Formula w/out copy/paste?
    By DTTODGG in forum Excel General
    Replies: 1
    Last Post: 03-13-2006, 01:15 PM

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