Formula doesnt work

G

Guest

I will be putting dates into cells in column A and B. I will use Row1 as
the reference for my question.
If I have dates in A1 and B1 I need to calculate the number of intervening
months - I used =Datedif(a1,b1,"m"). If both cells are empty, I the number
zero is returned. If one cell is empty, I get #Num. If both are populated,
I get the correct answer.
I want to supress both the 0 and the #num. I trie
=if(iserror(and(isblank(a1),isblank(b1)),"",datedif((a1,b1,m)),"",if(and(isblank(a1),isblank(b1)),"",datedif((a1,b1,m)))

It doesnt work, and I can not figure out what is wrong.

Please help.
 
G

Guest

it was indeed my logic. Switching from And to Or makes the world a
wonderful place.
Thank you
 

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