days used in a formula

D

Dav

today() returns todays date

day(today()) returns the day of the month

weekday(today()) returns the weekday of the date

Regards

Dav
 
B

Bob Phillips

=SUM(E26:E99)/DAY(TODAY())

--
HTH

Bob Phillips

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

Bondi

Jean-Louis Indekeu said:
does someone know how to insert the day of the month in a formula ?

example

=SUM(E26:E99)/here should be today's date

Thanks for any help

John-

Hi John,

If you mean insert the day number of the month you can use:

=SUM(E26:E99)/DAY(TODAY())

Regards,
Bondi
 
J

Jean-Louis Indekeu

does someone know how to insert the day of the month in a formula ?

example

=SUM(E26:E99)/here should be today's date

Thanks for any help

John-
 

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