I want to be able to have somewhat of an automatic calculator. I want to keep score of certain data into only one cell. For example.
Cell 1 starts off at 0. When I input 5 on cell 2, it adds it to cell 1 and cell 1 becomes 5. If I then input 10 on cell 2, it would add it to cell 1 again and cell 1 would be 15. Cell 2 would stay blank all the time adding whatever number I input, into cell 1.
Cell 1 starts off at 0. When I input 5 on cell 2, it adds it to cell 1 and cell 1 becomes 5. If I then input 10 on cell 2, it would add it to cell 1 again and cell 1 would be 15. Cell 2 would stay blank all the time adding whatever number I input, into cell 1.