Show dynamic time (and not date) in excel
try this formula
=NOW()-TRUNC(NOW())
=NOW()-TODAY()
After you entered the formual =now() to the cell, select the cell and press Ctrl + Shift + 2 You're welcome!
=Now()
- Right Click on
Cell
- Click
Format Cells
- Click on
Custom
on left side - Select the time format as
h:mm:ss AM/PM
- Click
OK
One more Solution:-
=TEXT(NOW(), "hh:mm:ss AM/PM")