Trying to get campaigns with zero impressions, which seems to be an option in Google Ads but I can't seem to find any documentation on this in BingAds.
The only way I can think of getting around this is to get a list of all active campaigns and then manufacture rows with active campaigns with zero impression and clicks for the date range.
If someone here knows of a better way, it would be much appreciated!
Related
Heading
so I'm starting to learn really soon abroad, there-for ill be needing to handle my own billings.
i would like to handle it in EXCEL form.
but the problem is that i have different currencies EUR,USD,HUF and ILS.
Problem
adding to new lines to stock .price (currencies) so it'll keep all dates and it'll be easy to keep track
tried doing it with macros (found out i don't really know how to)
cant keep currencies from different date and adding "today" automatically every day
thanks for the help for who can help.
if anybody has a different way / solutions how to handle money management with different currencies (when i need total in 1 currencies) then i would like to hear your idea and learn from you. thanks
similar to
XE Travel Expense Calculator
https://www.xe.com/travel-expenses-calculator/
I have an excel datasheet with more than 1,000,000 rows and 80 columns. the datasheet contains sales information of a chain store with more than 1700 store nationwide. each store is repeated 52(weeks in a year)* about 30 (products sold in that given week)* 2(two years). I want to convert the rows corresponding to products to columns. I can't do that using transverse because the products sold each week might not be exactly the same as those sold next week. do you have any solutions?
thanks
I just made a very simplified version of that excel file. the problem is that the products sold are not the same each week. there is a limited set of product, but only some of the items are sold each week
https://drive.google.com/open?id=1B2vjIL2hemfQNrCz0X6u_pzi7Euy6IWa3Lj0_HzDXDE
This isn't much of an answer yet - but it either will become one or I'll delete it, depending on the OP's response.
I'm thinking that transverse/transpose is the wrong term for what you're trying to do.
Perhaps you're just trying to better organize/visualize this data, something similar to one of these Pivot Tables:
or
These are just two of the infinite ways you can organize data in a Pivot Table.
Is that similar to what you're trying to do? If so I'll share some more info.
If this quantity of data is going to keep coming your way, way you really need is to start using an Access database to get this under control and be able to report on it properly (and easily, once it's setup).
I just want to thank you guys in advance. I think you guys are doing a great job in helping people out with programming stuff. Pats on the back for all of you.
Here is what I've been working on: I have daily stock price return data on about 4000 stocks. I want to add them to my portfolio after observing their performance for 12 months. I will choose the top 10% best performers and bottom 10% worst performers. I will create multiple portfolios over a period of time. I have done that with no problem.
I want to use the INDEX function to calculate the daily return of my portfolio. Not all 4000 stocks are in my portfolio, about 300 stocks are in my portfolio at any given time. The daily portfolio returns will be calculated by multiplying the weights (they are equal weighted, so 1/300) to that stock's return on the specific date. I assume it has to do with a combination of INDEX, SUMPRODUCT, and IF or MATCH functions.
I have been thinking this for a long time and I just can't get to the bottom of it. I have attached pictures for a portion of what I was working on. I think will give you a good picture of what I'm trying to do. I bet this is such an easy thing for you guys. I hope you can help me out! Thanks again!
PICTURES:IN or OUT portfolio & Stock's individual returns
Charles
Not sure I understood your problem, but here is a trial suggestion:
You get data for 4000 stocks while you are monitoring 300. So, you need to find the correct one within your sheet (there will be 3700 that will not match anything).
If you have your stocks listed in, say, column "A", you could use the function LOOKUP (well explained in the Web). If you need to get the row of your stock, you can use the function MATCH.
If this is not what you are looking for, it means that I (at least) did not understand you, so you would need to add details to your question.
I have a sports fixture and I want to be able to easily count the number of times each team plays each other (and other assorted things).
Columns are Round, Date, Home Team, Away Team, Venue
Rows are each round entry (eg Round 1 Team A v Team B)
I can't seem to work out the correct way to capture this using a pivot table. Ideally what I want to see is that "Melbourne Victory" plays "Sydney FC" twice (for example). Regardless of home/away.
Second problem would be to see if I added last year's finalists, can I also count have many times each team plays the finalists.
Hope this makes sense. Sorry I can't post an image as I don't have "10 reputation"
It can't seem to be captured using a pivot (by me at least). However with formula's it can be. Using the formula =COUNTIFS. See the example below. In a similar fashion it would be possible to see how many times each team plays last year's finalists. Hope this helps.
I'm using Excel to connect to an OLAP cube and building a report to show actual hours charged to a project. I need to create a measure now to perform some calculation on the actual hours for which I need to get the number of days that the user is filtering on. The date range is added as a slicer. Is there a way to do this? I've tried
Count(Existing [Work Item].[System_CreatedDate].members)
But this returns all created dates in the entire data set. I only need a count of the ones the user has filtered on. Right now it should return 66 or so since I've set it to 1/1/2014 to 3/7/2014 but I'm getting back 503 which is how many members there are in total in the OLAP cube not taking into account any filters I have set.
My apologies for the basic question and the inadequate explanation of what I'm trying to get to. I have very limited experience with MDX and measures / members. I hope the question is clear enough.
Help will be truly appreciated.
Thanks.