Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to alternate cell shading based on the row number(even, odd). I need
to know how to do this using the MOD with the Row function as argument. I am using Excel in Office XP version 2002. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here you go:
http://cpearson.com/excel/banding.htm Does that help? *********** Regards, Ron XL2002, WinXP-Pro "Exceluser" wrote: I need to alternate cell shading based on the row number(even, odd). I need to know how to do this using the MOD with the Row function as argument. I am using Excel in Office XP version 2002. Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi Exceluser, See http://www.andrewsexceltips.com/menu...r_set_rows.htm Gos-C -- Gos-C ------------------------------------------------------------------------ Gos-C's Profile: http://www.excelforum.com/member.php...o&userid=14518 View this thread: http://www.excelforum.com/showthread...hreadid=511432 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
If you want to shade the odd rows: =MOD(ROW(),2)=1 If you want to shade the even rows: =MOD(ROW(),2)=0 Biff "Exceluser" wrote in message ... I need to alternate cell shading based on the row number(even, odd). I need to know how to do this using the MOD with the Row function as argument. I am using Excel in Office XP version 2002. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
enhanced conditional formatting | Excel Discussion (Misc queries) | |||
Conditional Formatting if any value in the cell | Excel Worksheet Functions | |||
Why won't my conditional formatting display in the cell | Excel Discussion (Misc queries) | |||
conditional formatting blank cell | Excel Discussion (Misc queries) | |||
Conditional Formatting | Excel Worksheet Functions |