I'm using the following formula in excel to calculate my top 5 market values:
=CONCATENATE("Top 5 positions compromise ",TEXT(SUMPRODUCT(LARGE(G52:G61,ROW(1:5))),"0.00%")," of MV.")
When I run this in Excel it works correctly but when I open the report in pdf it doesn't take the top 5 from my list, it only takes the top 1 from my list of market values.
Thanks