I am creating a bid sheet which will have the starting bid $amt and adding the increment amounts on the next lines. I will be uploading the Word document to an online program (Greater Giving) which will do the actual merge.
This is what I think is correct for the first line, but I keep getting !Syntax Error, + when I hit F9 when I’m done. I tried uploading and merging the document, but it didn’t work at all.
Yes, I am using ctrl+f9 to create the {}, and using the Insert Merge field to create the «»
{ = { «PackageMinimumBid» } + { «PackageMinimumRaise» } \# $,0.00 }
The next line is basically the same, but I need to multiply the PackageMinimumRaise by 2. Not sure how to do that.
The output should be something like:
Line 1 = $70.00 (PackageMinimumBid)
Line 2 = $75.00 (PackageMinimumBid + PackageMinimumRaise)
Line 3 = $80.00 ((PackageMinimumBid) + (PackageMinimumRaise*2))
Thank you for your help!