View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Rico Suave Rico Suave is offline
external usenet poster
 
Posts: 1
Default Ignore text in timecard calculation

I am trying to develop a formula that breaks out regular and over-time on
employee timecards. The timecard cell entries can be numeric for work hours
or text for such things as V for vacation, or A for absent, and so on. I can
SUM the total hours for the week and the formula treats text days as zero so
the SUM function works. But, I cannot get the IF function to ignore text days
and only split regular and overtime from the week's work hours. It has to be
able to calculate each day because the regular work day is 8 hours, anything
over 8 hours in a day is overtime, so each day must be evaluated. My aim is
to create a standardized worksheet for supervisors to use that can also be
used to upload the split hours directly into a payroll summary worksheet.