Vlookup Help

amcilveen

New Member
Joined
Sep 12, 2023
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi folks,

i am trying to figure out a formula that will find a match for three different cells A,B,andC combined into one cell on another tab along with column 2 on that other tab being greater than X number

This is what i currently have but it grabs the first result it finds on Sheet2, i need to add the criteria to say column 2 on Sheet2 needs to be greater than 0.375. so on sheet2 column A is where it would find A83&E84&"AM" combined into one cell.

=IF(E84="","",(VLOOKUP($A83&E84&"AM",Sheet2!$A$1:$G$3000,2,0)))

Is this even possible?
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Please provide some example data (using the XL2BB tool) that shows what you are trying to do with the expected results.

Thanks,

Doug
 
Upvote 0

Forum statistics

Threads
1,215,073
Messages
6,122,974
Members
449,095
Latest member
Mr Hughes

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