Hey sup! making like a price list, i wanna make like two fields/blocks, one of them should be how much £ with the ones with the status column marked as Yes. The other should b the £'s added up for the ones marked as No. how'd i do this?
Connect
1 Answer
An easy way is to create two new properties using Notion formulas to have the sums separately.
New property Yes
if(prop("Purchase") == "Yes", prop("Price"), 0)
New Property No
if(prop("Purchase") == "No", prop("Price"), 0)
Then at the bottom of both new columns you can select "Sum" in the Calculate options. Also you can rollup that information into other databases if needed.
Hope that helps.
Without Answer
-
- 86
- 0
- 1 day ago
-
- 72
- 0
- 4 days ago
-
- 479
- 0
- Apr 29
-
- 444
- 1
- Mar 20
-
- 447
- 0
- Mar 14
-
- 400
- 0
- Feb 21
-
- 391
- 1
- Feb 14
-
- 450
- 0
- Feb 13
- see all
Recent Activities
jcarminio asked 1 day ago
Thoughts on adding Notion AI's web search access i…amandabee asked 4 days ago
Display backlinks in a block or page?amandabee answered 5 days ago
Counting Stars?polle answered 6 days ago
Counting Stars?amandabee answered May 13
settings of font colour changed?
...