I need to pull the IPO price for an equity security as well as buyout/delisting price for the security and the announcement date of the buyout/delisting in Excel.
I have been able to pull the IPO date using a previously mentioned function =BDP("YELP US EQUITY" "EQY_INIT_PO_DT"), so hoping something like =BDP("YELP US EQUITY", "EQY_INIT_PO_PX") will work for the IPO price. I am not sure what to try for the buyout/delisting price & announcement date. Hopefully this is a basic query, I only have sporadic and limited access to a Bloomberg terminal and essentially need to have the queries ready in advance. Any help would be greatly appreciated.
Related
Thank you very much for your attention to my question.
Now I want Power Apps to collect some dates and then the dates back to SharePoint, what I want to achieve is how to use PowerAutomate to be able to send an email to the relevant person 7 days before that date, 3 days before that date, to remind him that the date is coming up
Thank you very much for your replies!
I would like to be able to create streams with power automate to do this, thank you very much
We had experienced a problem with our inventory valuation in DAX, as we got a circular dependency. As DAX is not capable of recursion, we are pretty sure to solve this problem with power query functions.
Problem is the following:
Assuming i start with an initial stock: QTY 900000, Price 0,3 and I also have my monthly Sales QTY and Purchase QTY and price I could create the following (the Excel with the formulas for 2 months is attached)
Then, in the next month I would "just" need to take my closing inventory price as my opening price.
This is where the problem sits as it would need to be calculated first and then referencing itself while defining the formula like so:
openingunitrate=
if "initialstockunitrate"=blank() then
inventoryfromopening(monthyear-1)*openingunitrate(monthyear-1)+
inventoryfrompurchases(monthyear-1)*purchaseunitrate(monthyear-1)
/
closingstock(monthyear-1)
else
"initialstockunitrate"
Also what would need to be done is a grouping per "Category" and the column compliance_year. It should start in the next year with 0 as we only have an initial stock this year.
I don't know if this will actually require a recursive function in PowerQuery, so if you have any other idea how to solve it, it's fine as well! In my head this logic totally makes sense but as I have little experince with PQ I'm struggling to actually code it there.
I attached an Excel file that includes both the calculation done in Excel and the sample data which would need to be enhanced.
Please find it under the following link:
Sample Data
thanks and regards,
Martin
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/
If this has been discussed, I apologize. My boss just gave me a last minute project that needs to be completed by Monday and I am hoping someone could help tell how to complete this in a matter of minutes, not hours. I have very basic excel knowledge unfortunately, I will try to explain the best I can but I apologize in advance if there is something I didn't include or should know.
In my spreadsheet, D1-D34 has every model # of a specific brand that my company has sold last month. On a separate website, there is a chart that lists a "reward" associated with particular model sold. I can copy and paste that list into excel. When I do that, the eligible "model's" are on D56-D975, with the price associated each are on E56-E975.
Is there any formula that I can run that will basically do all of the manual work for me so that if one of the models in D1-D34 match one of the models in D56-D975, then the "reward" associated would appear in E1-E134?
Thanks a bunch. Hopefully I can get this resolved quickly and have some sort of weekend with my family.
InE1 enter:
=VLOOKUP(D1,$D$56:$E$975,2,FALSE)
and copy this down thru E34
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.