+ Reply to Thread
Results 1 to 2 of 2

Copy data in one cell to blank cell immediately below, repeat

  1. #1
    Jeff
    Guest

    Copy data in one cell to blank cell immediately below, repeat

    I have a column of data, each cell separated by a blank cell. The blank
    cells need to be filled in with the data immediately above it. Fill option
    to do this?

  2. #2
    Miguel Zapico
    Guest

    RE: Copy data in one cell to blank cell immediately below, repeat

    You can use an extra column with a formula like:
    =IF(ISBLANK(A2),A1,A2)
    And then copy/paste values on the original column.

    Hope this helps,
    Miguel.

    "Jeff" wrote:

    > I have a column of data, each cell separated by a blank cell. The blank
    > cells need to be filled in with the data immediately above it. Fill option
    > to do this?


+ 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