PC Review


Reply
Thread Tools Rate Thread

Can I automatically enter the current date or current time into a

 
 
=?Utf-8?B?QmVu?=
Guest
Posts: n/a
 
      5th Oct 2005
Hello everyone and thanks again to the kind people who, for some reason, take
the time to help me through this website.
As indicated in my subject line, it seems to me that there should be an easy
way to do this.
Thank you-
Ben
 
Reply With Quote
 
 
 
 
=?Utf-8?B?UmF5IEE=?=
Guest
Posts: n/a
 
      5th Oct 2005
Hi Ben
Your subject line was truncated. I am assuming you wanted date?
=today() will give you the current date.
HTH

"Ben" wrote:

> Hello everyone and thanks again to the kind people who, for some reason, take
> the time to help me through this website.
> As indicated in my subject line, it seems to me that there should be an easy
> way to do this.
> Thank you-
> Ben

 
Reply With Quote
 
=?Utf-8?B?QmVu?=
Guest
Posts: n/a
 
      5th Oct 2005
Thank you Ray!
How about entering the current time into a cell?
Ben

"Ray A" wrote:

> Hi Ben
> Your subject line was truncated. I am assuming you wanted date?
> =today() will give you the current date.
> HTH
>
> "Ben" wrote:
>
> > Hello everyone and thanks again to the kind people who, for some reason, take
> > the time to help me through this website.
> > As indicated in my subject line, it seems to me that there should be an easy
> > way to do this.
> > Thank you-
> > Ben

 
Reply With Quote
 
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
Posts: n/a
 
      5th Oct 2005
=NOW()
--
Gary''s Student


"Ben" wrote:

> Thank you Ray!
> How about entering the current time into a cell?
> Ben
>
> "Ray A" wrote:
>
> > Hi Ben
> > Your subject line was truncated. I am assuming you wanted date?
> > =today() will give you the current date.
> > HTH
> >
> > "Ben" wrote:
> >
> > > Hello everyone and thanks again to the kind people who, for some reason, take
> > > the time to help me through this website.
> > > As indicated in my subject line, it seems to me that there should be an easy
> > > way to do this.
> > > Thank you-
> > > Ben

 
Reply With Quote
 
Chip Pearson
Guest
Posts: n/a
 
      5th Oct 2005
Ben,

You subject line was truncated, which is a reminder of why you
should always ask your question in the body of the message, not
the subject.

You can enter the current date in a cell with =TODAY().
You can enter the current date and time in a cell with =NOW()

Both of these formulas will update everytime the worksheet is
calculated.

If you want to insert a static date, on that will not change,
press
CTRL+<semi-colon>
Use CTRL+SHIFT+<colon> for the time.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com





"Ben" <(E-Mail Removed)> wrote in message
news:7126D5C2-42E4-4A36-8310-(E-Mail Removed)...
> Hello everyone and thanks again to the kind people who, for
> some reason, take
> the time to help me through this website.
> As indicated in my subject line, it seems to me that there
> should be an easy
> way to do this.
> Thank you-
> Ben



 
Reply With Quote
 
JE McGimpsey
Guest
Posts: n/a
 
      5th Oct 2005
Note that NOW() returns both the Date and Time. If you just want the
time, use MOD(NOW(),1).


In article <4AE2D8BA-0FCC-478E-AE7F-(E-Mail Removed)>,
Gary''s Student <(E-Mail Removed)> wrote:

> =NOW()
> --
> Gary''s Student
>
>
> "Ben" wrote:
>
> > Thank you Ray!
> > How about entering the current time into a cell?

 
Reply With Quote
 
=?Utf-8?B?QmVu?=
Guest
Posts: n/a
 
      19th Oct 2005
Hello!

Thanks again everyone for all of the help.
I am essentially trying to make a timesheet. Is it possible to add or
subtract time values?
For example, if I have a starting and ending time entered, is it possible to
calculate the time between?

Thank you.

Ben

"Chip Pearson" wrote:

> Ben,
>
> You subject line was truncated, which is a reminder of why you
> should always ask your question in the body of the message, not
> the subject.
>
> You can enter the current date in a cell with =TODAY().
> You can enter the current date and time in a cell with =NOW()
>
> Both of these formulas will update everytime the worksheet is
> calculated.
>
> If you want to insert a static date, on that will not change,
> press
> CTRL+<semi-colon>
> Use CTRL+SHIFT+<colon> for the time.
>
>
> --
> Cordially,
> Chip Pearson
> Microsoft MVP - Excel
> Pearson Software Consulting, LLC
> www.cpearson.com
>
>
>
>
>
> "Ben" <(E-Mail Removed)> wrote in message
> news:7126D5C2-42E4-4A36-8310-(E-Mail Removed)...
> > Hello everyone and thanks again to the kind people who, for
> > some reason, take
> > the time to help me through this website.
> > As indicated in my subject line, it seems to me that there
> > should be an easy
> > way to do this.
> > Thank you-
> > Ben

>
>
>

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      19th Oct 2005
Just subtract the two cells.

Be aware that if the result is negative and you have
tools|options|calculation tab|1904 date system unchecked, then you'll see:
######.

If you check this option, then you'll be able to see negative times--but this
can be a problem.

If you have dates in that file, they'll have changed by 4 years and one day.
And copying dates between different files (with that option different in both)
is a problem, too.



Ben wrote:
>
> Hello!
>
> Thanks again everyone for all of the help.
> I am essentially trying to make a timesheet. Is it possible to add or
> subtract time values?
> For example, if I have a starting and ending time entered, is it possible to
> calculate the time between?
>
> Thank you.
>
> Ben
>
> "Chip Pearson" wrote:
>
> > Ben,
> >
> > You subject line was truncated, which is a reminder of why you
> > should always ask your question in the body of the message, not
> > the subject.
> >
> > You can enter the current date in a cell with =TODAY().
> > You can enter the current date and time in a cell with =NOW()
> >
> > Both of these formulas will update everytime the worksheet is
> > calculated.
> >
> > If you want to insert a static date, on that will not change,
> > press
> > CTRL+<semi-colon>
> > Use CTRL+SHIFT+<colon> for the time.
> >
> >
> > --
> > Cordially,
> > Chip Pearson
> > Microsoft MVP - Excel
> > Pearson Software Consulting, LLC
> > www.cpearson.com
> >
> >
> >
> >
> >
> > "Ben" <(E-Mail Removed)> wrote in message
> > news:7126D5C2-42E4-4A36-8310-(E-Mail Removed)...
> > > Hello everyone and thanks again to the kind people who, for
> > > some reason, take
> > > the time to help me through this website.
> > > As indicated in my subject line, it seems to me that there
> > > should be an easy
> > > way to do this.
> > > Thank you-
> > > Ben

> >
> >
> >


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro to Automatically Enter Current Date/Time in Notes Area Cheryl Floyd Microsoft Outlook Calendar 2 13th Oct 2008 08:32 PM
Enter current date automatically in filename =?Utf-8?B?TWVnYWRyb25l?= Microsoft Excel Worksheet Functions 1 25th Jan 2007 03:48 PM
Can Excel automatically enter the current date in a spreadsheet? =?Utf-8?B?RG9ubmE=?= Microsoft Excel Misc 3 3rd Aug 2006 08:11 PM
Automatically enter current date in cell. ssb Microsoft Excel Discussion 1 16th Aug 2004 02:46 PM
enter current date automatically =?Utf-8?B?bmlra2kxNjk=?= Microsoft Access 1 15th Dec 2003 10:27 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:57 PM.