WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IF THEN Statements for Mail Merge in Word 2007

 
   Home -> Office -> Document Management RSS
Next:  print 'paragraph name continued" on next pag..  
Author Message
ITMarketingConsultantPhar

External


Since: Mar 24, 2008
Posts: 2



(Msg. 1) Posted: Mon Mar 24, 2008 10:56 am
Post subject: IF THEN Statements for Mail Merge in Word 2007
Archived from groups: microsoft>public>word>docmanagement (more info?)

I'm trying to do a mailing where I need to use an IF THEN ELSE statement.
I'm importing data from an Excel spreadsheet. Currently (please correct me
if I am wrong), it does not appear that I can do the following statement in
Word 2007. I have two fields 'Goes By' and 'First Name'. What I want to do
is create a statement that reads:

IF Goes By is blank THEN First Name

However, the Rules do not allow for me to choose more than the IF data field
in the pop-up that come up.

It would be nice to have this functionality in Word. As now I have to do a
work around (not a hard one, but still takes time and $$$ and separates data)
to get this information.

--
IT/Marketing Consultant
Pharmacist-CA

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/community/en-us/default.mspx?mid=bf04c...-9abb-4
Back to top
Login to vote
Jean-Guy Marcil

External


Since: Feb 18, 2008
Posts: 393



(Msg. 2) Posted: Mon Mar 24, 2008 11:20 am
Post subject: RE: IF THEN Statements for Mail Merge in Word 2007 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"IT/Marketing Consultant @ Pharmacist_CA" wrote:

> I'm trying to do a mailing where I need to use an IF THEN ELSE statement.
> I'm importing data from an Excel spreadsheet. Currently (please correct me
> if I am wrong), it does not appear that I can do the following statement in
> Word 2007. I have two fields 'Goes By' and 'First Name'. What I want to do
> is create a statement that reads:
>
> IF Goes By is blank THEN First Name

Try:

{IF {MERGEFIELD GoesBy} = "" {MERGEFIELD First_Name} {MERGEFIELD GoesBy}}

Where all {} pairs are inserted via CTRL-F9.
Back to top
Login to vote
ITMarketingConsultantPhar

External


Since: Mar 24, 2008
Posts: 2



(Msg. 3) Posted: Mon Mar 24, 2008 11:39 am
Post subject: RE: IF THEN Statements for Mail Merge in Word 2007 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Great Solution.

However, I think it is time for Microsoft to add this type of functionality
to their Rules as a lot of non-technical users are frustrated by this and
larger companies need to do these types of If Then statements frequently.

I'm hoping they make this easier for the end user by including it, as part
of the rules as I know the past companies I worked for I had very frustrated
end users who just couldn't grasp the CTR9 solution you suggested. They have
1/2 of the formula already written so hopefully they will enhance their rule
capabilities in the next release or SP to include more functionality of their
mail merge rules.

Thanks again for the solution!!
--
IT/Marketing Consultant
Pharmacist-CA


"Jean-Guy Marcil" wrote:

> "IT/Marketing Consultant @ Pharmacist_CA" wrote:
>
> > I'm trying to do a mailing where I need to use an IF THEN ELSE statement.
> > I'm importing data from an Excel spreadsheet. Currently (please correct me
> > if I am wrong), it does not appear that I can do the following statement in
> > Word 2007. I have two fields 'Goes By' and 'First Name'. What I want to do
> > is create a statement that reads:
> >
> > IF Goes By is blank THEN First Name
>
> Try:
>
> {IF {MERGEFIELD GoesBy} = "" {MERGEFIELD First_Name} {MERGEFIELD GoesBy}}
>
> Where all {} pairs are inserted via CTRL-F9.
>
>
Back to top
Login to vote
Graham Mayor

External


Since: Jul 04, 2006
Posts: 8517



(Msg. 4) Posted: Tue Mar 25, 2008 9:15 am
Post subject: Re: IF THEN Statements for Mail Merge in Word 2007 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I wouldn't hold your breath waiting for this. The IF ... Then dialog has
always had the ability to insert fields in the text space. CTRL+F9 has
always been the means whereby fields can be inserted manually (which for
complex field constructions is always simpler than inserting parts from a
list).

Where would you draw the line with this? See, for example
http://www.gmayor.com/formatting_word_fields.htm or even more complex
http://support.microsoft.com/?kbid=294686

If you have frustrated users, they only have to ask how to do things Wink

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

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


