Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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:)


--
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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vertical lookup of pictures DJDKAL Excel Worksheet Functions 14 March 22nd 10 03:24 PM
Conditional Vertical Lookup soconfused Excel Worksheet Functions 2 February 12th 08 07:43 PM
Vertical Lookup from a List B Golden Excel Worksheet Functions 5 July 20th 06 02:45 PM
Vertical Lookup problem William Excel Worksheet Functions 3 November 22nd 05 11:48 AM
Vertical lookup help needed Have three columns R,S,T Excel Worksheet Functions 1 December 11th 04 11:11 AM


All times are GMT +1. The time now is 06:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"