Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ezlpo
 
Posts: n/a
Default Setting today's date automatically in Excel.

I have used the NOW() function to automatically set in today's date when I am
entering data in Excel. The problem is the spreadsheet is an ongoing report
so when the user is done inputting data they save it and close it. The next
day a user will open it and save data and close it.

The problem is that when I use the NOW () function, the dates of the
previous days switch to the current date. I understand why that happens, but
I don't want the dates to change for the previous data. Data is not entered
every day, but almost (even on weekends).

I saw the TODAY () function, but I fear it will have the same results.

What is the formula I should use?
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

all formulas recalculate - so you basically have two options - one is to use
code to change the date to a static value, the other is to enter the date
each day - the short cut for this is control & semi-colon (;)

if you're interested in a code solution - what cells is your date function
in?

Cheers
JulieD

"Ezlpo" wrote in message
...
I have used the NOW() function to automatically set in today's date when I
am
entering data in Excel. The problem is the spreadsheet is an ongoing
report
so when the user is done inputting data they save it and close it. The
next
day a user will open it and save data and close it.

The problem is that when I use the NOW () function, the dates of the
previous days switch to the current date. I understand why that happens,
but
I don't want the dates to change for the previous data. Data is not
entered
every day, but almost (even on weekends).

I saw the TODAY () function, but I fear it will have the same results.

What is the formula I should use?



  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

http://www.mcgimpsey.com/excel/timestamp.html


--

Regards,

Peo Sjoblom

"Ezlpo" wrote in message
...
I have used the NOW() function to automatically set in today's date when I

am
entering data in Excel. The problem is the spreadsheet is an ongoing

report
so when the user is done inputting data they save it and close it. The

next
day a user will open it and save data and close it.

The problem is that when I use the NOW () function, the dates of the
previous days switch to the current date. I understand why that happens,

but
I don't want the dates to change for the previous data. Data is not

entered
every day, but almost (even on weekends).

I saw the TODAY () function, but I fear it will have the same results.

What is the formula I should use?



  #4   Report Post  
Ezlpo
 
Posts: n/a
Default

C column is where the dates reside. A code solution would be great as there
are enough entries that it would actually save time to not have to enter in
the date on each cell. Even the "filler" option is tedious. I am looking to
automate as much as possible so the user doesn't need to do much so they
can't make too many mistakes.

"JulieD" wrote:

Hi

all formulas recalculate - so you basically have two options - one is to use
code to change the date to a static value, the other is to enter the date
each day - the short cut for this is control & semi-colon (;)

if you're interested in a code solution - what cells is your date function
in?

Cheers
JulieD

"Ezlpo" wrote in message
...
I have used the NOW() function to automatically set in today's date when I
am
entering data in Excel. The problem is the spreadsheet is an ongoing
report
so when the user is done inputting data they save it and close it. The
next
day a user will open it and save data and close it.

The problem is that when I use the NOW () function, the dates of the
previous days switch to the current date. I understand why that happens,
but
I don't want the dates to change for the previous data. Data is not
entered
every day, but almost (even on weekends).

I saw the TODAY () function, but I fear it will have the same results.

What is the formula I should use?




  #5   Report Post  
JulieD
 
Posts: n/a
Default

Okay

so i'll need to know what "trigger" you want for the date to be put in
column C of the row you're working in - do you always enter data in column A
of each row or???

Cheers
JulieD

"Ezlpo" wrote in message
...
C column is where the dates reside. A code solution would be great as there
are enough entries that it would actually save time to not have to enter
in
the date on each cell. Even the "filler" option is tedious. I am looking
to
automate as much as possible so the user doesn't need to do much so they
can't make too many mistakes.

"JulieD" wrote:

Hi

all formulas recalculate - so you basically have two options - one is to
use
code to change the date to a static value, the other is to enter the date
each day - the short cut for this is control & semi-colon (;)

if you're interested in a code solution - what cells is your date
function
in?

Cheers
JulieD

"Ezlpo" wrote in message
...
I have used the NOW() function to automatically set in today's date when
I
am
entering data in Excel. The problem is the spreadsheet is an ongoing
report
so when the user is done inputting data they save it and close it. The
next
day a user will open it and save data and close it.

