i have a table with a "Status" column, and I'm attempting to create a formula for another column ("New Field") that marks "Yes" when the status is "Re-trabalho" However, I want this "Yes" value to persist even if the status changes later on.
Connect
1 Answer
It is not possible with a Notion formula as you need different results.
if status = Re-trabalho, yes, otherwise, no
With that rule the formula is checking the status constantly to see if it is equal to Re-trabalho and display yes, so as soon as it changes to something else, it will display no.
You can try Notion automations if you have a paid account (the little thunder icon in the databases), where that new column marks as yes when status is changed to Re-trabalho and that is it.
That way you may be able to track the status and have a yes only in that new column when the status changes to Re-trabalho.
Related questions
- How to create a new database item based on a trigger status in another database
- How to return a value in another column by using an if-statement?
- Would it be possible to save in one column when a specific entry in another column was last updated?
- Possible to save values of properties in different locations?
- Need help to make progress that will be responsive to Status in second database
Without Answer
-
- 457
- 0
- Apr 14
-
- 368
- 0
- Apr 12
-
- 503
- 0
- Apr 11
-
- 309
- 0
- Apr 10
-
- 309
- 0
- Apr 7
-
- 308
- 0
- Apr 6
-
- 302
- 0
- Apr 4
-
- 293
- 0
- Apr 3
- see all
Recent Activities
notionbackups answered May 22
How to print or export note or page as pdf with fi…notionbackups answered May 22
How to fix messed up decimal numbers after import …pjbdr026 asked Apr 14
How do teams use Notion for collaboration?pjbdr026 asked Apr 12
CRM System in Notionpjbdr026 asked Apr 11
Dashboard Setup
...

