Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel.misc,microsoft.public.excel.programming,comp.apps.spreadsheets
|
|||
|
|||
![]()
I am creating a spreadsheet where I want every alternating row to have
a light grey solid pattern that acts as shading, so it is easier to follow individual rows from column to column on a printed page. The problem is that when I choose to sort rows by a specific data property in any column, the shading pattern becomes messed up, because there doesnt seem to be a way to lock the shaded pattern of each cell. Is there a solution to this problem? Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel.misc,microsoft.public.excel.programming,comp.apps.spreadsheets
|
|||
|
|||
![]()
Sanjay;
Might this be a solution ? Seperate lines between groups of data by using conditional formatting. - In a spreadsheet, build a table. ( B4..C22 where B4 is type and C4 is value ) First sort Range (B5..C22) and then select it. Choose: Format |Conditional Formatting from the menu. In the first Dropdownbox choose : Fomula = In the Conditionbox type : =$B5<$B6 Set the condition by clicking Format. In this case choose a line at the bottom. When you look at the table, a line appears after every new type. !! Typing the reference to B5, does not mean that all conditional formatting refers to B5. The Conditional formatting in cell B6, does refers to B6 and so on. This is where you can find the tip ! http://www.rosenkrantz.nl/functiontip07.htm Mark Rosenkrantz. More Excel ? www.rosenkrantz.nl or "Sanjay Punjab" wrote in message om... I am creating a spreadsheet where I want every alternating row to have a light grey solid pattern that acts as shading, so it is easier to follow individual rows from column to column on a printed page. The problem is that when I choose to sort rows by a specific data property in any column, the shading pattern becomes messed up, because there doesnt seem to be a way to lock the shaded pattern of each cell. Is there a solution to this problem? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove Pattern Without Affecting Cell Color or Gridlines | Excel Discussion (Misc queries) | |||
Cell pattern/color | Excel Discussion (Misc queries) | |||
Cell color pattern styles in Excel 2007 | Excel Discussion (Misc queries) | |||
cell pattern - color | Excel Discussion (Misc queries) | |||
Date sensitive cell pattern color | Excel Worksheet Functions |