I have a column of text thats a combination of text and a number
i.e, ABA1, ABA2, ABA3, BRB1, BRB2, BRB3, BRB4, CDC1, CDC2, CDC3 etc etc.
The text may be different but the number will always ascend.
At present I use some formula's that extract the number from the
text and use the MAX command to see which number I need to use
next. This column spreads 5000 rows and eats the mega-bytes in file
size! is there some VBA I can use to replace all the formula's that
checks the column and tells me which number to use next.
I have an additional request though, at present I can enter a prefix text
into a cell i.e "ABA" or "BRB" or "CDC" and which ever prefix I choose,
I am only told which next ascending number to use matching that prefix.
The formula's I have written work but takes up loads of file.
Can anybody help?
Bookmarks