Find a certain value in a column and check that row for &quo

Remaniak

New Member
Joined
May 2, 2007
Messages
36
Hi All,

I would like to do the following:

I am in sheet "Analysis", and I have in cell C23 the value "lot 1".

What I need, is a formula in cell D23 that checks in sheet "data" (range $B$9:$AA$81) in column B for the value of cell C23, namely "lot 1". If it find that value, it has to check within that row for the value "1". If it finds the value "1", in say column G and row 40, it should provide the value of two columns back, thus column D row 40.

Does anyone have a none VB solution for this?

Thanks a lot!!!

Remaniak
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
=INDEX($C$9:$AA$81,MATCH("lot 1",$B$9:$B$81,0),MATCH(1,INDEX($C$9:$AA$81,MATCH("lot 1",$B$9:$B$81,0),0),0)-2)
 
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,980
Members
448,934
Latest member
audette89

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