+ Reply to Thread
Results 1 to 2 of 2

putting values next to a merged cell

  1. #1
    Forum Contributor
    Join Date
    06-21-2009
    Location
    Toronto, Ontario
    MS-Off Ver
    Excel 2007
    Posts
    200

    putting values next to a merged cell

    i have a few thousand cells that are merged into a few hundred cells.

    for the sake of filtering i'd like to put the values of these cells into independent cells. i want to know if there's a way to do that, preferably by formula not by vbasic?

    to clarify:

    i have A1:A100 merged into one cell, A101:A200 merged into one, etc. I'd like the value of the first cell to be put into each of the cells from B1:B100, and then have the next merged cell, A101-200, put into B101-200 etc. Can this be done?

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: putting values next to a merged cell

    In B1 enter what ever you have in A1
    In B2 dragged down
    =IF(ISBLANK(A2),B1,A2)
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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