Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jillteresa
 
Posts: n/a
Default Relative Value to a Vertical Lookup Result?


I'd like to see if I can enter a formula similar to a vertical lookup
that would return a value two rows down from the result.

A B C
1 TEAM A Jan Feb
2 New Customers 10 15
3 Revenue $100 $150

Is there a way to return the Feb Revenue for Team A without
manipulating any of the info here? I was thinking that I could easily
insert a vertical lookup for "Team A" that would return the value two
columns down(Feb)....but can I then ask for two rows down from that
result???
Jill


--
jillteresa
------------------------------------------------------------------------
jillteresa's Profile: http://www.excelforum.com/member.php...fo&userid=9498
View this thread: http://www.excelforum.com/showthread...hreadid=543608

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB
 
Posts: n/a
Default Relative Value to a Vertical Lookup Result?

=INDEX(C1:C3,MATCH("TEAM A", A1:A3, 0) + 2)


"jillteresa" wrote:


I'd like to see if I can enter a formula similar to a vertical lookup
that would return a value two rows down from the result.

A B C
1 TEAM A Jan Feb
2 New Customers 10 15
3 Revenue $100 $150

Is there a way to return the Feb Revenue for Team A without
manipulating any of the info here? I was thinking that I could easily
insert a vertical lookup for "Team A" that would return the value two
columns down(Feb)....but can I then ask for two rows down from that
result???
Jill


--
jillteresa
------------------------------------------------------------------------
jillteresa's Profile: http://www.excelforum.com/member.php...fo&userid=9498
View this thread: http://www.excelforum.com/showthread...hreadid=543608


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB
 
Posts: n/a
Default Relative Value to a Vertical Lookup Result?

Maybe a little more flexible. You could put TEAM A and Feb in a cell
reference, then you can change those cell values depending on which team and
which month you want the revenue for.

=INDEX(A1:C3, MATCH("TEAM A",A1:A3,0)+2, MATCH("Feb",A1:C1,0))

"jillteresa" wrote:


I'd like to see if I can enter a formula similar to a vertical lookup
that would return a value two rows down from the result.

A B C
1 TEAM A Jan Feb
2 New Customers 10 15
3 Revenue $100 $150

Is there a way to return the Feb Revenue for Team A without
manipulating any of the info here? I was thinking that I could easily
insert a vertical lookup for "Team A" that would return the value two
columns down(Feb)....but can I then ask for two rows down from that
result???
Jill


--
jillteresa
------------------------------------------------------------------------
jillteresa's Profile: http://www.excelforum.com/member.php...fo&userid=9498
View this thread: http://www.excelforum.com/showthread...hreadid=543608


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jillteresa
 
Posts: n/a
Default Relative Value to a Vertical Lookup Result?


You are a genius....thank you so much.


--
jillteresa
------------------------------------------------------------------------
jillteresa's Profile: http://www.excelforum.com/member.php...fo&userid=9498
View this thread: http://www.excelforum.com/showthread...hreadid=543608

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
How to Convert Figures into Text in Excel m_azim1 Excel Worksheet Functions 3 April 5th 06 05:45 PM
convert numbers to text bellman Excel Discussion (Misc queries) 0 October 4th 05 10:28 PM
How can i change this VBA project According to Indian Numeric Rao Ratan Singh Excel Discussion (Misc queries) 1 April 21st 05 07:53 PM
Convert Numeric into Text Monty Excel Worksheet Functions 0 December 18th 04 09:25 PM
Spellnumber Norman Jones Excel Worksheet Functions 6 December 13th 04 07:21 AM


All times are GMT +1. The time now is 03:08 AM.

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"