Re: Help with a spread sheet To do a calculation in Excel, you need to tell the cell what to do.
Examples: (type what is between the " ")
Cell A1 is "2"
Cell B1 is "3"
Cell C3 is "= A1 + B1" (the addition of 2 + 3 will show in the cell)
Cell C3 is 5 ABC1235
Same Cells
"2"
"3"
"= A1 * B1"
6 ABC1236 |