Searching through an array once target area is found by way of vlookup
Posted by dan spald on September 05, 2001 7:05 AM
I have a list that changes length and is grouped by portfolio name. I want to write a statement that first searches for portfolio name, sets an array to search in(reletive reference, beginning with port name,A1:h10 for a 10 fund portfolio) and then by a specific fund held within. I have been trying something like the following but have found an impass =VLOOKUP("SVUL PORT",rorytd!$A:$A,VLOOKUP("MMKT",A1:F10,5,),FALSE)
This will be used to check monthly rates of return in 40 portfolios consisting of some combination of 80 funds with varying charges.
Thank you for the look over,
Dan