Formula question

  • Thread starter Thread starter zerep
  • Start date Start date
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
 
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)]
 
Back
Top