A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Mailmerge
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Customizing A Number Format



 
 
Thread Tools Display Modes
  #1  
Old August 8th, 2004, 12:27 PM
Bob
external usenet poster
 
Posts: n/a
Default Customizing A Number Format

I am merging a case number into Word 2000 that is initially in the following
format: ##-#####. I have been trying to figure out how I can format it in
the merge process to the following: ##-bk-#####. Basically, I need to insert
"bk-" after the first dash between the two number groups. I tried to adapt
the serial number example on Graham Mayor's website, but I just don't have
enough known-how to figure this out, if it can be done.
  #2  
Old August 8th, 2004, 12:45 PM
Graham Mayor
external usenet poster
 
Posts: n/a
Default Customizing A Number Format

If we are looking at a seven digit number, then
\# "00-bk-00000"
or
\# "##-bk-#####"
will work

However, I suspect this isn't a number, but text, and you can't format text
with
number switches. You would have to derive the numbers in the data file
first. This would be simple enough in an Excel file.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Bob wrote:
I am merging a case number into Word 2000 that is initially in the
following format: ##-#####. I have been trying to figure out how I
can format it in the merge process to the following: ##-bk-#####.
Basically, I need to insert "bk-" after the first dash between the
two number groups. I tried to adapt the serial number example on
Graham Mayor's website, but I just don't have enough known-how to
figure this out, if it can be done.




  #3  
Old August 8th, 2004, 08:49 PM
Bob
external usenet poster
 
Posts: n/a
Default Customizing A Number Format

Graham - Is it possible to "extract" the first two numbers and to thereafter
do the same with the five-number string at the end? If I can do that, then I
could easily put the "-bk-" into the merge form. Thanks.

"Graham Mayor" wrote:

If we are looking at a seven digit number, then
\# "00-bk-00000"
or
\# "##-bk-#####"
will work

However, I suspect this isn't a number, but text, and you can't format text
with
number switches. You would have to derive the numbers in the data file
first. This would be simple enough in an Excel file.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Bob wrote:
I am merging a case number into Word 2000 that is initially in the
following format: ##-#####. I have been trying to figure out how I
can format it in the merge process to the following: ##-bk-#####.
Basically, I need to insert "bk-" after the first dash between the
two number groups. I tried to adapt the serial number example on
Graham Mayor's website, but I just don't have enough known-how to
figure this out, if it can be done.





  #4  
Old August 9th, 2004, 12:39 AM
Doug Robbins
external usenet poster
 
Posts: n/a
Default Customizing A Number Format

You will have to do the manipulation in the data source. Alternatively,
after executing the mailmerge to a new document, do a Wildcard replace in
which you search for

([0-9]{2})-([0-9]{5})

and in the replace control you insert

\1-bk-\2

For an explanation of the above, see the article "Finding and replacing
characters using wildcards" at:

http://word.mvps.org/FAQs/General/UsingWildcards.htm


--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"Bob" wrote in message
...
Graham - Is it possible to "extract" the first two numbers and to
thereafter
do the same with the five-number string at the end? If I can do that,
then I
could easily put the "-bk-" into the merge form. Thanks.

"Graham Mayor" wrote:

If we are looking at a seven digit number, then
\# "00-bk-00000"
or
\# "##-bk-#####"
will work

However, I suspect this isn't a number, but text, and you can't format
text
with
number switches. You would have to derive the numbers in the data file
first. This would be simple enough in an Excel file.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Bob wrote:
I am merging a case number into Word 2000 that is initially in the
following format: ##-#####. I have been trying to figure out how I
can format it in the merge process to the following: ##-bk-#####.
Basically, I need to insert "bk-" after the first dash between the
two number groups. I tried to adapt the serial number example on
Graham Mayor's website, but I just don't have enough known-how to
figure this out, if it can be done.







  #5  
Old August 9th, 2004, 06:47 PM
Bob
external usenet poster
 
Posts: n/a
Default Customizing A Number Format

Doug - Thanks for the link and the sample. I think it gets me to a point
that is better than where I was before, which has been perform multiple
finding and replacing tasks. I assume (and hope) there will be a way to put
this repetitive task into a macro and assign it to a button.

"Doug Robbins" wrote:

You will have to do the manipulation in the data source. Alternatively,
after executing the mailmerge to a new document, do a Wildcard replace in
which you search for

([0-9]{2})-([0-9]{5})

and in the replace control you insert

\1-bk-\2

For an explanation of the above, see the article "Finding and replacing
characters using wildcards" at:

http://word.mvps.org/FAQs/General/UsingWildcards.htm


--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"Bob" wrote in message
...
Graham - Is it possible to "extract" the first two numbers and to
thereafter
do the same with the five-number string at the end? If I can do that,
then I
could easily put the "-bk-" into the merge form. Thanks.

"Graham Mayor" wrote:

If we are looking at a seven digit number, then
\# "00-bk-00000"
or
\# "##-bk-#####"
will work

