pedro-egoli
Well-known Member
- Joined
- Apr 25, 2004
- Messages
- 1,217
- Office Version
- 2016
- Platform
- Windows
I currently have a cell with formula
This of course gives me todays date.
However, what I need is that todays date only appear after 5pm.
Background is that I take a solar reading at 5pm each day and this cell is used by a Summary sheet in a Month to Date column.
Not sure how to go about this so any help will be appreciated.
Pedro
Code:
=NOW()
This of course gives me todays date.
However, what I need is that todays date only appear after 5pm.
Background is that I take a solar reading at 5pm each day and this cell is used by a Summary sheet in a Month to Date column.
Not sure how to go about this so any help will be appreciated.
Pedro