Hi CoCoa,
If I'm correct in assuming that you want the cells' fill colors not to
be affected by the sorting then one way is to use conditional
formatting.
Say you want A1 to have a yellow fill, then go:
Format>Conditional Formatting...> select "Formula Is" in left box>
type "=OR(NOT(ISBLANK($A$1)), ISBLANK($A$1))" in the right box
(without the speech marks)> Click on the Format... button>select yellow
fill then click OK.
This over-rides the normal fill color that moves when sorting.
The Formula used is true regardless of what type of data is in A1.
Tedious aye.
Ken Johnson
Ken Johnson - 22 Dec 2005 06:26 GMT
Hi CoCoa,
Forget about the unnecessary formula, use "=1=1" instead. This too is
always TRUE and works just as well as "=OR(NOT(ISBLANK($A$1)),
ISBLANK($A$1))". The latter formula is very good for toning up your
finger muscles ;-)
Ken Johnson
Ken Johnson - 22 Dec 2005 07:14 GMT
Hi CoCoa,
This should earn me the "Pillock of the Year" award!
All you need to type in the Formula Is box is =1
Also, I wouldn't mind betting this is not really what you are trying to
do anyway!
Ken Johnson