![]() |
#1
|
|||
|
|||
![]()
Help!
I am working on a document that needs to fill in text that is dependent on amount ranges in a single mergefield. I have three ranges of values and text associated with each. The ranges are 0 - 417000 417001 - 650000 650001 and higher I can get two of the three to work but not all three at once. Here's what I have: { If { = and ( { compare { mergefield_program } = "1/1" }, { compare { mergefield_dollaramount } < 417001 } ) } = 1 "text1" "" } { If { = and ( { compare { mergefield_program } = "1/1" }, { compare { mergefield_dollaramount } > 417000 < 650001 } ) } = 1 "text2" "" } { If { = and ( { compare { mergefield_program } = "1/1" }, { compare { mergefield_dollaramount } > 650001 } ) } = 1 "text3" "" } I have tried multiple iterations of the < and > but nothing seems to work. Any suggestions? My head is starting to hurt from pounding it against this brick wall of a problem. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
AUHAMM | Excel | 3 | 10-27-2014 09:11 PM |
Lookup multiple values and compare different scenarios to get a specific result | mws | Excel | 5 | 05-24-2014 04:52 AM |
transpose values based on mulitple criteria | mlttkw | Excel | 1 | 12-06-2013 02:00 AM |
![]() |
delasson | Word VBA | 3 | 12-10-2012 03:54 AM |
Change values in cells based on criteria | SaneMan | Excel Programming | 2 | 02-02-2012 07:58 AM |