I have a similar situation but my text is before the numbers.
In column 'A' I have i.e.;
A1 "ind00002"
A2 "ind00004"
A3 "ind00006"
A4 "ind00009"
A5 "ind00010"
etc...
The text is always the same, "ind", but the numbers change. I would like to subtract 1 from each number like the following:
A1 "ind00002" - 1 = "ind00001"
A2 "ind00004" - 1 = "ind00003"
A3 "ind00006" - 1 = "ind00005" etc...
The results can be in in any column, B, C, D - it doesn't matter. I just want to generate the results.
I'm using MS Excel 2007 in Windows 7. I appreciate the help and can clarify if what I'm requesting isn't clear.
Thanks!