PDA

View Full Version : How to calculate cells


dragster1090
Mar 28, 2011, 01:35 PM
How can I add cells, for instance j3, j4, j5 and j6

jlisenbe
Mar 28, 2011, 03:50 PM
Do you mean add the values in those cells? If so, then:

=SUM(J3:J6)

That formula would go in a cell of your choosing such as J7.