William,
I am assumming that you are using a simple unprotected
Word document with the total of your sales (less sales
tax) displayed in f13. I further assume you want the
calculated sales tax of your total sales in f14.
Put { =(f13*.45)} in cell f14. Remember { } is entered
with CTRL+F9..
or put .045 (as the tax rate) in f14 and put the following
formula in f15 { =(f13*f14)}
With the method you are using, Word will not perform the
calculation automatically as data is entered. Word will
calculate before you print if you have
File>Print>Options>Update Fields checked. If this is
check, you can quickly update the field by displaying and
then closing print preview. Another way it to right click
the field with the mouse and select update field, or you
and CTRL+a to select all, then F9 to update fields.
There are better ways to do this where the calculation is
in real time. One (probably the most efficient) is to
embed an Excel spreadsheet in the Word document. Another
is to use a Word protected form. With "better" comes more
learning and a new heading "consultaion fees" on your
form. No really, if your are interested, let us know. You
may be satisfied with the method you are setting up now.
-----Original Message-----
YAY! This is great, thanks!! What I imagine has to be my
LAST hurdle is, I've entered the formula in the field I
mentioned (which in this case is f14) as { =
(f13*.045)}...or, should it be {f14=(f13*.045)}?...OR,
should .045 just kinda be sitting in cell f14, and the
formula I enter just be {=(f13*f14)}...and THEN, how do I
get it to calculate? Will it just happen as soon as I
enter a subtotal in f13, or will I need to click on
something, like when I use AutoSum?