+ Reply to Thread
Results 1 to 8 of 8

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

  1. #1
    Ben
    Guest

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

    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

  2. #2
    Ray A
    Guest

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

    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


  3. #3
    Ben
    Guest

    RE: Can I automatically enter the current date or current time int

    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


  4. #4
    Gary''s Student
    Guest

    RE: Can I automatically enter the current date or current time int

    =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


  5. #5
    Chip Pearson
    Guest

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

    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" <[email protected]> wrote in message
    news:[email protected]...
    > 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




  6. #6
    JE McGimpsey
    Guest

    Re: Can I automatically enter the current date or current time int

    Note that NOW() returns both the Date and Time. If you just want the
    time, use MOD(NOW(),1).


    In article <[email protected]>,
    Gary''s Student <[email protected]> wrote:

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


  7. #7
    Ben
    Guest

    can I add and subtract time values?

    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" <[email protected]> wrote in message
    > news:[email protected]...
    > > 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

    >
    >
    >


  8. #8
    Dave Peterson
    Guest

    Re: can I add and subtract time values?

    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" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1