G
Guest
Hi,
I've done some searching, and have yet to find the solution to my problem.
I have added a journal to my employees access so that each shift they can
write in notes and things for the next shift to read.
I'm trying to make it so that if it is less than noon on this day, then it
will print the jounral for date()-1 else it will print todays journal...
I'm tried as an experament to do this statement:
=IIF(time() < "11:30:00 AM", date()-1, date())
But this does not seem to read properly... if I simple have it write out the
time it says:
9:34:45 AM
Any help on this would be appreciated.. do I need to format the time before
I do a condition like this? just a little unsure.
I've done some searching, and have yet to find the solution to my problem.
I have added a journal to my employees access so that each shift they can
write in notes and things for the next shift to read.
I'm trying to make it so that if it is less than noon on this day, then it
will print the jounral for date()-1 else it will print todays journal...
I'm tried as an experament to do this statement:
=IIF(time() < "11:30:00 AM", date()-1, date())
But this does not seem to read properly... if I simple have it write out the
time it says:
9:34:45 AM
Any help on this would be appreciated.. do I need to format the time before
I do a condition like this? just a little unsure.