You need
{ ={ MERGEFIELD openingbid }+{ MERGEFIELD increment } }
(i.e. MERGEFIELD not MAILMERGE, and a space after MERGEFIELD)
All the {} need to be the special field braces you can insert using ctrl-F9.
If the field names have spaces in them, e.g. if it is not "openingbid" but
"opening bid", you have to quote them, e.g. { MERGEFIELD "opening bid" }
> The next thing I want to do I add together in a cell the result of the new
> field I am calculating above plus the MERGEFIELD increment.
That sounds like
{ ={ MERGEFIELD openingbid }+{ MERGEFIELD increment }+{ MERGEFIELD
increment }}
but I'm not convinced I've understood.
Peter Jamieson
>I have two problems:
>
[quoted text clipped - 8 lines]
>
> Can one of you really smart people tell me how to do this?