Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How do I create an alpha numeric cell example NAR 1.00 then NAR 2.00?
|
#2
![]() |
|||
|
|||
![]()
In A1 type 1 and Enter, then highlight A1 right-click FormatCells
Number tab Custom and in the Type: window, NAR 0.00 OK.......then in A2 put =A1+1 and copy down........... Vaya con Dios, Chuck, CABGx3 "clambake5" wrote in message ... How do I create an alpha numeric cell example NAR 1.00 then NAR 2.00? |
#3
![]() |
|||
|
|||
![]()
Another way to try out ..
Put in any starting cell, say A2: ="NAR "&TEXT(ROWS($A$1:A1),"0.00") Copy A2 down -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- "clambake5" wrote in message ... How do I create an alpha numeric cell example NAR 1.00 then NAR 2.00? |
#4
![]() |
|||
|
|||
![]()
Another way...........
in A1 type NAR 1.00 in A2 type =LEFT(A1,3)&" "&TEXT(MID(A1,FIND(" ",A1,1),99)+1,"0.00") and copy down......... Vaya con Dios, Chuck, CABGx3 "clambake5" wrote in message ... How do I create an alpha numeric cell example NAR 1.00 then NAR 2.00? |
#5
![]() |
|||
|
|||
![]()
And if you want to fill across instead of down,
just change ROWS to COLUMNS, viz. use: ="NAR "&TEXT(COLUMNS($A$1:A1),"0.00") -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- |
#6
![]() |
|||
|
|||
![]()
Thanks Max! You are a bloody genius!!
"Max" wrote: Another way to try out .. Put in any starting cell, say A2: ="NAR "&TEXT(ROWS($A$1:A1),"0.00") Copy A2 down -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- "clambake5" wrote in message ... How do I create an alpha numeric cell example NAR 1.00 then NAR 2.00? |
#7
![]() |
|||
|
|||
![]()
Glad to hear it worked !
Thanks for the feedback .. -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- "clambake5" wrote in message ... Thanks Max! You are a bloody genius!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
Count unique alpha numeric "characters" in a common cell | Excel Worksheet Functions | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
GET.CELL | Excel Worksheet Functions | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |