Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ziv
 
Posts: n/a
Default HOW DO I FIND DATA IN A TABLE BY LOOKING UP BOTH THE COLUMN AND R.

If I have a table for example
| A | B | C | D
--------------------------------
1 | | A | B | C
2 | X | 1 | 2 | 3
3 | Y | 4 | 5 | 6
4 | Z | 7 | 8 | 9
5 |
6 | A
7 | Y
Is there a function that does the following? =FUNCTION(A6,A7,A1:D4) and
return 4

Thnaks in Advance

  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Try one of these:

=VLOOKUP(A7,A2:D4,MATCH(A6,A1:D1,0),0)

=INDEX(B2:D4,MATCH(A7,A2:A4,0),MATCH(A6,B1:D1,0))

Biff

-----Original Message-----
If I have a table for example
| A | B | C | D
--------------------------------
1 | | A | B | C
2 | X | 1 | 2 | 3
3 | Y | 4 | 5 | 6
4 | Z | 7 | 8 | 9
5 |
6 | A
7 | Y
Is there a function that does the following? =FUNCTION

(A6,A7,A1:D4) and
return 4

Thnaks in Advance

.

  #3   Report Post  
Niek Otten
 
Posts: n/a
Default

=VLOOKUP(A7,A2:D4,MATCH(A6,B1:D1,FALSE)+1,FALSE)

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel

"Ziv" wrote in message
...
If I have a table for example
| A | B | C | D
--------------------------------
1 | | A | B | C
2 | X | 1 | 2 | 3
3 | Y | 4 | 5 | 6
4 | Z | 7 | 8 | 9
5 |
6 | A
7 | Y
Is there a function that does the following? =FUNCTION(A6,A7,A1:D4) and
return 4

Thnaks in Advance



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
find rows for unique data in 1 column and different data in other. Dot Majewski Excel Discussion (Misc queries) 1 January 21st 05 12:23 AM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM
Data Table - does it work with DDE links and Stock Tickers? Post Tenebras Lux Excel Worksheet Functions 0 December 1st 04 05:17 PM
Data Table - Does it work with DDE links and stock tickers? Post Tenebras Lux Excel Discussion (Misc queries) 0 December 1st 04 05:15 PM


All times are GMT +1. The time now is 05:15 AM.

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

About Us

"It's about Microsoft Excel"