Need a simple formula please

G

Guest

2 sheets in a workbook

Begin entering class participants on row 4

A=Last Name
B=First name
C= Address, etc.

Page 1 is patients
Page 2 is non-patients

Need a formula to calculate how many total partcipants there are since the
class has limited seating.

What formula can I insert in a cell on page one so I can see the the total
number of partcipants on both pages at a glance?

Thanks!
 
C

CLR

This will give you total participants..........
=COUNTA(SHEET1!A4:A100)+COUNTA(SHEET2!A4:A100) assuming your list fits that
range.........

Put it in either or both sheets, but not in column A in the range shown

Vaya con Dios,
Chuck, CABGx3
 
G

Guest

I replaced Sheet1 and Sheet2 with the names of my pages - I needed to put
apostrophes around sheet 2's name and then...it worked!

Thanks for taking the time!!
 
C

CLR

You're welcome, and glad to hear you got it working Denise..........

Thanks for the feedback........

Vaya con Dios,
Chuck, CABGx3
 

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