New column type Duration
And that's not all! We've also expanded the formula column formatting options so that numeric results can be displayed as durations in either h:mm or h:mm:ss format.
Column Type # 20: Email
The new column type Email stores email addresses. Clicking on a filled cell automatically opens the Mail app and copies the address into the To: line. This means you can go straight to composing the india rcs data email. Cells in the Email column behave very similarly to cells in the URL column that was introduced in SeaTable 1.4 .
The real strength of the email column comes into play in web forms. The validation integrated in the email field ensures that an entry corresponds to a valid email address. This means that accidental typos that render an email address unusable are no longer an issue.
Improved Formula Assistant
SeaTable 1.6 introduces five new functions: date(), datedif(), eomonth(), months() and ifs(). The first four simplify and improve the organization and management of dates in SeaTable. The date() function calculates the number that corresponds to the date in Microsoft Excel's date-time format for a given date. datedif(), short for date difference, calculates the difference between two dates. eomonth(), short for end of month, calculates the last day of the month specified in the date. Months can be added optionally. months() calculates the number of full months between two dates. ifs() checks several conditions.