PC Review


Reply
Thread Tools Rate Thread

Conditional Formating Problem

 
 
Steve Wright
Guest
Posts: n/a
 
      4th Dec 2006
I have a conditional format that turns every cell on an even row light blue
using a conditional format of Formula is: "=MOD(ROW(),2)=0".

My problem is that I want to retain the light blue colour and format the
font to Bold Italics where the value is less than -100000 and greater than
100000.

Does any one have any ideas?

Steve


 
Reply With Quote
 
 
 
 
Joerg
Guest
Posts: n/a
 
      4th Dec 2006
You need 2 formulas. Example assumes that you format cell A1 (and then copy
as needed) and that the value to be formatted bold italics is greater 5 and
less than 10:

Condition1:
=AND(MOD(ROW(),2)=0,A1>5,A1<10)
Format: light blue, font Bold Italics

Condition2:
=MOD(ROW(),2)=0
Format: light blue, font normal

Cheers,

Joerg


"Steve Wright" <(E-Mail Removed)> wrote in message
news:1165199270.899572@muldoon...
> I have a conditional format that turns every cell on an even row light

blue
> using a conditional format of Formula is: "=MOD(ROW(),2)=0".
>
> My problem is that I want to retain the light blue colour and format the
> font to Bold Italics where the value is less than -100000 and greater than
> 100000.
>
> Does any one have any ideas?
>
> Steve
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional formating problem lou via AccessMonster.com Microsoft Access Form Coding 3 26th Oct 2006 11:37 PM
Conditional Formating Problem =?Utf-8?B?TUVTVFJFTExBMjk=?= Microsoft Excel Misc 6 13th Oct 2006 11:31 PM
Conditional Formating Problem Anatoly Kurilin Microsoft Access Forms 1 19th Jul 2006 02:05 PM
Conditional Formating Problem =?Utf-8?B?bmVlbm1hcmll?= Microsoft Access Reports 2 14th Oct 2005 04:06 PM
Conditional Formating Problem Steven T. Robillard Microsoft Excel Misc 4 29th Jan 2004 03:22 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:31 AM.