View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
ConfusedNHouston ConfusedNHouston is offline
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