However, I suspect this isn't a number, but text, and you can't format
text
with
number switches. You would have to derive the numbers in the data file
first. This would be simple enough in an Excel file.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Bob wrote:
I am merging a case number into Word 2000 that is initially in the
following format: ##-#####. I have been trying to figure out how I
can format it in the merge process to the following: ##-bk-#####.
Basically, I need to insert "bk-" after the first dash between the
two number groups. I tried to adapt the serial number example on
Graham Mayor's website, but I just don't have enough known-how to
figure this out, if it can be done.







  #6  
Old August 10th, 2004, 07:16 AM
Graham Mayor
external usenet poster
 
Posts: n/a
Default Customizing A Number Format

I have re-written the wildcard article for my own web site - but your
general point is confirmed that you can incorporate multiple searches as a
macro. What are the other searches?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Bob wrote:
Doug - Thanks for the link and the sample. I think it gets me to a
point that is better than where I was before, which has been perform
multiple finding and replacing tasks. I assume (and hope) there will
be a way to put this repetitive task into a macro and assign it to a
button.

"Doug Robbins" wrote:

You will have to do the manipulation in the data source.
Alternatively, after executing the mailmerge to a new document, do a
Wildcard replace in which you search for

([0-9]{2})-([0-9]{5})

and in the replace control you insert

\1-bk-\2

For an explanation of the above, see the article "Finding and
replacing characters using wildcards" at:

http://word.mvps.org/FAQs/General/UsingWildcards.htm


--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on
a paid consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"Bob" wrote in message
...
Graham - Is it possible to "extract" the first two numbers and to
thereafter
do the same with the five-number string at the end? If I can do
that, then I
could easily put the "-bk-" into the merge form. Thanks.

"Graham Mayor" wrote:

If we are looking at a seven digit number, then
\# "00-bk-00000"
or
\# "##-bk-#####"
will work

However, I suspect this isn't a number, but text, and you can't
format text
with
number switches. You would have to derive the numbers in the data
file first. This would be simple enough in an Excel file.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Bob wrote:
I am merging a case number into Word 2000 that is initially in the
following format: ##-#####. I have been trying to figure out how
I can format it in the merge process to the following:
##-bk-#####. Basically, I need to insert "bk-" after the first
dash between the two number groups. I tried to adapt the serial
number example on Graham Mayor's website, but I just don't have
enough known-how to figure this out, if it can be done.



  #7  
Old August 10th, 2004, 07:03 PM
Bob
external usenet poster
 
Posts: n/a
Default Customizing A Number Format

Graham - The reference to multiple searches was related to multiple cases
numbers. I generally merge documents at the same time for multiple cases and
the resulting document is basically a chain of 15-20 documents from multiple
cases. I then scrolled down the document and did a find and replace to put
the case number in the correct format. I would do this for as many different
case numbers that there were in the documents. I think the wildcard search
and replace may eliminate this.

"Graham Mayor" wrote:

I have re-written the wildcard article for my own web site - but your
general point is confirmed that you can incorporate multiple searches as a
macro. What are the other searches?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Bob wrote:
Doug - Thanks for the link and the sample. I think it gets me to a
point that is better than where I was before, which has been perform
multiple finding and replacing tasks. I assume (and hope) there will
be a way to put this repetitive task into a macro and assign it to a
button.

"Doug Robbins" wrote:

You will have to do the manipulation in the data source.
Alternatively, after executing the mailmerge to a new document, do a
Wildcard replace in which you search for

([0-9]{2})-([0-9]{5})

and in the replace control you insert

\1-bk-\2

For an explanation of the above, see the article "Finding and
replacing characters using wildcards" at:

http://word.mvps.org/FAQs/General/UsingWildcards.htm


--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on
a paid consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"Bob" wrote in message
...
Graham - Is it possible to "extract" the first two numbers and to
thereafter
do the same with the five-number string at the end? If I can do
that, then I
could easily put the "-bk-" into the merge form. Thanks.

"Graham Mayor" wrote:

If we are looking at a seven digit number, then
\# "00-bk-00000"
or
\# "##-bk-#####"
will work

However, I suspect this isn't a number, but text, and you can't
format text
with
number switches. You would have to derive the numbers in the data
file first. This would be simple enough in an Excel file.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Bob wrote:
I am merging a case number into Word 2000 that is initially in the
following format: ##-#####. I have been trying to figure out how
I can format it in the merge process to the following:
##-bk-#####. Basically, I need to insert "bk-" after the first
dash between the two number groups. I tried to adapt the serial
number example on Graham Mayor's website, but I just don't have
enough known-how to figure this out, if it can be done.




  #8  
Old August 11th, 2004, 07:21 AM
Graham Mayor
external usenet poster
 
Posts: n/a
Default Customizing A Number Format

If all the case numbers are in the same form at then the wildcard search
will do the trick. You can record it as a macro if you wish to save having
to remember the syntax

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Bob wrote:
Graham - The reference to multiple searches was related to multiple
cases numbers. I generally merge documents at the same time for
multiple cases and the resulting document is basically a chain of
15-20 documents from multiple cases. I then scrolled down the
document and did a find and replace to put the case number in the
correct format. I would do this for as many different case numbers
that there were in the documents. I think the wildcard search and
replace may eliminate this.

"Graham Mayor" wrote:

