Skip to content

Option to select daily granularity #71

Answered by davetapley
mattiasback asked this question in Q&A
Discussion options

You must be logged in to vote

You can actually do this all in Google Sheets using a pivot table!

  1. Import .csv
  2. Add new column to right of column A
  3. In blank cell B2 enter formula =DATEVALUE(MID(A2,1,10) and accept autofill
  4. Select 'Insert' then 'Pivot Table'
  5. On new pivot table:
    a. Under 'Rows' select 'Column B'
    b. Under 'Values' select 'USD'

It should look like this:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by davetapley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #70 on February 21, 2022 17:35.