Hello,I am trying to add a column of table cells together, which I know
how to do, but for two of them, I need to multiply them by a value
first, and then add all the cells in the column together. I can't seem
to get the syntax right. Here is what I have:sum(Cell2a*0.51) +
(Cell3a*0.555) + (Cell4a + Cell5a + Cell6a + Cell7a + Cell8a)Can anyone
help me get this straight, so there are no more errors?Regards,ZeroZone