+ Reply to Thread
Results 1 to 4 of 4

Automatically Filling Data Down

  1. #1
    Registered User
    Join Date
    01-08-2013
    Location
    Fishers, IN
    MS-Off Ver
    Excel 2007
    Posts
    11

    Automatically Filling Data Down

    Hello. Please see attachment as I try and explain what I need. We have a report that once it is opened in Excel, it merges the employee number and only lists it once. We need it to list the number for each applicable line. There are over 1000 employees, so we don't want to CTL-D or manually copy the numbers down. Any suggestions?Excel Example.xlsx
    Last edited by GMKoehler; 01-16-2015 at 06:24 PM.

  2. #2
    Valued Forum Contributor PeteABC123's Avatar
    Join Date
    09-21-2012
    Location
    Chicago, IL
    MS-Off Ver
    MS Office 365 ver 2202
    Posts
    1,104

    Re: Automatically Filling Data Down

    Select col A, and format as General
    Highlight all the cells that need attention. In this case, A1:A36. This includes all existing cells containing values.
    Now, press F5.
    Select Special
    Select Blanks
    Press OK
    Press the press the = key
    press and hold down the CTRL key
    press the arrow up key (still holding down the CTRL key. . .don't let go. . .)
    press enter.
    copy and paste the entire column as values.

    Pete

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Automatically Filling Data Down

    I know there is another way to do this, but cannot think of it right now

    But If you are OK with a helper column, use this in row 3 (I used J3, but you can put it where you want), copied down...
    =IF(ISNUMBER(--A3),IF(A3="",J2,A3),"")

    If necessary, you can copy/paste values back over your original data
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    01-08-2013
    Location
    Fishers, IN
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Automatically Filling Data Down

    Thank you, FDibbins. That worked great!

    A co-worker's husband also suggested:

    =IF(ISBLANK(A3),J2,A3) This worked as well, even with text. Thanks a lot!

+ 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. Data automatically filling to another sheet?
    By housendahouse in forum Excel General
    Replies: 4
    Last Post: 12-09-2013, 01:51 PM
  2. Replies: 0
    Last Post: 04-27-2011, 06:27 PM
  3. Automatically filling data
    By karlval in forum Excel General
    Replies: 1
    Last Post: 02-01-2008, 11:31 PM
  4. automatically filling in cell from data list
    By baltimore tool in forum Excel General
    Replies: 1
    Last Post: 04-15-2007, 02:56 PM
  5. [SOLVED] Automatically filling in data
    By ShaunR1967 in forum Excel General
    Replies: 1
    Last Post: 03-22-2006, 01:40 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