CALCULATION FOR SQRT IN A FORM FIELD

P

Poli

Help Please, I am using Word 2007 on Windows XP
I have four formfields
Text Form Field "SPANLB_A" into which I will Enter 69.8
Text Form Field "SPANIN_A" Defaulted to "0.02"
Text Form Field "CAL_A" Defaulted to "71.1"
Text Form Field "FHZ_A" where I need this calculation to work with the
result being 6.99

I have another program into which I use this calculation and it works in
this program:
SQRT([SPANLB_A]/[SPANIN_A]/CAL_A)

I can't however, get this calculation to work using the SQRT, can you help
me with this

Thank you so much
Pauline Moreno
 
M

macropod

Hi poli,

Rather than using a formfield for the calculation, you could use a formula field coded as:
{=(SPANLB_A/SPANIN_A/CAL_A)^0.5 \# 0.00}

--
Cheers
macropod
[Microsoft MVP - Word]


Poli said:
Forget about this help, I already figured it out. Thank you anyway.

Poli said:
Help Please, I am using Word 2007 on Windows XP
I have four formfields
Text Form Field "SPANLB_A" into which I will Enter 69.8
Text Form Field "SPANIN_A" Defaulted to "0.02"
Text Form Field "CAL_A" Defaulted to "71.1"
Text Form Field "FHZ_A" where I need this calculation to work with the
result being 6.99

I have another program into which I use this calculation and it works in
this program:
SQRT([SPANLB_A]/[SPANIN_A]/CAL_A)

I can't however, get this calculation to work using the SQRT, can you help
me with this

Thank you so much
Pauline Moreno
 

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

Top