Re: resequence with a prefix
- From: Tim879 <tim879@xxxxxxxxx>
- Date: Thu, 09 Aug 2007 18:49:00 -0000
Try this formula:
=LEFT(A1,4)&TEXT(MID(A1,5,1000)+1,"000")
the Left (a1,4) assumes that you use the 4 character string "prt:". If
you use a longer / shorter string, just adjust the left / mid
functions accordingly.
On Aug 9, 2:38 pm, raulavi <raul...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
excel 2007: have 1 col with many rows, each cell has a prefix prt:000 , need
to sequence all row in that col as prt:001,prt:002...and so on... any ideas
how?
TIA
.
- Prev by Date: Re: AppName: excel.exe AppVer: 10.0.6832.0 ModName: excel.exe ModVer: 10.0.6832.0 Offset: 0006e3fc
- Next by Date: Re: Return Unique Records ... No Blanks
- Previous by thread: Re: resequence with a prefix
- Next by thread: Re: resequence with a prefix
- Index(es):
Relevant Pages
|