Current Time formula

BenNV

Board Regular
Joined
Mar 27, 2002
Messages
160
I'm using =Now() to find the current date and time. But I only require the current time. Can we use a formula or VBA to do this? I want the time to be unchangeable everytime the workbook calculates.
 
If you're only concerned about the display of a time value just apply a Time format to the cell containing NOW().

If you want to use just the time component of NOW() in a calculation use =MOD(NOW(),1) and apply a Time format.
This message was edited by Mark W. on 2002-05-09 08:08
 
Upvote 0
Thanks Mark. I still don't quite follow how to get rid of the date. Using the formula u gave I still get the date.
 
Upvote 0
On 2002-05-09 08:09, BenNV wrote:
Thanks Mark. I still don't quite follow how to get rid of the date. Using the formula u gave I still get the date.

"If you want to use just the time component of NOW() in a calculation use =MOD(NOW(),1) and apply a Time format."
 
Upvote 0
i realise this thread is old but...

I use =NOW()-TODAY() and format as time.
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top