Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I underline every third row in an Excel 2007 worksheet?
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=mod(row(),3)=0
or =mod(row(),3)=1 or =mod(row(),3)=2 Depending on where you want to start. See Chip Pearson's site for more info: http://www.cpearson.com/excel/banding.htm WallyZ wrote: How do I underline every third row in an Excel 2007 worksheet? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
How do I do conditional formatting? | Excel Worksheet Functions | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |