ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Formula not working, help (https://www.excelbanter.com/excel-worksheet-functions/223971-formula-not-working-help.html)

SunshineinFt.Myers[_2_]

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.

Gord Dibben

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.



Mike H

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.


Gord Dibben

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.




All times are GMT +1. The time now is 12:09 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com