If condition error for different data form

Hey, I have a "data" field in my sheet with this format "DD/MM/YY  HH.MM.SS". Unfortunately this field in my app appears as "DD/MM/YY  HH:MM:SS". For this reason a if condition that I inserted in a column doesn't work well. How can I do please? Thanks

Solved Solved
0 2 40
1 ACCEPTED SOLUTION

You can add a virtual column with formula

TEXT([DateTime],"DD/MM/YY  HH.MM.SS") if you want to display dat time as per your format. 

If were trying to do something else pls explain a bit more.

 

 

View solution in original post

2 REPLIES 2

You can add a virtual column with formula

TEXT([DateTime],"DD/MM/YY  HH.MM.SS") if you want to display dat time as per your format. 

If were trying to do something else pls explain a bit more.

 

 

Steve
Platinum 4
Platinum 4

Dates and times are displayed in the app according to the locale settings of the device.

The display format of values in the spreadsheet have no effect on the appearance of the values in the app.

Top Labels in this Space