Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
When a user enters a date in A1, I want A2 to give me the last day of the
month from A1. Any ideas? |
#2
![]() |
|||
|
|||
![]()
I figured it out. thanks to anyone who's already replied!
"tjb" wrote: When a user enters a date in A1, I want A2 to give me the last day of the month from A1. Any ideas? |
#3
![]() |
|||
|
|||
![]()
Try:
=DATE(YEAR(A1),MONTH(A1)+1,1)-1 -- HTH Sandy Replace@mailinator with @tiscali.co.uk "tjb" wrote in message ... When a user enters a date in A1, I want A2 to give me the last day of the month from A1. Any ideas? |
#4
![]() |
|||
|
|||
![]()
you can do this
=DATE(YEAR(A1),MONTH(A1)+1,0) -- Regards Ron de Bruin http://www.rondebruin.nl "tjb" wrote in message ... When a user enters a date in A1, I want A2 to give me the last day of the month from A1. Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
First date of next month? | New Users to Excel | |||
how to enter the date automatically? | Excel Discussion (Misc queries) | |||
How do I copy only the month from a date | Excel Worksheet Functions | |||
Lookup the month in a date string 01/03/05 | Excel Worksheet Functions | |||
Date formula | Excel Discussion (Misc queries) |