IT/Marketing Consultant @ Pharmacist_CA wrote:
> Great Solution.
>
> However, I think it is time for Microsoft to add this type of
> functionality to their Rules as a lot of non-technical users are
> frustrated by this and larger companies need to do these types of If
> Then statements frequently.
>
> I'm hoping they make this easier for the end user by including it, as
> part of the rules as I know the past companies I worked for I had
> very frustrated end users who just couldn't grasp the CTR9 solution
> you suggested. They have 1/2 of the formula already written so
> hopefully they will enhance their rule capabilities in the next
> release or SP to include more functionality of their mail merge rules.
>
> Thanks again for the solution!!
>
>> "IT/Marketing Consultant @ Pharmacist_CA" wrote:
>>
>>> I'm trying to do a mailing where I need to use an IF THEN ELSE
>>> statement. I'm importing data from an Excel spreadsheet. Currently
>>> (please correct me if I am wrong), it does not appear that I can do
>>> the following statement in Word 2007. I have two fields 'Goes By'
>>> and 'First Name'. What I want to do is create a statement that
>>> reads:
>>>
>>> IF Goes By is blank THEN First Name
>>
>> Try:
>>
>> {IF {MERGEFIELD GoesBy} = "" {MERGEFIELD First_Name} {MERGEFIELD
>> GoesBy}}
>>
>> Where all {} pairs are inserted via CTRL-F9.
Back to top
Login to vote
Suzanne S. Barnhill

External


Since: Sep 26, 2003
Posts: 19719



(Msg. 5) Posted: Wed Apr 02, 2008 8:44 pm
Post subject: Re: IF THEN Statements for Mail Merge in Word 2007 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have to agree with the OP, Graham. The Mail Merge toolbar has an Insert
Word Field button that allows you to insert an IF field by means of a
dialog, but the dialog accepts only text entries. What is the point of
having a dialog to insert an IF field if you can't insert merge fields via
the dialog? To avoid an error message, you have to insert placeholder text
for the various arguments in the dialog and then use Insert Merge Field in
the resulting IF field to replace the placeholders with merge fields to get
the desired syntax. If the IF field dialog had an Insert Merge Field button,
it would be much more useful.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Graham Mayor" wrote in message

>I wouldn't hold your breath waiting for this. The IF ... Then dialog has
>always had the ability to insert fields in the text space. CTRL+F9 has
>always been the means whereby fields can be inserted manually (which for
>complex field constructions is always simpler than inserting parts from a
>list).
>
> Where would you draw the line with this? See, for example
> http://www.gmayor.com/formatting_word_fields.htm or even more complex
> http://support.microsoft.com/?kbid=294686
>
> If you have frustrated users, they only have to ask how to do things Wink
>
> --
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Graham Mayor - Word MVP
>
> My web site www.gmayor.com
> Word MVP web site http://word.mvps.org
> <>>< ><<> ><<> <>>< ><<> <>>< <>><<>
>
>
> IT/Marketing Consultant @ Pharmacist_CA wrote:
>> Great Solution.
>>
>> However, I think it is time for Microsoft to add this type of
>> functionality to their Rules as a lot of non-technical users are
>> frustrated by this and larger companies need to do these types of If
>> Then statements frequently.
>>
>> I'm hoping they make this easier for the end user by including it, as
>> part of the rules as I know the past companies I worked for I had
>> very frustrated end users who just couldn't grasp the CTR9 solution
>> you suggested. They have 1/2 of the formula already written so
>> hopefully they will enhance their rule capabilities in the next
>> release or SP to include more functionality of their mail merge rules.
>>
>> Thanks again for the solution!!
>>
>>> "IT/Marketing Consultant @ Pharmacist_CA" wrote:
>>>
>>>> I'm trying to do a mailing where I need to use an IF THEN ELSE
>>>> statement. I'm importing data from an Excel spreadsheet. Currently
>>>> (please correct me if I am wrong), it does not appear that I can do
>>>> the following statement in Word 2007. I have two fields 'Goes By'
>>>> and 'First Name'. What I want to do is create a statement that
>>>> reads:
>>>>
>>>> IF Goes By is blank THEN First Name
>>>
>>> Try:
>>>
>>> {IF {MERGEFIELD GoesBy} = "" {MERGEFIELD First_Name} {MERGEFIELD
>>> GoesBy}}
>>>
>>> Where all {} pairs are inserted via CTRL-F9.
>
>
>
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> Document Management All times are: Eastern Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Help Forum Terms of Service |
  • Link to WUGNET |
  • IT Support