View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default excel 2003 IF function question

Try:
=IF(AN7="","",IF(AN7<0.375,0.375,IF(AN7=0.375,AN7 )))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"lotus lover" wrote:
Hi. I hope you can help me out. I'm dealing in clock time. I've written the
formula
=if(AN7<.375,.375 If (AN7=.375,AN7))

So, if the content of cell AN7 is before 9:00AM, the formula cell posts
9:00AM and if the content of cell AN7 is later than 9:00AM, the formula cell
posts that time.

The problem is if cell AN7 is blank. The formula cell is now posting
9:00AM, i assume because I have no greater than 0 statement. What I want is
for the formula cell to post blank, or at worse "false".

Is this doable?
--
craig phila