CURRENT TIME IN DESTINATION CELL IF SOURCE CELL IS TEXT

  • Thread starter Thread starter Thomasel
  • Start date Start date
T

Thomasel

I want to enter someones name in one cell and have the current time post in
another cell.
 
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!
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top