Lookup formula

toddy26

New Member
Joined
May 23, 2015
Messages
1
Hello Community,

I would greatly appreciate if some one could give me advice on how to fix a formula that I have written.

I am trying to write a lookup formula that searches data on a table on “sheet2” using two different parameters. I want to display the matched values found on the table in sheet 2 in “sheet1”. From online research, I have created the following function,
Code:
=vlookup( j4 &”I”&k4,A4:d83,4,false)
Where:
j4 &”I”&k4 = Cells where you would type the two different parameters in “sheet1”.
A4:d83 = Table where the data is located on “sheet2”
4 = The column on “sheet2” that contains the data to be displayed if matched on “sheet1”

The problem is that I need to “tell” excel to search sheet2 for the two different parameters typed on sheet1. I would also like to display the matched value on sheet1. Any other suggestions would also be greatly appreciated.


Thank you very much for the help.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.

Forum statistics

Threads
1,196,515
Messages
6,015,658
Members
441,913
Latest member
Lhayden_69

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