I want to create a simple formula in column D that is based on the value in column C. If the value in column C is 0 or below 0, column D should return a green circle, if the value is below 0, it should return a red circle. May anybody help me out?
Connect
1 Answer
Hi, you propably mean it it's higher than 0, it should be red. If so, here's my solution. Here's the Template:
You can copy it into your Notion :)
Make sure that Column C is number Format.
The Formular is
if(prop("C") <= 0, "Large Green Circle", if(prop("C") > 0, "Large Red Circle", ""))
Get the circles here:
https://emojipedia.org/large-green-circle/
https://emojipedia.org/large-red-circle/
Related questions
- How to return a value in another column by using an if-statement?
- I need help with my progress tracking bar
- How to create a new database item based on a trigger status in another database
- A formula reflecting a checked box if more than one option is selected from another "multiselect" column in a database?
- How to use multiple if statements in one formula to return words based on tags
Without Answer
-
- 139
- 0
- Aug 12
-
- 181
- 0
- Aug 7
-
- 275
- 0
- Jul 17
-
- 1332
- 0
- Apr 14
-
- 910
- 0
- Apr 12
-
- 853
- 0
- Apr 10
-
- 833
- 0
- Apr 7
-
- 789
- 0
- Apr 6
- see all
Recent Activities
benarik answered Aug 27
Display backlinks in a block or page?benarik answered Aug 27
Can I see all inbound broken links in a public not…benarik answered Aug 27
Looking for clarity on copying DB keysbenarik answered Aug 26
How Can I Use Notion to Organize a Busy Work Workf…benarik answered Aug 26
Summarising transactions by week and until current…
...

