+ Reply to Thread
Results 1 to 3 of 3

pull header into column

  1. #1
    Registered User
    Join Date
    07-20-2007
    Posts
    2

    pull header into column

    I have a worksheet with almost 600 individual tables formatted like so

    HEADER
    info, info, info
    info, info, info
    info, info, info

    HEADER
    info, info, info
    info, info, info

    HEADER
    info, info, info
    info, info, info

    Basicly there is a blank row between every seperate table so to speak and I would like to pull the header out so it ends up like this

    HEADER, info, info, info
    HEADER, info, info, info
    HEADER, info, info, info
    HEADER, info, info, info

    Any help would be apperciated

    MoLaw

  2. #2
    Forum Contributor snasui's Avatar
    Join Date
    07-15-2007
    Location
    Songkhla, Thailand
    MS-Off Ver
    2010, 365
    Posts
    167
    Quote Originally Posted by MoLaw
    I have a worksheet with almost 600 individual tables formatted like so

    HEADER
    info, info, info
    info, info, info
    info, info, info

    HEADER
    info, info, info
    info, info, info

    HEADER
    info, info, info
    info, info, info

    Basicly there is a blank row between every seperate table so to speak and I would like to pull the header out so it ends up like this

    HEADER, info, info, info
    HEADER, info, info, info
    HEADER, info, info, info
    HEADER, info, info, info

    Any help would be apperciated

    MoLaw
    See attached picture:

    A3
    =IF(ISBLANK(D2),C2,0)

    Enter

    B3
    =IF(ISBLANK(D3),"",LOOKUP(REPT("z",255),$A$3:A3))

    Enter

    Select A3:B3 and copy down.
    Attached Images Attached Images

  3. #3
    Registered User
    Join Date
    07-20-2007
    Posts
    2
    Thanks, I believe that will help

+ 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