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
Notion Answers
Help between Notion users
Register & Ask
It's free & easy
Get answers
Answers, votes & comments
Vote and select answers
Receive points, vote and give the solution
Question
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
-
- 20
- 1
- 1 day ago
-
- 39
- 1
- 2 days ago
-
- 50
- 0
- Sep 19
-
- 74
- 0
- Sep 19
-
- 127
- 1
- Sep 15
-
- 125
- 0
- Sep 10
-
- 134
- 1
- Sep 4
-
- 131
- 1
- Aug 29
- see all
Exclusive for Notion Answers Users
- • Dynamic Calendar Icon | Info | Download
- Add yours here
Recent Activities
notionhq selected an answer 4 hours ago
How to change state after X time ?notionhq selected an answer 4 hours ago
How to start the week in a Monday with this formul…notionhq selected an answer 4 hours ago
How can I search by the content of the notes in a …notionhq selected an answer 4 hours ago
How can we set all of sub-item tasks always show u…Lizat asked 1 day ago
Hide db page but not the child pages on public sit…
...