Formula questioin

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Cell E2 gets the hours. Cell F2 has the conditional statement
=IF(BZ5>40,BZ5-40). I then need cell E2 to change to 40 hours. Is there a
way I can do this?

Thanks,
 
Karen,

Can you explain the conditions of E2 a little more? This is a little
confusing. What is the requirement here exactly?
 
Sorry about that...

Cell BZ5 gets the hours. Cell BZ6 has the conditional statement
=IF(BZ5>40,BZ5-40). I then need cell BZ5 to change to 40 hours. I tried
using and in the then portion of the statement but it didn't work - Something
like =IF(BZ5>40,BZ5-40 and Bz5=40).
 
Hi
I think you'll have to use another cell to register whether BZ5 was over 40
or not - otherwise you'd have to use VBA, I reckon. If you give us a bit
more info, like what you are trying to achieve and the other info you're
wokring with, it might be a bit easier to advise on where to go!!

Andy.
 
Back
Top