Match Offset Formula

Budge

Board Regular
Joined
Aug 24, 2002
Messages
75
Hello Friends,
I have a formula
=OFFSET(B2,MATCH(B2,$M$2:$M$1800,0)-1,-1)

where I need to assess whether the value in B2 exists in the range M2 to M1800.
If it does then take the value in A2.

All values are unique.

Thanks people for your assistance

Reagrds

Budge
 
No drama.No issue.Just playing.
There was no mention of J in first post.
Perhaps too many "J's" is the problem!!

Budge
 
Upvote 0

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
JMuscat,
This works but it puts the value of column A on the same row.What I need to achieve is once we have established that the lookup value(Column B) exists in Column M,go to that same row where the value is matched in ColM and input the value from ColA from original lookup.That the result will be input into Col J

I hope my explanation is OK

Thanks lots

Budge
 
Upvote 0
On 2002-10-24 03:32, Budge wrote:
JMuscat,
This works but it puts the value of column A on the same row.What I need to achieve is once we have established that the lookup value(Column B) exists in Column M,go to that same row where the value is matched in ColM and input the value from ColA from original lookup.That the result will be input into Col J

I hope my explanation is OK

Budge,

Just a wild guess...

In J2 enter & copy down:

=INDEX($A$2:$A$1800,MATCH(M2,$B$2:$B$1800))

Aladin
 
Upvote 0
Aladin,
Still no good.Can you advise the best way to send sample data and I will do it.
But for now I want to go home.

Budge
 
Upvote 0
Hi

Any chance of viewing the final answer provided in the PM? Just curious to know the answer....

pll
 
Upvote 0
pll,
I have just figured out what Aladin meant by PM.I initially thought it was Post Master and therefore did not know what he meant.I will send him some data on Monday and then will post back the answer.
I will keep you in the "Loop"

Sincerely
Budge
 
Upvote 0

Forum statistics

Threads
1,215,966
Messages
6,127,977
Members
449,414
Latest member
sameri

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