Flashart80
New Member
Hi All
I am loving this site with all of its amazing knowledge. I am hoping someone can help me with my project. Whilst I am trying to learn more and more, this project is time sensitive and I am throwing it open to more knowledgeable people. By the way, I am using Excel on mac, Version 2011, though I am avoiding macros as I am the only one in my team that has this version!
Ok here's the lowdown. I have a large dataset in one worksheet (called report_data) that spans 11 columns and around 20,000 rows. I have a dynamic named range called data that spans these columns and rows. The data grows and shrinks every week (hence the dynamic named range).
Further to this I have individual dynamic named ranges for each column, such as data_account, data_impressions etc.
I have another worksheet (dashboard) which I am using to build a excel dashboard. Currently I have lots of pivot tables that are pivoted to show different sets of data. This is fine but having seen what can be done on this site, I want to get a little bit more control rather than just amending a pivot.
The dashboard is reporting on Adwords PPC data and the structure of this is that you have an account which houses campaigns which house adgroups.
On worksheet B I have a date range which looks up the last 7 days using this forumula: =MAX(report_data.xls!data_date) which gives me the latest date (a sunday). This date will only change every Monday once the data is refreshed as it's for a weekly report.
I then subtract 6 to give me the Monday for that week. I'm sure there is a better way of doing it!
What I want to achieve is a formula that returns all the campaigns and its metrics for an account name that I enter, for the date range. For example: if i enter Account A in cell A:1 the formula returns in A:5:
A:4| Campaign Impressions Clicks etc
A:5| Campaign 1 2300 24 etc
There are 5 kip's that I would want returned.
The number of campaigns varies depending on the account so I need a formula that instead of displaying an error, displays nothing instead.
I have experimented with Index and match with no success! Please help! Kind regards
Peter
I am loving this site with all of its amazing knowledge. I am hoping someone can help me with my project. Whilst I am trying to learn more and more, this project is time sensitive and I am throwing it open to more knowledgeable people. By the way, I am using Excel on mac, Version 2011, though I am avoiding macros as I am the only one in my team that has this version!
Ok here's the lowdown. I have a large dataset in one worksheet (called report_data) that spans 11 columns and around 20,000 rows. I have a dynamic named range called data that spans these columns and rows. The data grows and shrinks every week (hence the dynamic named range).
Further to this I have individual dynamic named ranges for each column, such as data_account, data_impressions etc.
I have another worksheet (dashboard) which I am using to build a excel dashboard. Currently I have lots of pivot tables that are pivoted to show different sets of data. This is fine but having seen what can be done on this site, I want to get a little bit more control rather than just amending a pivot.
The dashboard is reporting on Adwords PPC data and the structure of this is that you have an account which houses campaigns which house adgroups.
On worksheet B I have a date range which looks up the last 7 days using this forumula: =MAX(report_data.xls!data_date) which gives me the latest date (a sunday). This date will only change every Monday once the data is refreshed as it's for a weekly report.
I then subtract 6 to give me the Monday for that week. I'm sure there is a better way of doing it!
What I want to achieve is a formula that returns all the campaigns and its metrics for an account name that I enter, for the date range. For example: if i enter Account A in cell A:1 the formula returns in A:5:
A:4| Campaign Impressions Clicks etc
A:5| Campaign 1 2300 24 etc
There are 5 kip's that I would want returned.
The number of campaigns varies depending on the account so I need a formula that instead of displaying an error, displays nothing instead.
I have experimented with Index and match with no success! Please help! Kind regards
Peter