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(ReplaceA1with 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
-
Microsoft Excel 365 – From Beginner to Advanced (Complete Course)
-
Unlock the Power of Google Keep: Transform Your Note-Taking Experience
Original price was: ₹999.00.₹949.00Current price is: ₹949.00. -
ShineXPro Microfiber Car Cleaning Cloth
-
Tally Prime Course in Hindi: Complete Training for Efficient Accounting and GST Management
₹1,299.00 -
Samsung Galaxy S24 Ultra
Original price was: ₹134,999.00.₹71,999.00Current price is: ₹71,999.00. -
Master Google Workspace (G Suite) – Gmail, Docs, Drive, Sheets, Meet & More