The problem is that when I use the NOW () function, the dates of the
previous days switch to the current date. I understand why that
happens,
but
I don't want the dates to change for the previous data. Data is not
entered
every day, but almost (even on weekends).

I saw the TODAY () function, but I fear it will have the same results.

What is the formula I should use?








  #6   Report Post  
Ezlpo
 
Posts: n/a
Default

Yes, Column A will always have a Name in it and C will always have date in it.

Thanx.

"JulieD" wrote:

Okay

so i'll need to know what "trigger" you want for the date to be put in
column C of the row you're working in - do you always enter data in column A
of each row or???

Cheers
JulieD

"Ezlpo" wrote in message
...
C column is where the dates reside. A code solution would be great as there
are enough entries that it would actually save time to not have to enter
in
the date on each cell. Even the "filler" option is tedious. I am looking
to
automate as much as possible so the user doesn't need to do much so they
can't make too many mistakes.

"JulieD" wrote:

Hi

all formulas recalculate - so you basically have two options - one is to
use
code to change the date to a static value, the other is to enter the date
each day - the short cut for this is control & semi-colon (;)

if you're interested in a code solution - what cells is your date
function
in?

Cheers
JulieD

"Ezlpo" wrote in message
...
I have used the NOW() function to automatically set in today's date when
I
am
entering data in Excel. The problem is the spreadsheet is an ongoing
report
so when the user is done inputting data they save it and close it. The
next
day a user will open it and save data and close it.

The problem is that when I use the NOW () function, the dates of the
previous days switch to the current date. I understand why that
happens,
but
I don't want the dates to change for the previous data. Data is not
entered
every day, but almost (even on weekends).

I saw the TODAY () function, but I fear it will have the same results.

What is the formula I should use?






  #7   Report Post  
JulieD
 
Posts: n/a
Default

Hi

to use this code, right mouse click on the sheet tab of the sheet you're
dealing with and choose view code,
copy and paste the code on the right hand side screen

Private Sub Worksheet_Change(ByVal Target As Range)

If Target.Column = 1 And Not IsNull(Target.Value) Then
Target.Offset(0, 2).Value = Date
End If

End Sub

---
Note, everytime a value is entered or changed in column A the date will be
entered in column C

Cheers
JulieD


"Ezlpo" wrote in message
...
Yes, Column A will always have a Name in it and C will always have date in
it.

Thanx.

"JulieD" wrote:

Okay

so i'll need to know what "trigger" you want for the date to be put in
column C of the row you're working in - do you always enter data in
column A
of each row or???

Cheers
JulieD

"Ezlpo" wrote in message
...
C column is where the dates reside. A code solution would be great as
there
are enough entries that it would actually save time to not have to
enter
in
the date on each cell. Even the "filler" option is tedious. I am
looking
to
automate as much as possible so the user doesn't need to do much so
they
can't make too many mistakes.

"JulieD" wrote:

Hi

all formulas recalculate - so you basically have two options - one is
to
use
code to change the date to a static value, the other is to enter the
date
each day - the short cut for this is control & semi-colon (;)

if you're interested in a code solution - what cells is your date
function
in?

Cheers
JulieD

"Ezlpo" wrote in message
...
I have used the NOW() function to automatically set in today's date
when
I
am
entering data in Excel. The problem is the spreadsheet is an
ongoing
report
so when the user is done inputting data they save it and close it.
The
next
day a user will open it and save data and close it.

The problem is that when I use the NOW () function, the dates of the
previous days switch to the current date. I understand why that
happens,
but
I don't want the dates to change for the previous data. Data is not
entered
every day, but almost (even on weekends).

I saw the TODAY () function, but I fear it will have the same
results.

What is the formula I should use?








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I enter a date before 1900 in excel? woodrat Excel Worksheet Functions 1 January 14th 05 10:37 AM
In Excel 2003, entering date without slashes, the date is incorre. sj Excel Discussion (Misc queries) 6 January 6th 05 03:07 PM
Auto date changing in Excel is maddening brhicks Charts and Charting in Excel 3 December 16th 04 02:54 PM
Excel Date in uppercase Steve J. Vaughan Excel Worksheet Functions 9 December 15th 04 03:25 PM
Creating a Date Selector in Excel VBA? Mark Excel Discussion (Misc queries) 0 November 25th 04 10:59 PM


All times are GMT +1. The time now is 09:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"