I am trying to create a db to help us report on equity ownership....currently, we update the total shares outstanding of a particular stock outstanding manually...and with upwards of 2200 stocks, that gets old. We have a data reporting system that links with Excel--put in the right formula, you get the data you requested...so I want to export to Excel the right formula. It looks like this:
=blp("XYZ equity", "Long_comp_name"
in excel, this returns the long company name....IF it is entered correctly....however, when exporting the forumlas, it gets entered into the cells in excel like so:
'=blp("XYZ equity", "Long_comp_name"
note the first character--which denotes a TEXT entry in Excel, preventing the formula from being read as a formula.
Short of writing code to cycle through 2200 entries in about 6 columns of excel data, and removing the offending single quote, anyone have any ideas how I can make the exported info get read as a formula?
TIA--
Ben
=blp("XYZ equity", "Long_comp_name"
in excel, this returns the long company name....IF it is entered correctly....however, when exporting the forumlas, it gets entered into the cells in excel like so:
'=blp("XYZ equity", "Long_comp_name"
note the first character--which denotes a TEXT entry in Excel, preventing the formula from being read as a formula.
Short of writing code to cycle through 2200 entries in about 6 columns of excel data, and removing the offending single quote, anyone have any ideas how I can make the exported info get read as a formula?
TIA--
Ben