Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I would like to have the following: A1 B1 =TODAY() need formula Cell should say: A1 B1 12/20/05 12/1/05 Any ideas? Thanks in advance :) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=Date(year(A1),month(a1),1)
-- Kind regards, Niek Otten "oomyoo" wrote in message ... Hi, I would like to have the following: A1 B1 =TODAY() need formula Cell should say: A1 B1 12/20/05 12/1/05 Any ideas? Thanks in advance :) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Tue, 20 Dec 2005 10:36:04 -0800, oomyoo
wrote: Hi, I would like to have the following: A1 B1 =TODAY() need formula Cell should say: A1 B1 12/20/05 12/1/05 Any ideas? Thanks in advance :) B1: =a1-day(a1)+1 --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pulling a date in the current month | Excel Worksheet Functions | |||
Extracting data from the current date | Excel Worksheet Functions | |||
FILL DATES IN VARIOUS CELLS BASED ON A DATE ENTERED IN A SINGLE C. | Excel Discussion (Misc queries) | |||
Formula to determine a future date based on criteria | Excel Worksheet Functions | |||
Roll back to previous date | Excel Worksheet Functions |