Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 9
Default Usiing a formula to Conditional Format XL2007

Hi all,

I'm trying to use the following formula to format a single row if any of
the cells ($AD$149 or $AL$149 or $AS$149 or $AZ$149) is equal to or
greater than the target cell ($M$149)

=OR($AD$149=$M$149,$AL$149=$M$149,$AS$149=$M$14 9,$AZ$149=$M$149)

All comments/pointers welcomed.

--
Steve

Efficiency is intelligent laziness.
- Anonymous
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default Usiing a formula to Conditional Format XL2007

Are you getting a message in the CF when you try to enter that formula?

Just reverse the operators. Instead of using = use =.

=OR($AD$149=$M$149,$AL$149=$M$149,$AS$149=$M$14 9,$AZ$149=$M$149)

That will apply the formatting if M149 is an empty cell and any of the other
cells are also empty. Do you need to account for that possibility? If so,
you can add another test that M149 is not empty/blank.

=AND($M$149<"",OR(............))

--
Biff
Microsoft Excel MVP


"Steve" wrote in message
...
Hi all,

I'm trying to use the following formula to format a single row if any of
the cells ($AD$149 or $AL$149 or $AS$149 or $AZ$149) is equal to or
greater than the target cell ($M$149)

=OR($AD$149=$M$149,$AL$149=$M$149,$AS$149=$M$14 9,$AZ$149=$M$149)

All comments/pointers welcomed.

--
Steve

Efficiency is intelligent laziness.
- Anonymous



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
Conditional Formatting on a Row - XL2007 Steve[_20_] New Users to Excel 2 January 17th 10 01:26 PM
Conditional Formats XL2007 Telford Tom[_2_] Excel Discussion (Misc queries) 1 November 21st 09 12:13 PM
Conditional Formatting in XL2007 Steve Haack Excel Worksheet Functions 3 August 3rd 08 05:27 PM
Conditional formatting different on XL2007 than XL2003 Stan Excel Discussion (Misc queries) 0 July 16th 08 06:24 PM
return a cell contents as the result of usiing "small" KFEagle Excel Worksheet Functions 1 September 10th 05 08:33 PM


All times are GMT +1. The time now is 12:39 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"