Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
For A10, read A1
-- Kind regards, Niek Otten "Niek Otten" wrote in message news:... If it is a real Excel date, formatted as yyyymmdd: =DATE(YEAR(A1),MONTH(A1)+1,1) If however, it is the number 20060501: =DATE(LEFT(A10,4),MID(A10,5,2)+1,1) -- Kind regards, Niek Otten "JS1" wrote in message ... Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Get month from date | Excel Discussion (Misc queries) | |||
Pulling a date in the current month | Excel Worksheet Functions | |||
HELP with this function | Excel Worksheet Functions | |||
how do i make a date change automatically if i change one before . | Excel Discussion (Misc queries) | |||
Return the end of month date from a date | Excel Worksheet Functions |