Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to enter someones name in one cell and have the current time post in
another cell. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In A1 type the name and in B1 touch:
CNTRL-SHFT-; -- Gary''s Student - gsnu200779 "Thomasel" wrote: I want to enter someones name in one cell and have the current time post in another cell. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Thomasel,
Try this: In the cell where you want the time, type =IF(C9<"";now();"") (where C9 is the cell where you want to type the name) In the resulting cell, you will have to format the cell to the hour format you want as this will give both the date and time. Also, this hour will change as it is the current (updating) date/time. If you want it to remain static, copy the cell and do a Paste Special with Values. Hope this helps, have a great day! "Thomasel" wrote: I want to enter someones name in one cell and have the current time post in another cell. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
OOops,
In the reponse I just sent, I used semi-colons to separate the fonction's arguments. I use a French version of Excel. In the English version, you would use commas to separate the arguments. "Thomasel" wrote: I want to enter someones name in one cell and have the current time post in another cell. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Retaining cell reference in destination, when sorting source file | Excel Worksheet Functions | |||
cell with static current time | Excel Worksheet Functions | |||
Check box, then add current time to cell | Excel Worksheet Functions | |||
current Date and time in cell | Excel Discussion (Misc queries) | |||
Running/Current time in cell? | New Users to Excel |