Hi kchiba!
Thanks for your sugestion, but the range that I work is dynamic.
Besides that I really want to understand why the formula doesn't work.
Some thoughts:
1. For every function that I use in VBA I have to use Application.WorksheetFunction?
So, using 2 functions it would be like...
Hi Guys!
I have some data like this:
Month | Asset
Jan/10 0.50%
feb/10 1.50%
... ...
In Excel, you could just calculate the compund interest using:
=SUMPRODUCT(PRODUCT(b2:b1000+1)-1) Where the data range is in b2 Down
This formula is equivalent of...
Hi guys!
I have a doubt regarding Excel Data Tables.
I was wondering if it's possible to refer to it using a range. For example:
The formula is:
=COUNTIF(abcp11[Data];">=01/09/10")
I want to make the "abcp11" part variable, using the name "abcp11" in the range B5...
Hi Hui!
I´ve already tried Ctrl C & Ctrl V but it dosen´t work.
See the spreadsheet below to understand why:
http://www.megaupload.com/?d=15GKYWK0
Thanks!
Hi Guys!
Is there something like F4 for data tables?
I can´t fix (lock) a certain column (witch contains the months of the data) using data tables. So, when i try to drag the formula to other cells, the reference that i wanted to be fixed moves.
Any help?
Thanks in advance!
Hi Guys!
I´ve already done all the procedures:
1. Calculate the correlation between assets
2. Find the top 5 larger values and the top 5 smaller values.
Instead, i´ve had no sucess returning what are the assets that match this top 5 correlations.
I´m sure that this is a problem of...