+ Reply to Thread
Results 1 to 3 of 3

link columns in different worksheets but removing blank cells

Hybrid View

fbarbie link columns in different... 05-04-2007, 03:39 PM
Flintstone Hello fbarbie: Assuming... 05-04-2007, 05:38 PM
fbarbie ...wicked... Thank you... 05-10-2007, 02:16 PM
  1. #1
    Registered User
    Join Date
    04-08-2004
    Posts
    39

    link columns in different worksheets but removing blank cells

    Hi everyone,

    I have text data in a column in a worksheet (which can sometimes be more than 255 characters). I want anything that shows up in this column to show up in another column in another worksheet within the same workbook, BUT I would like for all blank cells to be removed when it goes over to the other column. Any ideas?

    Thank you very much.

  2. #2
    Forum Contributor
    Join Date
    10-14-2004
    Location
    San Diego, CA
    Posts
    213
    Hello fbarbie:

    Assuming your list is in Sheet1 column A.

    Paste this formula in Sheet2 cell A1 and copy down.

    =IF(Sheet1!A1="","",ROW(1:1))

    Paste this formula in Sheet2 cell B1 and copy down.

    =IF(ISERR(SMALL(A:A,ROW(1:1))),"",OFFSET(Sheet1!A$1,SMALL(A:A,ROW(1:1))-1,0))


    Matt

  3. #3
    Registered User
    Join Date
    04-08-2004
    Posts
    39
    ...wicked...

    Thank you very much. That did the trick exactly.

+ 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