Related:
- Generate Serial No.
- Nic serial number - Guide
- Whatsup gold free download full version with serial - Download - Networks
- Generate serial number in excel - Guide
- Moffsoft calculator 2 serial key - Download - Calculators
- Pdanet serial key - Download - Other
1 response
RWomanizer
Posts
365
Registration date
Monday February 7, 2011
Status
Contributor
Last seen
September 30, 2013
120
May 13, 2011 at 01:49 AM
May 13, 2011 at 01:49 AM
use the following formula:
=LEFT(A1,2)&REPLACE((RIGHT(REPLACE(A1,3,1,1),6)+1),1,1,"-")
Assume that the serial no in column A and start from Ist row
=LEFT(A1,2)&REPLACE((RIGHT(REPLACE(A1,3,1,1),6)+1),1,1,"-")
Assume that the serial no in column A and start from Ist row
May 13, 2011 at 02:26 AM