JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Gallery
Demos
Share
Explore
Gallery
Demos
Demos
Community Answers
Game Categories
Relation example
Page buttons
Page 1
Page 2
Page 3
1% Books
Notifications Example
Contact management
Less voted filter
Change Button text
Relation filter
Multiple views
Helpers
Unique selection
Translation
Text
Community Answers
Contact management
In response to Berenger_Anceaux in https://community.coda.io/t/something-is-wrong-with-my-formula-but-i-dont-know-what/51589
Contacts
Contacts
1
2
3
Name
Freq
Last Interact
Status
Name
Freq
Last Interact
Status
Steve Jobs
Close
12/14/2023
To contact again
Bill Gates
Every 3 Months
10/10/2024
Active
My boss
Indifferent
8/16/2023
Inactive
There are no rows in this table
Status Formula:
WithName((Today() - thisRow.[Last Interact]),pLast, SwitchIf( thisRow.[Last Interact].IsBlank(), "", thisRow.[Last Interact] > Today(), "", thisRow.Freq = Indifferent, If(pLast <= Days(180), Active, Inactive), SwitchIf( pLast <= thisRow.Freq.Period, Active, pLast <= Days(365), [To contact again], Inactive ) ) )
Frequency
Frequency
1
2
3
4
Name
Period
Name
Period
Indifferent
Close
30 days
Every 3 Months
90 days
Every 6 Months
120 days
There are no rows in this table
ContactStatus
ContactStatus
1
2
3
Name
Name
Active
To contact again
Inactive
There are no rows in this table
Gallery
Share
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.