Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8866101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T16:41:53+00:00 2026-06-14T16:41:53+00:00

I am building a reporting worksheet to track social media data downloaded from Google

  • 0

I am building a reporting worksheet to track social media data downloaded from Google Analytics.

I have a custom report in analytics that provides me with the date, medium and visits in three unique columns. I want to extract the number of visits, defined by medium and date, to a separate table where I have other data living.

Here is my source information:

Excel Data Source Example

Here is my destination:

Excel Data Destination Example

I want to fill the number of visits from my Twitter data on the other sheet into my destination above while making sure the dates correspond.

Is this possible with Excel?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T16:41:54+00:00Added an answer on June 14, 2026 at 4:41 pm

    Very much so,

    You can use Pivot Tables – which will pretty much take care of it for you via the instructions. Or if you want a formula based approach:

          A               B           C
    1 Date            Medium      Visits
    2 11/20/2012      Facebook    3
    3 11/20/2012      Twitter     5
    4 11/19/2012      Facebook    3
    5 11/14/2012      Twitter     1
    6 11/15/2012      Twitter     4
    

    I like to use a function called SumProduct. It can be slow and bulky, but sometimes its easier than using a VB Macro.

    To do this:

    Total Facebook     xxxx
    

    use:

    =SumProduct((LookupArea = Condition)*(ColumnTotals))

    How it works, is for each cell in your lookup area, it compares it to the condition. If the condition is true, it creates a (1). If it is false, it creates a (0). This is multipled against condition two. And condition two is telling it to take the “Visits” column and multipy it by an offset of 1 (so, 10 visits x 1 offset, is 10 visits).

    Sample:

    =SUMPRODUCT((B2:B6="Facebook")*(C2:C6))
    

    This gives the result: 6

    You can add even more conditions by adding a * and the next condition

    =SUMPRODUCT((condition1)*(condition2)*(condition3))
    

    You could also come up with a different totals by using +, -, /, etc. This allows you to negate values. And you can dual nest values and treat them separately.

    =SUMPRODUCT(((condition1)*(condition2))-(condition3)*(condition4)))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a cross-database view that consolidates data from two different subsystems for reporting.
I am building a report in Reporting Services 2005, where the data is retrieved
I'm building a small internal social media data sharing app. A bunch of users
I am building an mvc app for reporting. I have a page that has
I am building a Google Analytics Dashboard and have it pretty completed, but am
I'm currently building a MS Reporting Services Report that gets rendered to excel. I'm
We are considering building a custom data processing extension for Microsoft Reporting Services in
I'm faced with needing access for reporting to some data that lives in Oracle
I'm looking for a templating tool that allows powerful manipulation of data and report
I'm considering building an app to plug into Splunk 4 to do custom data

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.