Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() most vague -- MattShoreson ------------------------------------------------------------------------ MattShoreson's Profile: http://www.excelforum.com/member.php...fo&userid=3472 View this thread: http://www.excelforum.com/showthread...hreadid=530525 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=DATE(YEAR(TODAY()),MONTH(TODAY())+1,1) format with Format/Cells/Number/Custom yyyymmdd Or if you want Text output: =TEXT(DATE(YEAR(TODAY()),MONTH(TODAY())+1,1),"yyyy mmdd") In article , JS1 wrote: Thanks |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
**** Many thanks, Excel Guru's :-) ****
"JE McGimpsey" wrote: One way: =DATE(YEAR(TODAY()),MONTH(TODAY())+1,1) format with Format/Cells/Number/Custom yyyymmdd Or if you want Text output: =TEXT(DATE(YEAR(TODAY()),MONTH(TODAY())+1,1),"yyyy mmdd") In article , JS1 wrote: 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 | |||
How do I break a date range by month? | Excel Discussion (Misc queries) | |||
Formula for Extracting Month out of a Date column | Excel Discussion (Misc queries) | |||
how do i make a date change automatically if i change one before . | Excel Discussion (Misc queries) |