Formula to return string

  • Thread starter Thread starter FARAZ QURESHI
  • Start date Start date
F

FARAZ QURESHI

Hi,

I am quite new to word table calculations can anyone help me step by step in
devising a formula for a word table of the following sort:

=if(sum(above)>10000,sum(above)*10%,"Non-Taxable")

If not possible, any other suggestions would be appreciated.

Thanx!
 
The syntax would be:

{ IF { = SUM(ABOVE) } > 10000 "{ = SUM(ABOVE) * .10 }" "Non-Taxable" }
 
Thanx Suzanne,

But as requested earlier would you please provide me step by step
instructions as to how this action may be carried out or give me an
appropriate link/reference on net. The archives do help out in different
concepts but haven't found the detailed procedure.

--
Best Regards,
FARAZ A. QURESHI


Suzanne S. Barnhill said:
The syntax would be:

{ IF { = SUM(ABOVE) } > 10000 "{ = SUM(ABOVE) * .10 }" "Non-Taxable" }
 
Use Ctrl+F9 to insert each pair of field delimiters { }. The balance of the
construction can simply be entered by using the corresponding keys on the
keyboard.

When you have completed entering the field construction, use Alt+F9 to
toggle off the display of the field codes.

--
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

FARAZ QURESHI said:
Thanx Suzanne,

But as requested earlier would you please provide me step by step
instructions as to how this action may be carried out or give me an
appropriate link/reference on net. The archives do help out in different
concepts but haven't found the detailed procedure.
 

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