Forum Discussion
Time reset new date
- Jul 25, 2020
The answer to your question is a definitive "Yes"
For example, if your days are in column A, and A5 starts a new day (i.e., isn't the same as A4) then this formula will set B5 to 9:00 a.m.
=IF(A5<>A4,TIME(9,0,0))
But it would help me or somebody else here give a more, uh, detailed answer if you gave a little more details on how your spreadsheet is laid out.
Ideally, post a copy of the spreadsheet itself (without any confidential info).
The answer to your question is a definitive "Yes"
For example, if your days are in column A, and A5 starts a new day (i.e., isn't the same as A4) then this formula will set B5 to 9:00 a.m.
=IF(A5<>A4,TIME(9,0,0))
But it would help me or somebody else here give a more, uh, detailed answer if you gave a little more details on how your spreadsheet is laid out.
Ideally, post a copy of the spreadsheet itself (without any confidential info).