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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top