+ Reply to Thread
Results 1 to 5 of 5

How to repeat name and id# to blank row

  1. #1
    Registered User
    Join Date
    01-22-2014
    Location
    Inglewood, California
    MS-Off Ver
    Excel 2010
    Posts
    6

    How to repeat name and id# to blank row

    Hello Excel Gurus! I have converted a file into excel but I need help on how to get the name and id# repeat for each blank row per employee. Can someone please help? Thank you

    Please see attached file
    Attached Files Attached Files
    Last edited by pay227; 09-27-2019 at 06:06 PM. Reason: Title

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: Need Excel Help

    Title updated
    Last edited by protonLeah; 09-27-2019 at 07:49 PM.
    Ben Van Johnson

  3. #3
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: How to repeat name and id# to blank row

    Please Login or Register  to view this content.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    01-22-2014
    Location
    Inglewood, California
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: How to repeat name and id# to blank row

    Thank you so much! This is great!

    I was trying to see where I can get the formula so I can use for certain fields. Please see attached file. I would like to copy the highlighted data in column C and D to column S,T,U,V and fill in the blank lines as it goes down. Hope this is doable. Is that a macro you created?

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,563

    Re: How to repeat name and id# to blank row

    This request differs enough from the original that it is probably deserving of its own thread (for future reference).
    Once the macro is activated and columns A:B are filled the following formulas may be applied to columns S:V
    Columns S and U are populated using formulas similar to: =IF(B2="","",IF(B2<>B1,C2,S1))
    Columns T and V are populated using formulas similar to: =IF(S2="","",INDEX(C$2:C$85,AGGREGATE(14,6,(ROW(C$2:C$85)-ROW(C$1))/(B$2:$B$85=B2)/(C$2:C$85<>""),1)))
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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