Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
Greetings,
Here is the problem. I have a merge field set up like this: {IF {MERGEFIELD PRICE} $15,000.00 "too cheap" "sell to customer"} The idea is that if my "Price" field is less than $15,000, I want it to show "too cheap". Otherwise, I'd like the field to show "sell to customer". Currently, the field ALWAYS returns "sell to customer", even if the price field is less than 15k. Thus, Word isn't correctly comparing the fields. I've tried the switch \# "$,0.00" in my mergefield, but that doesn't help (my data is already in that format). How does one correctly compare dollar amounts within word? |
#2
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
I suggest you try
{ IF { MERGEFIELD price \#0.00 } 15000 "too cheap" "sell to customer" } -- Peter Jamieson http://tips.pjmsn.me.uk "JAnderson" wrote in message ... Greetings, Here is the problem. I have a merge field set up like this: {IF {MERGEFIELD PRICE} $15,000.00 "too cheap" "sell to customer"} The idea is that if my "Price" field is less than $15,000, I want it to show "too cheap". Otherwise, I'd like the field to show "sell to customer". Currently, the field ALWAYS returns "sell to customer", even if the price field is less than 15k. Thus, Word isn't correctly comparing the fields. I've tried the switch \# "$,0.00" in my mergefield, but that doesn't help (my data is already in that format). How does one correctly compare dollar amounts within word? |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I am trying to merge dollar amounts from an Excel spreadsheet | Mailmerge | |||
right justify dollar amounts | Mailmerge | |||
Mail Merge specific amounts of line items | Mailmerge | |||
mail merge dollar amounts | Microsoft Word Help | |||
How do I turn dollar amounts into words? | New Users |