Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
clambake5
 
Posts: n/a
Default alpha numberic cell

How do I create an alpha numeric cell example NAR 1.00 then NAR 2.00?
  #2   Report Post  
CLR
 
Posts: n/a
Default

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   Report Post  
Max
 
Posts: n/a
Default

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   Report Post  
CLR
 
Posts: n/a
Default

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   Report Post  
Max
 
Posts: n/a
Default

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   Report Post  
clambake5
 
Posts: n/a
Default

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   Report Post  
Max
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM
Count unique alpha numeric "characters" in a common cell WIM4246 Excel Worksheet Functions 4 December 11th 04 02:27 AM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 02:06 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


All times are GMT +1. The time now is 07:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"