Question on Date Function

  • Thread starter Thread starter C
  • Start date Start date
C

C

Save from doing a validation, is there a formula I can use
to get the 10th day of every month.

thank you,
C
 
Hi Frank,

thanks for the reply. Here's a follow up... how can I
make the formula dynamic and not static? Meaning, how can
I make it so I don't have to change the formula when 2005
comes in?

thanks again!
C
 
=DATE(YEAR(TODAY()),month,10)

C said:
Hi Frank,

thanks for the reply. Here's a follow up... how can I
make the formula dynamic and not static? Meaning, how can
I make it so I don't have to change the formula when 2005
comes in?

thanks again!
C

See ya!

Daniel M.
 
thank you Frank!

Claudine
-----Original Message-----
Hi
use something like
=DATE(YEAR(TODAY()),month,10)

--
Regards
Frank Kabel
Frankfurt, Germany



.
 

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