Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
reno
 
Posts: n/a
Default conditional formatting

have a listing of 200 stores, sorted by store # and date, like to generate
report where either alternating store numbers are highlighted or all even
numbers are one color and all odd another...for ease of reading report

each entry has 7 columns, also each store may have from 1 to 7 entiries now
but will have more in future

e.g., if store # is odd, want to make say blue. Can do the MOD() and
highlight one cell but would like to do the whole row.

any ideas?
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

1. Select the rows.
2. Go to Format Conditional Formatting
3. Select "Formula Is" on the drop-down.
4. Enter:
=MOD($A1,2)=1
5. Press the format button and format as desired.

This assumes store number is in col A.

HTH
Jason
Atlanta, GA

-----Original Message-----
have a listing of 200 stores, sorted by store # and

date, like to generate
report where either alternating store numbers are

highlighted or all even
numbers are one color and all odd another...for ease of

reading report

each entry has 7 columns, also each store may have from

1 to 7 entiries now
but will have more in future

e.g., if store # is odd, want to make say blue. Can do

the MOD() and
highlight one cell but would like to do the whole row.

any ideas?
.

  #3   Report Post  
reno
 
Posts: n/a
Default

worked well, except seems to be off one line, an odd in with an even...is
there a workaround? thx

"reno" wrote:

have a listing of 200 stores, sorted by store # and date, like to generate
report where either alternating store numbers are highlighted or all even
numbers are one color and all odd another...for ease of reading report

each entry has 7 columns, also each store may have from 1 to 7 entiries now
but will have more in future

e.g., if store # is odd, want to make say blue. Can do the MOD() and
highlight one cell but would like to do the whole row.

any ideas?

  #4   Report Post  
reno
 
Posts: n/a
Default

seems to have worked, but seems to be off one row, one odd with even and so
forth. Any workarounds?
Thx

"reno" wrote:

have a listing of 200 stores, sorted by store # and date, like to generate
report where either alternating store numbers are highlighted or all even
numbers are one color and all odd another...for ease of reading report

each entry has 7 columns, also each store may have from 1 to 7 entiries now
but will have more in future

e.g., if store # is odd, want to make say blue. Can do the MOD() and
highlight one cell but would like to do the whole row.

any ideas?

  #5   Report Post  
Bob Phillips
 
Posts: n/a
Default

When you selected the rows, was the first row 2?If so, change the formula to
=MOD($A2,2)=1

--

HTH

RP
(remove nothere from the email address if mailing direct)


"reno" wrote in message
...
seems to have worked, but seems to be off one row, one odd with even and

so
forth. Any workarounds?
Thx

"reno" wrote:

have a listing of 200 stores, sorted by store # and date, like to

generate
report where either alternating store numbers are highlighted or all

even
numbers are one color and all odd another...for ease of reading report

each entry has 7 columns, also each store may have from 1 to 7 entiries

now
but will have more in future

e.g., if store # is odd, want to make say blue. Can do the MOD() and
highlight one cell but would like to do the whole row.

any ideas?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Losing conditional formatting when saving Eric FD Excel Discussion (Misc queries) 3 January 18th 05 11:42 PM
Formula Dependant Conditional Formatting LDanix Excel Discussion (Misc queries) 1 January 13th 05 06:50 PM
Copy conditional formatting across multiple rows? Gil Excel Discussion (Misc queries) 1 January 11th 05 11:27 AM
Determine cells that drive conditional formatting? Nicolle K. Excel Discussion (Misc queries) 2 January 7th 05 01:08 AM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


All times are GMT +1. The time now is 04:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"