Equation using bookmarks

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to insert a field that contains an equation. The equation is to be
the sum of bookmarks named A, B and C, but (and this is the bit I'm
struggling with) if bookmark C does not exist (ie. because it has been
deleted by the user), then the equation is to just be the sum of bookmarks
named A and C. Is this possible? Thanks in advance.
 
Hi MIrving,

To work around any one or more of the bookmarks being absent:
{={IF{REF BkMkA}= "Err*" 0 {=BkMkA}}+{IF{REF BkMkB}= "Err*" 0 {=BkMkB}}+{IF{REF BkMkC}= "Err*" 0 {=BkMkC}}}

Cheers
 

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

Back
Top