Help me find function Datedif

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear everyone,

I try to use function Datedif in my worksheet, but I get a name error,
reason is that the function datedif doesn't exist in my function list. How
can I do?

Thanks,
Viesta
 
It doesn't show in the list, but it does exist. What does your formula look
like?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
It doesn't show in the list, but it does exist. What does your formula look
like?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Hello,

Thank you!
Actually, I find I have made other mistake with it.

Datedif(A1,B1,D), I should add quotation mark to it.

BR
Viesta
 
Hello,

Thank you!
Actually, I find I have made other mistake with it.

Datedif(A1,B1,D), I should add quotation mark to it.

BR
Viesta
 
It is the D that is returning the #NAME error. Your formula should be

=DATEDIF(A1,B1,"D")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
It is the D that is returning the #NAME error. Your formula should be

=DATEDIF(A1,B1,"D")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
By the way, you could just as easily use

=B1-A1

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
By the way, you could just as easily use

=B1-A1

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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

Back
Top