IF then statement in conditional format

P

Parviz

Hi,

I am trying to compute value based on the value of cell.
Like I would like to compute the DATEDIF if a cell is
blank/null such as

=IF(I4=" "), THEN DATEDIF(H4,NOW(),"d")>3

can this be done, if so, what is the correct syntax.

Thanks
 
G

Guest

Hi,

I tried that with a > 1 (2 or 3 for that matter) it always
says the condition is true.

What I did was

=IF(I4="",DATEDIF(H4,NOW(),"d"),"") > 1

any ideas?

Thanks
 

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