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
-
- 162
- 0
- 3 days ago
-
- 1268
- 1
- Apr 4
-
- 402
- 1
- Mar 20
-
- 407
- 0
- Mar 14
-
- 340
- 0
- Feb 21
-
- 324
- 1
- Feb 14
-
- 412
- 0
- Feb 13
-
- 395
- 0
- Feb 11
- see all
Recent Activities
joeythelemur commented 3 days ago
How can I better organize a LOT of properties?amandabee asked 3 days ago
Can I see all inbound broken links in a public not…amandabee selected an answer 3 days ago
Adding a basic feedback form to pages in a Notion…amandabee answered 3 days ago
In Notion, I want the “Title” column to be filled …amandabee answered 3 days ago
How can I better organize a LOT of properties?
...