Formula Easymorph

I need to create a column that subtracts the date in this column from the date in another column to get the number of days between the two dates.

Put just a simple - between these two fields. :slight_smile:

Example:
Formula Easymorph.morph (3.6 KB)

1 Like

Thank you sir.
“Is there a way to create a column with a default date value as the last day of the current month?”

You can use a formula like monthend(today()) .

1 Like

Sweet. Thank you sir :black_heart:

Hello sir. Can you help me.

Just use the aggregate action.

You should go through the tutorials EasyMorph | Learn how to transform data
The action is described in the first chapter “basics”.