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 +...