asolopreneur
New Member
- Joined
- Nov 15, 2017
- Messages
- 40
- Platform
- Windows
I want to add 7 hours to timestamp if time is 01:00:00AM and add 1 hour if it's not 01:00:00AM.
I tried - if(A2=TIMEVALUE("01:00:00AM"),A2+TIME(7,0,0),A2+TIME(1,0,0)) A2 = <style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>08/Jan/19 8:0:0AM
1 hour is getting added but it's not adding 7 hours if there is "01:00:00AM".
Here is my Google Sheet - https://docs.google.com/spreadsheets/d/1DkmsjUQXAurZfIxLbEq7nCaL07ubouxzjFFKFyrf0f0/
Thanks in advance
I tried - if(A2=TIMEVALUE("01:00:00AM"),A2+TIME(7,0,0),A2+TIME(1,0,0)) A2 = <style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>08/Jan/19 8:0:0AM
1 hour is getting added but it's not adding 7 hours if there is "01:00:00AM".
Here is my Google Sheet - https://docs.google.com/spreadsheets/d/1DkmsjUQXAurZfIxLbEq7nCaL07ubouxzjFFKFyrf0f0/
Thanks in advance