rmdort opened this issue 4 years ago · 2 comments
Any idea how i can do this
=TODAY() + 1 => should return tomorrow
=TODAY() + 1
Right now, it converts date to serial number and adds 1
1
You will need to convert the serial number to date by using SSF.
Got it thanks