+ Reply to Thread
Results 1 to 4 of 4

Fill down

  1. #1
    Registered User
    Join Date
    05-03-2005
    Posts
    16

    Fill down

    Fill Down

    I have a series of text that I need to copy down up to the netx. I need a macro, function or formula to be able to do this without doing it manually.

    Here is an example:

    Before
    005
    blank
    blank
    006
    blank
    blank
    007
    blank

    After
    005
    005
    005
    006
    006
    006
    007
    007

    Can you please help? I can change the values on the blank cells to anything I want.

    Thanks!!
    Last edited by JSoto; 05-03-2005 at 03:19 PM. Reason: Title

  2. #2
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    Quick way:

    Insert a helper column next to your column of data. Assuming your data begins in A14, in B14 place this formula and copy down the desired range:

    =IF(A14="",B13,A14)

    5
    '
    '
    6
    '
    '
    7
    '
    '
    8
    '
    '
    9
    '
    '
    becomes:
    5
    5
    5
    6
    6
    6
    7
    7
    7
    8
    8
    8
    9
    9
    9


    you can then copy this range in column B, paste special/values and delete col A

    HTH

    Bruce
    Bruce
    The older I get, the better I used to be.
    USA

  3. #3
    Registered User
    Join Date
    05-03-2005
    Posts
    16
    Thanks Bruce!!

  4. #4
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    You're welcome. Glad to help!

    Cheers!

    Bruce

+ 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