Thread: if statements
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Yao
 
Posts: n/a
Default if statements

I use the following formula:

=IF(OR(ISTEXT(AB3),ISTEXT(AE3)),"Error in C12 or C15",(AB3+AE3))

to tally the morning hrs (the time in and time out tally) and the afternoon
hrs (the time in and time out tally) of employees of my company. The limit
that they can work each day is 8 hrs, but sometimes their time ends up being
8.25 of 8.5. When this happens the calculation needs to still tally just 8
hrs. How can I set this formula?

Yao
--
Yao


"Bob Phillips" wrote:

I don't think we can help much with that little detail. We need to
understand your data, what you want to achieve, what you have tried, and
what you got from that.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"kathy006" wrote in message
...
I need help with if statements on a excel worksheet for payroll purposes