Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default 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   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default 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   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Format cells Alignment Orientation 180 degrees? MPJ, the floor-plan-man Excel Discussion (Misc queries) 0 June 2nd 06 12:01 PM
Format Excel cells Steven Y Excel Discussion (Misc queries) 0 November 5th 05 02:00 AM
date format in excel not in line with control panel regional setti GrahamR Excel Discussion (Misc queries) 3 August 2nd 05 06:48 PM
How do I format cells in excel to allow me to hit return key ? excel novice New Users to Excel 1 July 8th 05 05:34 PM
Excel - pivot table - how do i format cells with data mm/dd/yyyy . Dave Excel Worksheet Functions 1 April 18th 05 05:48 PM


All times are GMT +1. The time now is 07:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"