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
-
Excel VBA/Macro Masterclass: Automate Excel, Boost Productivity : Classroom /Live Class Training
Original price was: ₹8,500.00.₹6,500.00Current price is: ₹6,500.00. -
Little Monk Buddha Statue Set
Original price was: ₹1,299.00.₹134.00Current price is: ₹134.00. -
Master Excel, Access, Macros & SQL – All in One Course
-
Google Calendar Mastery Training: Learn to Streamline Your Schedule in Just 1 Hour
Original price was: ₹999.00.₹949.00Current price is: ₹949.00. -
Mark & Mia Woven Sleeveless Party Frock – Navy Blue
-
Mastering MS Excel (Pen Drive Course) – Learn Excel Anytime, Anywhere
Original price was: ₹4,999.00.₹1,299.00Current price is: ₹1,299.00.