2 questions

  • Thread starter Thread starter jkf
  • Start date Start date
J

jkf

how do i get a total for a list of names entered in

ie alan billy chris dave ......

also is it possible for the date to be automatically enterd in each sheet

tia

jkf
 
You have a list of names in a row?
=COUNTA(A1:Z1) for row 1 or =COUNTA(1:1)
In a column ?
=COUNTA(C1:C100) for column C or =COUNTA(C:C)
Whereas COUNT counts numbers, COUNTA counts everything.

=TODAY() add the current date which updates when the file is opened tomorrow
Using CTRL+; enter the current date in static form - will be yesterday's
date tomorrow

best wishes
 
thank you for quick reply

answer to first was spot on thank you
second question i want the date to be the sheet was created and not to
change
i have sheet for each day of a month and i know each sheet as been allocated
a date but i also need to print a copy of each day and sometimes forget to
insert date lol

hope this makes sense

jkf
 

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

Similar Threads

extra command 6
show time difference 5
help with sheets 2
spread sheet 2
The Southwark Park Tavern 14
Excel Monthly Spread sheet. 12
Excel Is this possible?? 3
Counting Enteries 1

Back
Top