conditional cell formula

P

Paula

I am trying to set up a formula that has conditions for one cell only -- It
is on a timesheet and it's for call in pay difference -- I want it to give me
the contents of a cell --example B25, if B25 is >4,0 and <0,0 I only want the
results if the contents in the cell is <4 and >0--I know there has to be a
way to acheive this--
 
B

Bob Phillips

=IF(OR(B25>4,B25<0),0,B25)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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