Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default Conditional Formatting and Formulas

Hi.

I am using Excel 2003 to do some conditional formatting, but there are only
three conditions to manipulate and I need four.

I think though that I can comine two things together in a formula in one of
the conditions - so that it would do the same formatting if either of two
conditions were satisified - using the or condition. However, I am not sure
how the OR function works or whether you can get round the three conditions
issue in conditional formatting by doing this.

The two things that I want to combine in an or function a

ERROR.TYPE(I30=7)
(I30="")

So basically if either the cell is blank or if it has an error value in it I
want to apply the same formatting.

Can anyone suggest how I might put these together, is it just as simple as:

=or((error.type(I30=7)),(I30=""))

Thanks for your anticipated help.

Liz.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default Conditional Formatting and Formulas

Not sure about the condition you want to apply but in general you can use
something like
=OR(I7="",I7=10)
in conditional formatting to check for either a blank or value 10 in I7...

"BoRed79" wrote:

Hi.

I am using Excel 2003 to do some conditional formatting, but there are only
three conditions to manipulate and I need four.

I think though that I can comine two things together in a formula in one of
the conditions - so that it would do the same formatting if either of two
conditions were satisified - using the or condition. However, I am not sure
how the OR function works or whether you can get round the three conditions
issue in conditional formatting by doing this.

The two things that I want to combine in an or function a

ERROR.TYPE(I30=7)
(I30="")

So basically if either the cell is blank or if it has an error value in it I
want to apply the same formatting.

Can anyone suggest how I might put these together, is it just as simple as:

=or((error.type(I30=7)),(I30=""))

Thanks for your anticipated help.

Liz.

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
Formulas for Conditional Formatting Lisababe Excel Discussion (Misc queries) 1 May 30th 09 10:55 PM
Conditional Formatting vs Formulas Vanessa Simmonds Excel Discussion (Misc queries) 1 February 20th 09 04:48 PM
Conditional formatting formulas Kobus Excel Discussion (Misc queries) 2 January 10th 07 02:28 PM
Conditional Formatting - Formulas meandmyhorse Excel Discussion (Misc queries) 2 February 18th 06 12:58 PM
Help Using Formulas in Conditional Formatting Still Learning Excel Discussion (Misc queries) 2 January 28th 05 04:55 PM


All times are GMT +1. The time now is 03:10 AM.

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"