View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
James[_4_] James[_4_] is offline
external usenet poster
 
Posts: 14
Default What formula do I use?

On Nov 6, 10:49 am, MABuckeye
wrote:
I work for a small business and have created a spread sheet for each of the
employees tracking thier Vacation Benefit. Currently there is a row that
documents each day that a vacation day is used by the cell being formulated
for date. At the end of the row I have to manually enter the number of days
used. Is there a way for this cell to tally up the days automatically by
counting the number of cells with a date in it. I tried using Logic
functions like IF but I cant seem to get it to work. Any suggestions would be
greatly appreciated.

thank you


The =count( ) function should work. But if you are tallying the
number of days used with a number 1, then you can simply use =sum( )
and sum the row.