Skupiny Google už nepodporují nová předplatná ani příspěvky Usenet. Historický obsah lze zobrazit stále.

"Now" Function

248 zobrazení
Přeskočit na první nepřečtenou zprávu

Kenneth

nepřečteno,
4. 1. 2009 17:32:0104.01.09
komu:
How do you keep the "now" function from updating the date when you open the
spreadsheet at a later date?

Pete_UK

nepřečteno,
4. 1. 2009 18:05:1904.01.09
komu:
Don't use the NOW (or TODAY) function, as this will always
recalculate.

You can fix the values of those formulae to stop them changing.

You can use CTRL with : (colon) to get a date-stamp, and/or CTRL
with ; (semicolon) to get a time-stamp.

Hope this helps.

Pete

Max

nepřečteno,
4. 1. 2009 18:11:0104.01.09
komu:
"Kenneth" wrote:
> How do you keep the "now" function from updating the date
> when you open the spreadsheet at a later date?

You can't use formulas as the "date/time stamps" as these will recalc

Try JE McGimpsey's coverage of "Time and date stamps" at his page:
http://www.mcgimpsey.com/excel/timestamp.html
Scroll down to the part: Using a worksheet event macro
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,000 Files:370 Subscribers:66
xdemechanik
---

Shane Devenshire

nepřečteno,
4. 1. 2009 23:58:2704.01.09
komu:
Hi,

the whole point of =NOW() and =TODAY() is to provide a date that always
updates. If you suppress the calculation of the spreadsheet these functions
will not update, but neither will anything else.

If you want a date that doesn't update just type it in - 1/22/2009 for
example, or use the shortcuts suggest by Pete which input the Current date or
Current time as indicated by the computer's clock and calendar.

To enter the date and time as hard coded equivalent of NOW in one cell -
press Ctrl+; space Ctrl+:


--
If this helps, please click the Yes button

Cheers,
Shane Devenshire

Curt

nepřečteno,
7. 3. 2009 13:45:0007.03.09
komu:
is there a way to use only date for a trigger. What I am trying to do is have
an event happen on the 15th of each month. regardless of year etc.
Thanks for any input I am going nuts
Appreciate help

Dave P

nepřečteno,
7. 3. 2009 14:36:1307.03.09
komu:
=DAY(TODAY())=15
Will return TRUE only on the 15th of any month of any year


"Curt" <Cu...@discussions.microsoft.com> wrote in message
news:929E594F-3BE1-44A1...@microsoft.com...

Michael.Tarnowski

nepřečteno,
8. 3. 2009 10:05:2708.03.09
komu:
On Mar 7, 8:36 pm, "Dave P" <davespl...@discussions.microsoft.com>
wrote:

> =DAY(TODAY())=15
> Will return TRUE only on the 15th of any month of any year
>
> "Curt" <C...@discussions.microsoft.com> wrote in message

To implement a correct time-stamp mechanism it is sometimes necessary
to "rebuild" the time-stamping formula; have a look at
http://www.excelforum.com/excel-programming/390157-functions-wont-calculate-without-f2.html
Cheers Michael

0 nových zpráv