PC Review


Reply
Thread Tools Rate Thread

CONCATENATES

 
 
=?Utf-8?B?Z2ZyZWNoZXR0ZQ==?=
Guest
Posts: n/a
 
      5th Jul 2007
I need to add an asterix before and after my data to convert it to 3of9
barcode font that we can scan. I can get it to go in using a Concatenate but
it leaves a bunch of spaces before it adds the closing asterix?????????
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      6th Jul 2007
Maybe you have trailing spaces in your data:

="*"&trim(a1)&"*"

=trim(a1)
will remove leading, trailing and change multiple consecutive spaces to one
(internally).



gfrechette wrote:
>
> I need to add an asterix before and after my data to convert it to 3of9
> barcode font that we can scan. I can get it to go in using a Concatenate but
> it leaves a bunch of spaces before it adds the closing asterix?????????


--

Dave Peterson
 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      6th Jul 2007
Maybe you have a bunch of spaces after your data?

What do you get if you use a helper column and =LEN(cellref) on the original
data?

TRIM your data to remove the extra spaces if need be.


Gord Dibben MS Excel MVP

On Thu, 5 Jul 2007 15:44:03 -0700, gfrechette
<(E-Mail Removed)> wrote:

>I need to add an asterix before and after my data to convert it to 3of9
>barcode font that we can scan. I can get it to go in using a Concatenate but
>it leaves a bunch of spaces before it adds the closing asterix?????????


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I concatenates two fields into one field in the same table? sabow71 Microsoft Access 3 4th Oct 2009 05:02 AM
Removing concatenates for VBA calculs Werner Microsoft Excel Programming 2 29th Jun 2005 07:21 PM
When concatenating concatenates don't concatenate... d'Az Microsoft Excel Misc 0 7th Oct 2004 03:24 AM
When concatenating concatenates don't concatenate... d'Az Microsoft Excel Misc 2 6th Oct 2004 11:37 PM
When concatenating concatenates don't concatenate... d'Az Microsoft Excel Misc 1 6th Oct 2004 01:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:21 AM.