SOLVED
Averaging Columns with the same Name
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
crunyeon
7 - Meteor
‎08-11-2016
08:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello, I have a list of browsers and bounce rate data from the Google Analytics plugin, and I am trying to average the bounce rates for each browser. For example, the data comes in as:
Chrome | .26589 |
Chrome | .24789 |
Chrome | .21487 |
FireFox | .35478 |
Firefox | .98752 |
Internet Explorer | .21489 |
Internet Explorer | .24865 |
And I want it to look like:
Chrrome | .25895 |
FireFox | .25448 |
Internet Explorer | .26578 |
With the bounce rates being averaged for each browser. Any idea how to do this? Thank you!
Solved! Go to Solution.
1 REPLY 1
roadhouse
7 - Meteor
‎08-11-2016
08:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
