time formula

R

rslc

hi
i have been trying to insert current time in a cell in excel 2007 only
when another cell has been filled but am having trouble with the formula,
here is what i have so far =IF(B6<>"","= time"," ") this just
displays = Time in the cell instead of the time. any help greatly
appreciated

cheers
rslc
 
G

Gary Keramidas

this will do what you want, but the time will change with every calc

=IF(B6<>"",TEXT(NOW(),"hh:mm"),"")
 
R

rslc

Thanks for the reply Gary unfortunetly the time changing is what i'm trying
to avoid, i can use = time to enter current time and not have it
change but have not been able to get it to work in my formula.

cheers
rslc
 
R

rslc

HI Gary
thanks for the reply, but unfortunetly thats what i was
trying to avoid. I can use = time which will give me the result i want
but haven't been able to get it to work in my formula

cheers

rslc
 

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

Top