+ Reply to Thread
Results 1 to 2 of 2

Lookup Values 2 Vertical variables

  1. #1
    Registered User
    Join Date
    04-24-2006
    Posts
    1

    Lookup Values 2 Vertical variables

    Hi! I have an excel sheet like this

    code Date Nominal rate
    A 01-10-2005 25%
    01-12-2006 30%
    02-02-2006 31.75%
    B 01-10-2005 24%
    01-12-2006 27,5%
    02-02-2006 29.25%

    I need to get the nominal rate for a certain code according a a date, p.e., for the code A i want the nominal rate at 01-12-2006 which is 30%. One problem is that this sheet is actualizated through time and new dates and rates can be added to the codes (every code is actualizated at the same time even if the rate doesn´t change). Can someone help me please?! thanks you all

  2. #2
    Tom Ogilvy
    Guest

    RE: Lookup Values 2 Vertical variables

    =Vlookup(DateValue("01-12-2006),Offset($A$1,Match("A",A:A,0)-1,1,100,2),2,False)


    Make 100 larger than the largest number of cells you would need to check to
    get our date.
    --
    Regards,
    Tom Ogilvy


    "Ricardo Cruz" wrote:

    >
    > Hi! I have an excel sheet like this
    >
    > code Date Nominal rate
    > A 01-10-2005 25%
    > 01-12-2006 30%
    > 02-02-2006 31.75%
    > B 01-10-2005 24%
    > 01-12-2006 27,5%
    > 02-02-2006 29.25%
    >
    > I need to get the nominal rate for a certain code according a a date,
    > p.e., for the code A i want the nominal rate at 01-12-2006 which is
    > 30%. One problem is that this sheet is actualizated through time and
    > new dates and rates can be added to the codes (every code is
    > actualizated at the same time even if the rate doesn´t change). Can
    > someone help me please?! thanks you all
    >
    >
    > --
    > Ricardo Cruz
    > ------------------------------------------------------------------------
    > Ricardo Cruz's Profile: http://www.excelforum.com/member.php...o&userid=33791
    > View this thread: http://www.excelforum.com/showthread...hreadid=535604
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1