Your cart is currently empty!
How to Highlight Odd or Even Numbers in Excel Using Conditional Formatting
To highlight odd or even numbers in Excel, you can use Conditional Formatting with a formula. Here’s how:
✅ Steps to Highlight Odd Numbers:
- Select the range of cells you want to check.
- Go to the Home tab → click Conditional Formatting → choose New Rule.
- Select “Use a formula to determine which cells to format”.
- Enter the formula:
=ISEVEN(A1)=FALSE
(ReplaceA1
with the top-left cell of your selection.) - Click Format, choose a color (e.g., light green), and press OK.
✅ Steps to Highlight Even Numbers:
Follow the same steps, but use this formula:
=ISEVEN(A1)=TRUE
🧠 Explanation:
ISEVEN(number)
returns TRUE if a number is even.ISODD(number)
returns TRUE if a number is odd.- Conditional formatting applies the format when the formula returns TRUE.
You can use ISODD(A1)
instead of ISEVEN(A1)=FALSE
if you prefer.
Top rated products
-
Mastering Microsoft Excel: Excel from Beginner to Advanced (Downloadable)
Original price was: ₹2,299.00.₹1,999.00Current price is: ₹1,999.00. -
Dia Free Juice – Blood Sugar Management
-
Acer Aspire Lite (AL15-41) – AMD Ryzen 3 Laptop with 16GB RAM & 512GB SSD
-
MS Office Online Course: Basic to Advance Level
Original price was: ₹2,999.00.₹2,499.00Current price is: ₹2,499.00. -
The Psychology of Money: Timeless Lessons on Wealth, Greed, and Happiness
-
Mastering Excel Automation: Excel VBA Training Course for Proficiency and Efficiency
Original price was: ₹2,299.00.₹1,999.00Current price is: ₹1,999.00.