Index and Match function across 2 spread sheets

joe_brown14

New Member
Joined
Oct 11, 2017
Messages
2
Hi all,

I was wondering if anybody could help me?

i am trying to understand the index and match function to look up a value from one tab and insert this into another,

I have 2 sheets - "Reactive" and "AFP"

on the reactive sheet i need a figure from the AFP sheet, in column b of the reactive sheet i have a set of job numbers which i need to lookup on the AFP sheet to find the value in column D of the AFP Sheet to populate column AJ in my reactive sheet(Job numbers in column A and the value in Column D of the AFP sheet)

I have tried to do this but its beating me sadly!

Can anybody help?

thanks

joe
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
You don't have to use INDEX/MATCH since the lookup value is to the left of your required value; you could use VLOOKUP. Assuming you have headers, put this in AJ2 of your "Reactive" sheet:

Code:
=VLOOKUP($B2,AFP!$A:$D,4,FALSE)

WBD
 
Upvote 0
I did try this first however my excel isn't allowing me to do this when i drag the value down the page it returns the same value the whole way down. I have googled this but nothing works :(
therefore i thought i would try and learn the index and match function to see if that would work instead.
 
Upvote 0
There's no reason this wouldn't work when dragging it down. Does the row number increase in the formula when you drag it down? Can you post any sample data?

WBD
 
Upvote 0

Forum statistics

Threads
1,215,479
Messages
6,125,041
Members
449,206
Latest member
Healthydogs

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