formula to add certain data and then move to another sheet

W

wiersma7

I have an Attendance sheet that I need to add the attendence totals from each
month and move that total to another sheet (within same workbook)
 
B

Bernard Liengme

If 1 is used to denote attending use =SUM(A1:A12) where the 1's are in the
range of cells A1 to A12
If P is used for 'present" then =COUNTIF(A1:A12,"P")
you need to tell us more.
 
Top