Re: Calculations in tables by macropod
macropod
Sat Feb 25 05:58:04 CST 2006
Sorry, oe -
The reply suffered from copy & paste without close editing. Formula should
be:
{={SUM(Table1 B:B)}+{SUM(Table2 B:B)} \# ,0.00;-,0.00;}
No quote characters are required for the numeric picture switch.
Cheers
"oe" <a9h9904-oue@yahoo.co.uk> wrote in message
news:%23tNGV9eOGHA.3888@TK2MSFTNGP10.phx.gbl...
> I seem to be making some progress. The snag I have come across now is,
> referring to Dave Rado's instructions (quote):
> The bit at the end of the formula:
>
> ;''" ... means that if there are no values in column (N), don't display
> anything (otherwise it would display 0.00). (end quote)
>
> When I insert this ;"", I again get "Syntax error"
>
> I must be missing something!
>
> "macropod" <invalid@invalid.invalid> wrote in message
> news:46ad32F9pj3kU1@individual.net...
> > You could try:
> > {={SUM(Table1 B:B)}+{SUM(Table2 B:B)} \# ",0.00;-,0.00;''"}
> >
> > Cheers
> >
> >
> > "oe" <a9h9904-oue@yahoo.co.uk> wrote in message
> > news:Ol8ItvWOGHA.3556@TK2MSFTNGP10.phx.gbl...
> >> I have followed Dave Rado's idea of separating tables which I find very
> >> useful. However, I am having a problem with the syntax on my final
> >> calculation and would appreciate any help.
> >>
> >> I am designing an 'invoice' type of table with two columns:
> >>
> >> Table1 has a list of all the items (Column A) and their prices (Column
> >> B).
> >> Table2 has the sum of the items ({ SUM(Table1 B:B) \# "#,##0.00;-
> >> #,##0.00;''" })
> >> Table3 has a VAT calculation - i.e. Table2 x 17.5%
> >>
> >> What I need now is the final table to have the sum of Table2 and
Table3.
> >> I
> >> have tried quite a few options but each get the message "Syntax error".
> >>
> >> TIA
> >>
> >>
> >>
> >
> >
>
>