I have re-written the wildcard article for my own web site - but your
general point is confirmed that you can incorporate multiple
searches as a macro. What are the other searches?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Bob wrote:
Doug - Thanks for the link and the sample. I think it gets me to a
point that is better than where I was before, which has been perform
multiple finding and replacing tasks. I assume (and hope) there
will
be a way to put this repetitive task into a macro and assign it to a
button.

"Doug Robbins" wrote:

You will have to do the manipulation in the data source.
Alternatively, after executing the mailmerge to a new document, do
a Wildcard replace in which you search for

([0-9]{2})-([0-9]{5})

and in the replace control you insert

\1-bk-\2

For an explanation of the above, see the article "Finding and
replacing characters using wildcards" at:

http://word.mvps.org/FAQs/General/UsingWildcards.htm


--
Please respond to the Newsgroup for the benefit of others who may
be interested. Questions sent directly to me will only be
answered on
a paid consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"Bob" wrote in message
...
Graham - Is it possible to "extract" the first two numbers and to
thereafter
do the same with the five-number string at the end? If I can do
that, then I
could easily put the "-bk-" into the merge form. Thanks.

"Graham Mayor" wrote:

If we are looking at a seven digit number, then
\# "00-bk-00000"
or
\# "##-bk-#####"
will work

However, I suspect this isn't a number, but text, and you can't
format text
with
number switches. You would have to derive the numbers in the data
file first. This would be simple enough in an Excel file.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Bob wrote:
I am merging a case number into Word 2000 that is initially in
the following format: ##-#####. I have been trying to figure
out how
I can format it in the merge process to the following:
##-bk-#####. Basically, I need to insert "bk-" after the first
dash between the two number groups. I tried to adapt the serial
number example on Graham Mayor's website, but I just don't have
enough known-how to figure this out, if it can be done.



  #9  
Old November 9th, 2004, 01:23 PM
Sharon
external usenet poster
 
Posts: n/a
Default

So, you are saying you can't have 1 field with numbers and alpha characters?
Or are you saying you have to split the switch using numeric and alpha
characters? I have tried various ways to do the switch with both alpha and
numeric, but am unsuccessful. That doesn't mean much though because I don't
know what I am doing anyway!!

"Doug Robbins" wrote:

Yes. You would need to split the data into the numeric part and the alpha
part.

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"Sharon" wrote in message
...
Does this mean that you cannot format a field that contains both text and
numbers? For instance, I am trying to format a field for a FED EX number,
e.g., EV ### ### ### US. I have tried your website, but nothing really
addresses this that I can find.

"Graham Mayor" wrote:

If we are looking at a seven digit number, then
\# "00-bk-00000"
or
\# "##-bk-#####"
will work

However, I suspect this isn't a number, but text, and you can't format
text
with
number switches. You would have to derive the numbers in the data file
first. This would be simple enough in an Excel file.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Bob wrote:
I am merging a case number into Word 2000 that is initially in the
following format: ##-#####. I have been trying to figure out how I
can format it in the merge process to the following: ##-bk-#####.
Basically, I need to insert "bk-" after the first dash between the
two number groups. I tried to adapt the serial number example on
Graham Mayor's website, but I just don't have enough known-how to
figure this out, if it can be done.







  #10  
Old November 9th, 2004, 01:26 PM
Sharon
external usenet poster
 
Posts: n/a
Default

Are you saying that you can't have field with alpha and numeric characters?
Or, are you saying you need to have the switch split into alpha and numeric
characters? I have tried various ways to have the switch do the first two
characters as alpha; the middle characters as numeric and the last two
characters as alpha, but am having no luck at all.

"Doug Robbins" wrote:

Yes. You would need to split the data into the numeric part and the alpha
part.

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"Sharon" wrote in message
...
Does this mean that you cannot format a field that contains both text and
numbers? For instance, I am trying to format a field for a FED EX number,
e.g., EV ### ### ### US. I have tried your website, but nothing really
addresses this that I can find.

"Graham Mayor" wrote:

If we are looking at a seven digit number, then
\# "00-bk-00000"
or
\# "##-bk-#####"
will work

However, I suspect this isn't a number, but text, and you can't format
text
with
number switches. You would have to derive the numbers in the data file
first. This would be simple enough in an Excel file.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org




Bob wrote:
I am merging a case number into Word 2000 that is initially in the
following format: ##-#####. I have been trying to figure out how I
can format it in the merge process to the following: ##-bk-#####.
Basically, I need to insert "bk-" after the first dash between the
two number groups. I tried to adapt the serial number example on
Graham Mayor's website, but I just don't have enough known-how to
figure this out, if it can be done.







 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Restart Autonumber Traci New Users 22 July 21st, 2004 01:10 AM
Number Format Alec Kolundzic General Discussion 3 July 2nd, 2004 12:03 PM
Number Format Wendy Tables 1 June 8th, 2004 06:50 AM
Page Number Format Rob Pet Setting Up & Running Reports 1 May 31st, 2004 06:27 AM
Changing default number format in worksheets John deChadenedes Worksheet Functions 0 October 9th, 2003 05:52 PM


All times are GMT +1. The time now is 01:54 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.