I have already added the companies I'm connected with as Projects and tasks for those projects. Currently, I can see the number of companies in each category, such as their stage on the sprint board. However, I need to represent these numbers in percentages. For instance, let's say X has made contact with 100 companies, out of which 20 were via Email, 60 via call, and 20 via personal visit. Additionally, 20 out of the 100 companies have moved to a demo stage. To simplify, I have already performed these calculations in Excel, but now I want to know how I can incorporate these google sheet formulas into Notion.
Connect
1 Answer
Hi,
so let's say you want to calculate the percentage of companies that have moved to the demo stage out of the total number of companies.
1) Add a new column to your table. Hover over the header row, click '+', name the new column, and select the type as "Formula".
2) In the "Formula" field, you will be able to write your formula.
3) For your specific case, you might want to use a formula like this:
prop("Demo Stage") / prop("Total Companies") * 100
Here, prop("Demo Stage") and prop("Total Companies") are placeholders for your real column names. Replace them with the actual column names in your Notion table.
I hope this is what you were looking for. I not I might need some more details about how exactly you would like the output to look because there are a few options.
Martin
Related questions
- How can I add two more properties to this progress bar percentage formula?
- How to see Sprint tasks in the Calendar?
- I want to be notified when somebody has moved a card from one status to another in a sprint board. How can I do it?
- add to do to project
- Migrating projects database to new Notion Projects
Without Answer
-
- 457
- 0
- Apr 14
-
- 368
- 0
- Apr 12
-
- 503
- 0
- Apr 11
-
- 309
- 0
- Apr 10
-
- 309
- 0
- Apr 7
-
- 308
- 0
- Apr 6
-
- 302
- 0
- Apr 4
-
- 293
- 0
- Apr 3
- see all
Recent Activities
notionbackups answered May 22
How to print or export note or page as pdf with fi…notionbackups answered May 22
How to fix messed up decimal numbers after import …pjbdr026 asked Apr 14
How do teams use Notion for collaboration?pjbdr026 asked Apr 12
CRM System in Notionpjbdr026 asked Apr 11
Dashboard Setup
...

