Formulas and use cases to solve common problems and get inspiration from
{item's Date}
).Scenario: when you set a date, set a due date after the number of working days set in another column
Requirements: two date columns
Integration: When any column changes, perform formula and cast result to column
Functions:
YYYY-MM-DD
format;Scenario: when you set a date, set a timeline starting 7 days after and ending 21 days after
Requirements: one date column and one timeline column
Integration: When column changes, perform formula and cast result to column
Functions:
from_date+to_date
string accepted by Timeline column;YYYY-MM-DD
format;Scenario: when you set a birth date, set the next birthday
Requirements: two date columns
Integration: When any column changes, perform formula and cast result to column
Functions:
Scenario: when you set a timeline, set another timeline shifted 14 days in the future
Requirements: two timeline columns
Integration: When column changes, perform formula and cast result to column
Functions:
from_date+to_date
string accepted by Timeline column;YYYY-MM-DD
format;from_date
from the from_date+to_date
string;to_date
from the from_date+to_date
string.Scenario: add a rating based on budget amount
Requirements: one number column and one rating column
Integration: When column changes, perform formula and cast result to column
Functions:
Scenario: set a clickable email address based on item's status
Requirements: one status column with "Tim" and "Jeff" values and one email column
Integration: When column changes, perform formula and cast result to column
Functions:
Scenario: retrieve address as text from location
Requirements: one location column and one text column
Integration: When column changes, perform formula and cast result to column
Functions:
Scenario: count occurrences of "Apple" in any subitems column type
Requirements: one subitems summary column (to hide) and one number column
Integration: When any column changes, perform formula and cast result to column
Functions:
Scenario: create a link to send a WhatsApp message
Requirements: one phone column and one link column
Integration: When column changes, perform formula and cast result to column
Functions:
URL:title
string to be casted into link column.Scenario: get working dates between two dates
Requirements: one timeline column and one number column
Integration: When column changes, perform formula and cast result to column
Functions:
from_date
from the from_date+to_date
string;to_date
from the from_date+to_date
string.Scenario: get working hours between two dates with times in a 09:00-18:00 (9AM-6PM) work schedule
Requirements: two date columns with time and one number column
Integration: When column changes, perform formula and cast result to column
Functions:
Scenario: set first Monday of the month as due date for a new task
Requirements: one date column
Integration: When an item is created, perform formula and cast result to column
Functions:
YYYY-MM-DD
format;