Now()

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to use the the now function so that it only shows the time. I
know how to format it to (HH:MM). The problem with that is I am running
other formulas off of the now() function. any thoughts or suggestions are
always appreciated.

Thanks,
Steve
 
Steve

The theory of this works, but without running a ton of time tests I can't
try them all

=MOD(NOW()-1,1)

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
(e-mail address removed)
 
Steve
Just because you format the cell containing the Now() function to HH:MM
format or for that matter any other format does not mean that you cannot use
that value in other calculations. What format does is just change the
display. The intrinsic value of the cell remains unchanged.
Alok
 
aaaaaahhhhhhh

going for more coffee

=MINUTE(NOW())&":"&SECOND(NOW())

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
(e-mail address removed)
 
=MOD(Now(),1)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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