G Guest Feb 10, 2005 #1 Need how to set-up a formula to add one cell $s to another cell $s and have that amount appear in a third cell
Need how to set-up a formula to add one cell $s to another cell $s and have that amount appear in a third cell
J Jason Morin Feb 10, 2005 #2 =A1+B1 =SUM(A1:B1) =SUM(A1,B1) =SUM(OFFSET(A1,,,,2)) HTH Jason Atlanta, GA
G Guest Feb 10, 2005 #4 Rosered said: Need how to set-up a formula to add one cell $s to another cell $s and have that amount appear in a third cell Click to expand...
Rosered said: Need how to set-up a formula to add one cell $s to another cell $s and have that amount appear in a third cell Click to expand...
G Guest Feb 10, 2005 #5 All you need to do is set up your formula in c1 and that where the answer will print.