Posts by Eleni01

    Re: Simultaneous vlookups from multiple data lookup ranges


    Hi
    I still havent managed to arrive at the appropriate formula. The problem was to substitute a set range A3:A15 with a variable one.
    I have reached at the below with poor results


    =INDEX($A$1:$H$15,2+MATCH(J7,OFFSET($A$3:$A$15,0,VLOOKUP(J6,A1:H2,2)),MATCH(J6,$A$1:$H$1,0)+1))


    Can you help me?

    Re: Simultaneous vlookups from multiple data lookup ranges


    Does this mean, i need to define every date series (A:A, D:D, G:G etc) as a dynamic range with the same name?
    Please bear in mind its a lot of equity names everyday been downloaded with a different order. is this method appropriate for my purposes?


    Your help is highly appreciated..!

    Re: Simultaneous vlookups from multiple data lookup ranges


    Thanks very much for the quick response!
    It works fine indeed , it would have to mean though that all prices are aligned on a pre-set date range (i.e. A3:A15) instead of each security having its own dates. is there any way to do that without involving VBA?


    many thanks again

    Hi all,


    I have attached the relevant sample w/s.
    I have a series of vertical, 2-columned tables. Each table represents an Equity Name, for which the date and the corresponding price are given in the columns.


    What I want to do is in a seperate cell, by specifying a random Equity Name and a date, the function to retreive the correct price. I have managed to do this in the past, but I have been trying for the past 2 weeks with poor results. If my memory serves me right, I had used, lookup, match, offset, index.


    I would be so grateful if somebody could help me here please..


    many thanks