ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   odd and even number conditional formatting (https://www.excelbanter.com/excel-discussion-misc-queries/50956-odd-even-number-conditional-formatting.html)

vishu

odd and even number conditional formatting
 
Hi,
I am trying to do Conditional formatting for odd and even numbers.
If number is Even, the cell pattern colour should be Red
If number is Odd, the cell pattern colour should be Blue
The formula I given is =ISEVEN($A$1) and in format selected the red colour.
=ISODD($A$1) and in format selected the
blue colour.
This formula is not working€¦.
But I am getting error message that you may not use references to other
worksheets or workbooks for conditional formatting criteria.
Please advice€¦


Biff

odd and even number conditional formatting
 
Hi!

The reason you get that error message is because those functions are part of
the Analysis ToolPak add-in which is in fact references to other worksheets
or workbooks.

Try these:

For even:

=MOD(A1,2)=0

For odd:

=MOD(A1,2)0

I'm assuming the numbers will only be integers.

Biff

"vishu" wrote in message
...
Hi,
I am trying to do Conditional formatting for odd and even numbers.
If number is Even, the cell pattern colour should be Red
If number is Odd, the cell pattern colour should be Blue
The formula I given is =ISEVEN($A$1) and in format selected the red
colour.
=ISODD($A$1) and in format selected the
blue colour.
This formula is not working..
But I am getting error message that you may not use references to other
worksheets or workbooks for conditional formatting criteria.
Please advice.




Bob Phillips

odd and even number conditional formatting
 
Vishu, take a look at http://www.xldynamic.com/source/xld.CF.html#rows

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"vishu" wrote in message
...
Hi,
I am trying to do Conditional formatting for odd and even numbers.
If number is Even, the cell pattern colour should be Red
If number is Odd, the cell pattern colour should be Blue
The formula I given is =ISEVEN($A$1) and in format selected the red

colour.
=ISODD($A$1) and in format selected the
blue colour.
This formula is not working..
But I am getting error message that you may not use references to other
worksheets or workbooks for conditional formatting criteria.
Please advice.




Stefi

odd and even number conditional formatting
 
Use relative references:

=ISEVEN(A1)
=ISODD(A1)

Regards,
Stefi

"vishu" wrote:

Hi,
I am trying to do Conditional formatting for odd and even numbers.
If number is Even, the cell pattern colour should be Red
If number is Odd, the cell pattern colour should be Blue
The formula I given is =ISEVEN($A$1) and in format selected the red colour.
=ISODD($A$1) and in format selected the
blue colour.
This formula is not working€¦.
But I am getting error message that you may not use references to other
worksheets or workbooks for conditional formatting criteria.
Please advice€¦



All times are GMT +1. The time now is 01:32 PM.

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