Formula question

Z

zerep

how do i make a formula so that a specific cells
continuosly accumulates every time another amount on a
different cell is entered. eg: on a payroll sheet, the
year to date field
 
K

Kieran

What do you want to accumulate the number of entries [use the
=Count(range) or =counta(range)function], or the value of the entries
[use the =sum(range( function)]
 
Top