Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Concatenation of ALPHA and NUMERIC cells?

I have a need to insert a"B" in front of each part number in a list of
product information. Many of the product numbers are numeric. Obviously the
"B" is alpha. They will not concatenate using the normal =CONCATENATE(A2,B2)
function. Is there a work around? Is there a way to convert the numeric to
alpha? I don't really need it to be a numeric field...

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Concatenation of ALPHA and NUMERIC cells?

Does the =concatenate(a2,b2) (or =a2&b2) fail because you lose leading 0's or
other custom formatting?

If yes, you could use:
=$a$2 & text(b2,"00000")
or
="B" & text(b2,"00000.00000")



ConfusedNHouston wrote:

I have a need to insert a"B" in front of each part number in a list of
product information. Many of the product numbers are numeric. Obviously the
"B" is alpha. They will not concatenate using the normal =CONCATENATE(A2,B2)
function. Is there a work around? Is there a way to convert the numeric to
alpha? I don't really need it to be a numeric field...

Thanks


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Concatenation of ALPHA and NUMERIC cells?

You should have no problem with this function yet you say they will not
concatenate.

Assuming you have the numerics in column B

In column adjacent to your numerics enter

="B" & B2

Double-click to copy down.

Which is the same as having B in A2 and using this formula in C2

=CONCATENATE($A$2,B2) and double-click to copy down.


Gord Dibben MS Excel MVP

On Sat, 19 May 2007 18:06:01 -0700, ConfusedNHouston
wrote:

I have a need to insert a"B" in front of each part number in a list of
product information. Many of the product numbers are numeric. Obviously the
"B" is alpha. They will not concatenate using the normal =CONCATENATE(A2,B2)
function. Is there a work around? Is there a way to convert the numeric to
alpha? I don't really need it to be a numeric field...

Thanks


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
Alpha Numeric tab not showing only numeric. Inachu Excel Worksheet Functions 2 October 20th 06 01:47 PM
Sorting Cells With Alpha Numeric Values 69-er Charts and Charting in Excel 0 July 31st 06 06:27 PM
only extract numeric value from alpha numeric cell Fam via OfficeKB.com Excel Discussion (Misc queries) 5 April 26th 06 06:49 PM
The colums changed from alpha to numeric how do you make it alpha worldmade Excel Discussion (Misc queries) 2 May 26th 05 03:44 PM
convert cells containing alpha to numeric ezu Excel Worksheet Functions 14 January 9th 05 10:01 PM


All times are GMT +1. The time now is 12:20 PM.

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"