Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It should work fine. Perhaps something might have gone astray in your
implementation. Try it again, here's some elaboration on the steps Select the col headers "A" to "C" Click Format Conditional Formatting Under Condition 1, make the settings as: Formula is: =AND($A1<"",OR(OFFSET($A1,1,)=$A1,OFFSET($A1,-1,)=$A1)) Click Format button Patterns tab Light brown? OK Click OK at the main dialog (Remember that row1 is presumed left empty) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- wrote in message ups.com... This is not working. Do I need to put something in the "" or the <? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here's a working construct to illustrate:
http://www.savefile.com/files/259026 CF to color rows for identical successive col A values.xls (with CF dialog screenshot) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you for the construct, but even when I use as template it's not
working. Also, there is an error, because what I am looking for would be for: Tree: shaded Tree: shaded Rose: unshaded Moon: shaded Star: unshaded Star: unshaded Horse: shaded Max wrote: Here's a working construct to illustrate: http://www.savefile.com/files/259026 CF to color rows for identical successive col A values.xls (with CF dialog screenshot) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry, I had misread the required alternating shading earlier. My error.
Try David McRitchie's excellent page at: http://www.mvps.org/dmcritchie/excel/condfmt.htm Scroll down about a 3rd of the page to: Color Grouping with alternating colors (#grouping) Applying it to your situation .. Use a helper col D In D1: 0 In D2, copied down: =MOD(OFFSET($D2,-1,0)+OR($A2<OFFSET($A2,-1,0)),2) Then CF formula applied with cols A to C selected: =$D1=1 -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- wrote in message ups.com... Thank you for the construct, but even when I use as template it's not working. Also, there is an error, because what I am looking for would be for: Tree: shaded Tree: shaded Rose: unshaded Moon: shaded Star: unshaded Star: unshaded Horse: shaded |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you so much. This is beautiful! Perfect!
Max wrote: Sorry, I had misread the required alternating shading earlier. My error. Try David McRitchie's excellent page at: http://www.mvps.org/dmcritchie/excel/condfmt.htm Scroll down about a 3rd of the page to: Color Grouping with alternating colors (#grouping) Applying it to your situation .. Use a helper col D In D1: 0 In D2, copied down: =MOD(OFFSET($D2,-1,0)+OR($A2<OFFSET($A2,-1,0)),2) Then CF formula applied with cols A to C selected: =$D1=1 -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- wrote in message ups.com... Thank you for the construct, but even when I use as template it's not working. Also, there is an error, because what I am looking for would be for: Tree: shaded Tree: shaded Rose: unshaded Moon: shaded Star: unshaded Star: unshaded Horse: shaded |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Great to hear that !
Thanks for the feedback -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- wrote in message ps.com... Thank you so much. This is beautiful! Perfect! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting a range with conditional formatting | Excel Worksheet Functions | |||
conditional formatting glitches | Excel Discussion (Misc queries) | |||
Keeping conditional formatting when sorting | Excel Discussion (Misc queries) | |||
conditional formatting | Excel Discussion (Misc queries) | |||
enhanced conditional formatting | Excel Discussion (Misc queries) |