+ Reply to Thread
Results 1 to 3 of 3

Excel should let me relocate cells without relocating the format..

  1. #1
    Meesheltx
    Guest

    Excel should let me relocate cells without relocating the format..

    I want to lock in a format in my Excel worksheet and still be able to re-sort
    the data and move around cells to different locations without altering my
    format.

    For example, if I highlight only certain rows with a specific fill color,
    and I sort the data, I want the data to be re-ordered, but the row fill-color
    to stay in place.

    Basically, I want to lock in a format, but keep the text of a cell
    "un-locked."

    ----------------
    This post is a suggestion for Microsoft, and Microsoft responds to the
    suggestions with the most votes. To vote for this suggestion, click the "I
    Agree" button in the message pane. If you do not see the button, follow this
    link to open the suggestion in the Microsoft Web-based Newsreader and then
    click "I Agree" in the message pane.

    http://www.microsoft.com/office/comm...lic.excel.misc

  2. #2
    JMB
    Guest

    RE: Excel should let me relocate cells without relocating the format..

    To some extent you could do this w/conditional formatting. If you want Row 4
    to be formatted use conditional formatting and the formula would be

    =Row()=4

    But since CF only allows 3 conditional formats and does not accept Unions or
    array constants, it's usefulness is limited. But maybe you could keep a
    separate list of rows you want formatted a particular way, then for your CF
    use

    =ISNA(MATCH(ROW(), YourList, 0))<>TRUE

    Then I think maybe you could have 3 sets of different formats.

    "Meesheltx" wrote:

    > I want to lock in a format in my Excel worksheet and still be able to re-sort
    > the data and move around cells to different locations without altering my
    > format.
    >
    > For example, if I highlight only certain rows with a specific fill color,
    > and I sort the data, I want the data to be re-ordered, but the row fill-color
    > to stay in place.
    >
    > Basically, I want to lock in a format, but keep the text of a cell
    > "un-locked."
    >
    > ----------------
    > This post is a suggestion for Microsoft, and Microsoft responds to the
    > suggestions with the most votes. To vote for this suggestion, click the "I
    > Agree" button in the message pane. If you do not see the button, follow this
    > link to open the suggestion in the Microsoft Web-based Newsreader and then
    > click "I Agree" in the message pane.
    >
    > http://www.microsoft.com/office/comm...lic.excel.misc


  3. #3
    JMB
    Guest

    RE: Excel should let me relocate cells without relocating the form

    I happened across another reference (while looking for something else). A
    VBA solution by J.E. McGimpsey.

    http://www.mcgimpsey.com/excel/highl...iteRetainColor

    "JMB" wrote:

    > To some extent you could do this w/conditional formatting. If you want Row 4
    > to be formatted use conditional formatting and the formula would be
    >
    > =Row()=4
    >
    > But since CF only allows 3 conditional formats and does not accept Unions or
    > array constants, it's usefulness is limited. But maybe you could keep a
    > separate list of rows you want formatted a particular way, then for your CF
    > use
    >
    > =ISNA(MATCH(ROW(), YourList, 0))<>TRUE
    >
    > Then I think maybe you could have 3 sets of different formats.
    >
    > "Meesheltx" wrote:
    >
    > > I want to lock in a format in my Excel worksheet and still be able to re-sort
    > > the data and move around cells to different locations without altering my
    > > format.
    > >
    > > For example, if I highlight only certain rows with a specific fill color,
    > > and I sort the data, I want the data to be re-ordered, but the row fill-color
    > > to stay in place.
    > >
    > > Basically, I want to lock in a format, but keep the text of a cell
    > > "un-locked."
    > >
    > > ----------------
    > > This post is a suggestion for Microsoft, and Microsoft responds to the
    > > suggestions with the most votes. To vote for this suggestion, click the "I
    > > Agree" button in the message pane. If you do not see the button, follow this
    > > link to open the suggestion in the Microsoft Web-based Newsreader and then
    > > click "I Agree" in the message pane.
    > >
    > > http://www.microsoft.com/office/comm...lic.excel.misc


+ 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