Sequential numbers can be used as unique identifiers and an easy way to maintain a count. Below is how to highlight non-sequential numbers in excel.

Steps:

  1. Select the area to apply Conditional formatting
  2. Go to Conditional formatting → New rule ► Use a Formula to determine cells to format
  3. Use this formula =RIGHT(B3,3)+0<>RIGHT(B2,3)+1
    1. RIGHT(B3, 3) extracts the last three characters in a string e.g. 001 (this is a Text-Number and not a number)
    2. Any math operation will convert a text number to a real number. This is why we add zero =RIGHT(B3,3)+0
    3. <>RIGHT(B2,3)+1 check if the current number is equal to the previous number plus 1
  4. Apply the formatting on all the cells whose result will be TRUE

How to Highlight non-alphabetical series

=CHAR(65) to CHAR(90) result in A to Z in excel

So following the above steps use this formula =CHAR(ROW(A65))<>$B3

NB: ROW(A65) results to 65 and the number will be incremental as you scroll down

DOWNLOAD WORKSHEET

Do you want to excel in Excel?

Or

Seeking Microsoft Certification?

Every Week Receive Resources To Get you Closer to Your Goal!

No Huff! No Fluff! No Spam!

You are on your way to Excelling in Excel and Becoming Microsoft Certified!

Share This

Spread the Good News!

Do me favour, please? Share this with your friends!

Thanks For Commenting!

Awesome for you to comment! Please share the post with your friends.