Formula questioin

K

Karen53

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,
 
Z

Zack Barresse

Karen,

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

Karen53

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).
 
A

Andy B

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.
 

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

Top