Inserting text based in value parameters

  • Thread starter Habitat Calgary
  • Start date
H

Habitat Calgary

In a thank you letter, I'd like to equate a donor's support with a tangible
purchase by saying things like 'Your donation of $(merge field 'amount')
purchases the equivalent of (x).'

I'd like text to be inserted in the place of 'X' based on value ranges.
Under $20 = a case of nails, $21-$49 = a door, etc.

How do I define a value range within an If...Then... situation?

Thanks!
 
D

Doug Robbins - Word MVP

Just use nested If...then...Else fields

{ IF { MERGEFIELD Amount } < 20 "a case of nails" { IF { MERGEFIELD Amount }
< 50 "a door" "what you get for more than 50 } }

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top