Excel Macro to copy text and append
Solved/Closed
sgriffis
-
Apr 27, 2011 at 09:44 AM
RWomanizer Posts 365 Registration date Monday February 7, 2011 Status Contributor Last seen September 30, 2013 - May 2, 2011 at 08:30 AM
RWomanizer Posts 365 Registration date Monday February 7, 2011 Status Contributor Last seen September 30, 2013 - May 2, 2011 at 08:30 AM
Related:
- Excel Macro to copy text and append
- Spell number in excel without macro - Guide
- Excel mod apk for pc - Download - Spreadsheets
- Excel marksheet - Guide
- Kernel for excel - Download - Backup and recovery
- Macros in excel download free - Download - Spreadsheets
4 responses
RWomanizer
Posts
365
Registration date
Monday February 7, 2011
Status
Contributor
Last seen
September 30, 2013
120
Apr 28, 2011 at 04:36 AM
Apr 28, 2011 at 04:36 AM
for First part use the formula
=CHAR(CODE(RIGHT(B2,1))+1)
*Supoose value 0025901E851C is in Cell B2
and second part use
="32-0151-" & D2
*Supoose Value 8715 is in Cell D2
=CHAR(CODE(RIGHT(B2,1))+1)
*Supoose value 0025901E851C is in Cell B2
and second part use
="32-0151-" & D2
*Supoose Value 8715 is in Cell D2
OK, I think I figured out part of it. Now I just need a formula that will add 1 to a alphanumeric value in a cell. For example 0025901E851C would be 0025901E851D.
Also need a formula that will take this value:
32-0151-8715
and add the first two parts to a cell with the last part already typed in.
Thanks!
Also need a formula that will take this value:
32-0151-8715
and add the first two parts to a cell with the last part already typed in.
Thanks!
RWomanizer
Posts
365
Registration date
Monday February 7, 2011
Status
Contributor
Last seen
September 30, 2013
120
May 2, 2011 at 08:30 AM
May 2, 2011 at 08:30 AM
You are most Welcome