You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like numbers and strings are OK but how do I add values to cells where the cell datatype is boolean or date/time?
For date/time I expect I need to create a decimal to represent the date/time value where 1/1/1900 is 0 and add that to the cell - but then how do I format it as Date/Time afterwards?
And what about a Boolean TRUE or FALSE ??
Thanks in advance
The text was updated successfully, but these errors were encountered:
Seems like numbers and strings are OK but how do I add values to cells where the cell datatype is boolean or date/time?
For date/time I expect I need to create a decimal to represent the date/time value where 1/1/1900 is 0 and add that to the cell - but then how do I format it as Date/Time afterwards?
And what about a Boolean TRUE or FALSE ??
Thanks in advance
The text was updated successfully, but these errors were encountered: