Help with columns and adding values
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
albertn
7 - Meteor
‎03-04-2021
05:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am trying to the shares and the cost together by company by quarter. All I know is I will need to add new columns, but I am lost on what to do.
Labels:
- Labels:
- Data Investigation
10 REPLIES 10
17 - Castor
‎03-09-2021
01:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @albertn
Let's break this down.
A) Add a column that has which quarter this particular trade took place in. You can use a formula tool to add this column based on a trade date (using some of the date formulas)
B) Then use a summarize tool.
- Group by Quarter
- Group by company
- Sum Shares
This will give you a recordset that has 3 columns - Quarter; Company; Total Shares

- « Previous
-
- 1
- 2
- Next »