How can I make Excel tell me when a number is out of sequence?
November 20, 2008 6:46 PM
Subscribe
How can I make Excel tell me when a number is out of sequence?
I have about 1700 rows of numbers in one column in Excel. I need to know if any of the numbers are out of sequence or equal to each other, and if so, which rows. I am almost a complete Excel novice so please be gentle with me! Thanks in advance.
posted by Beautiful Downtown Burbank to computers & internet (6 comments total)
2 users marked this as a favorite
Equal to prev: =IF(A2-A3=0,"equal","not equal")
posted by b33j at 6:51 PM on November 20, 2008