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
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
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
-
- 45
- 0
- 3 days ago
-
- 125
- 0
- Mar 8
-
- 159
- 0
- Feb 21
-
- 154
- 0
- Feb 14
-
- 203
- 0
- Feb 13
-
- 183
- 0
- Feb 11
-
- 205
- 0
- Feb 8
-
- 349
- 2
- Feb 3
- see all
Recent Activities
GettingSavvy_ asked 3 days ago
Summarising transactions by week and until current…amandabee selected an answer Feb 24
Can I use a button to create a calendar event for …Barbora commented Feb 24
The Filters in the databases don't disappear.jwpeng asked Feb 21
Count keyword
...