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
-
- 267
- 0
- Jun 11
-
- 663
- 0
- Jun 4
-
- 511
- 0
- May 19
-
- 220
- 0
- May 16
-
- 568
- 0
- Apr 29
-
- 567
- 1
- Mar 20
-
- 547
- 0
- Mar 14
-
- 491
- 0
- Feb 21
- see all
Recent Activities
amandabee asked May 16
Display backlinks in a block or page?amandabee answered May 15
Counting Stars?
...