View Single Post
  #2   Report Post  
Posted to microsoft.public.word.tables
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Can word do this formula =EXP(B2) in a table?

The caret character (^) is the exponentiation operator. You need to
give it two numbers, the base and the exponent. For example, if you
want the number in cell B2 to be squared, the formula is

=B2^2

If you want the number 2 raised to the power of the number in cell B2,
that would be

=2^B2

For more information about what you can use in formulas, read the Help
topic "Field codes: = (Formula) field".

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.

On Tue, 7 Aug 2007 14:30:01 -0700, GT
wrote:

What are the formulas that word can calculate? I need to do exponents in a
table.
Such as =EXP(B2)