Two entry table

AM

Board Regular
Joined
Dec 13, 2006
Messages
99
Hello

How can I simple search a value in a two entry table,

Ex:

Antony Andrew Dorothy
Age 31 56 67

Weight 80 67 56

Height 1,80 1,70 1,59


Giving Antony and Weight, I would like that excel returns me 80. That's possible without using VBA?

Thanks


AM
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
See the HLookup function...

0610081908.jpg
 
Upvote 0
Hi Hotpepper. What are you doing to that cat?
I should not even try and answer non VBA questions. :)

=HLOOKUP(A7,A1:D4,MATCH(A8,A1:A4,0),FALSE)

<a href="http://home.fuse.net/tstom/0610081940.zip"><img src="http://home.fuse.net/tstom/zip.gif"width="16"height="16"border="0"></a> <a href="http://home.fuse.net/tstom/0610081940.zip">0610081940.zip</a>
 
Upvote 0
Thanks for your answers.

You're great. I didn't knew the function MATCH!

AM
 
Upvote 0

Forum statistics

Threads
1,213,534
Messages
6,114,186
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top