Using Shortcut Key:
Output:
Steps:
To add the current Time to a worksheet using just the keyboard:
Using Function:
Output:
3/5/2014 18:28
Now Set the format of Cell to Time by right click on cell and select Formate Cells.. Then select Time from left hand side and select your time format now its display like 6:28:44 PM
Note:
As a result the function continually updates itself every time a worksheet is recalculated.
Normally worksheets recalculate each time they are opened so every day that the worksheet is opened the date will change unless automatic recalculation is turned off.
Ctrl + Shift + ; (semi-colon key)
Output:
|
To add the current Time to a worksheet using just the keyboard:
- Click on the cell where you want the Time to go.
- Press and hold down the Ctrl + Shift key on the keyboard.
- Press and release the semi-colon key ( ; ) on the keyboard without releasing the Ctrl + Shift key.
- Release the Ctrl + Shift key.
- The current time should be added to the worksheet in the selected cell.
Using Function:
=Now()
Output:
3/5/2014 18:28
Now Set the format of Cell to Time by right click on cell and select Formate Cells.. Then select Time from left hand side and select your time format now its display like 6:28:44 PM
Note:
As a result the function continually updates itself every time a worksheet is recalculated.
Normally worksheets recalculate each time they are opened so every day that the worksheet is opened the date will change unless automatic recalculation is turned off.
No comments:
Post a Comment