![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Location: Los Angeles, CA
Posts: 752
|
I have a column with data starting with A01, then A02, A03, A04 and so on. However the info is not always consistent, it might jump from A05 to A09. I want to know if there is a formula that lets me know if the cell above has gotten bigger by 1.
example A01 A02 A05, not consistent A06 Thanks |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Denver, CO
Posts: 1,744
|
You could a formula such as
=IF(RIGHT(A2,2)-RIGHT(A1,2)>1,"not consistent","") in say b2. Or use a similar formula for conidional formatting. I assume the format was A"zero"1. If it is only one number, you could use =IF(RIGHT(A2)-RIGHT(A1)>1,"not consistent","") good luck Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|