Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Formula not working, help

I am using conditional formatting featu Using the Formula is in the
conditonal formatting: =AND(M3:M5440,M3:M544<"Exempt") This is not working.
Want to highlight those cells that have 0 but do not want to highlight empty
or the cells that have the word exempt. Need some help. Have been trying to
get this answered for a few days now.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Formula not working, help

You cannot use a range of cells in that manner.

The CF must go on individual cells.

Select M3:M544 then CFFormula is: =AND(M30,M3<"Exempt")


Gord Dibben MS Excel MVP


On Wed, 11 Mar 2009 13:32:10 -0700, SunshineinFt.Myers
wrote:

I am using conditional formatting featu Using the Formula is in the
conditonal formatting: =AND(M3:M5440,M3:M544<"Exempt") This is not working.
Want to highlight those cells that have 0 but do not want to highlight empty
or the cells that have the word exempt. Need some help. Have been trying to
get this answered for a few days now.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Formula not working, help

Hi,

Select the range M3 - M544 and use this CF formula

=AND(M30,M3<"Exempt")

Mike

"SunshineinFt.Myers" wrote:

I am using conditional formatting featu Using the Formula is in the
conditonal formatting: =AND(M3:M5440,M3:M544<"Exempt") This is not working.
Want to highlight those cells that have 0 but do not want to highlight empty
or the cells that have the word exempt. Need some help. Have been trying to
get this answered for a few days now.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Formula not working, help

Or if the "empty" cells are returning a null string "" due to an IF
formula.

=AND(M3<"",M3<"Exempt")


Gord

On Wed, 11 Mar 2009 13:48:43 -0700, Gord Dibben <gorddibbATshawDOTca wrote:

You cannot use a range of cells in that manner.

The CF must go on individual cells.

Select M3:M544 then CFFormula is: =AND(M30,M3<"Exempt")


Gord Dibben MS Excel MVP


On Wed, 11 Mar 2009 13:32:10 -0700, SunshineinFt.Myers
wrote:

I am using conditional formatting featu Using the Formula is in the
conditonal formatting: =AND(M3:M5440,M3:M544<"Exempt") This is not working.
Want to highlight those cells that have 0 but do not want to highlight empty
or the cells that have the word exempt. Need some help. Have been trying to
get this answered for a few days now.


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
Formula Not Working AccAdmin New Users to Excel 3 June 13th 08 06:00 PM
Formula Sometimes Working Sometimes Not merry_fay Excel Discussion (Misc queries) 4 December 6th 06 03:36 PM
Formula not working Cinderella Excel Discussion (Misc queries) 1 August 26th 06 11:47 PM
Formula not working nir020 Excel Worksheet Functions 1 January 23rd 06 06:05 PM
formula is not working olivia824 Excel Worksheet Functions 2 January 3rd 06 08:03 PM


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