help with if formulas

  • Thread starter Thread starter rvnwdr
  • Start date Start date
R

rvnwdr

I think that this is fairly simple but I still need help. Could anyon
tell me what formula to use if I want to have column d show me a valu
of 8 if the value of column c is greater then 5 hrs but show me a valu
of 0 if the column c is less then 5 or blank?

Thank
 
=IF(C1>5/24,8,0)

format the result as time. If C1 has 5 hrs as integer 5, do not divid
by 24.

Manges
 

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

Similar Threads

Subtracting minutes in an +IF formula 13
List if 3
formula IF > AND < 2
A Complicated Logical Formula 8
Having Blank Cells, etc. ? 1
If statement 5
Excel Need Countifs Formula Help 0
if conditional formula required 13

Back
Top