VLOOKUP, INDEX MATCH

j4ymf

Well-known Member
Joined
Apr 28, 2003
Messages
776
Office Version
  1. 365
Platform
  1. Windows
Hello All

Not sure what type of formula i need here if its needs to be a VLOOKUP or INDEX MATCH

Code:
=VLOOKUP(I9,Lookup!$C$4:$AV$3004,$O$18,FALSE)
the formula above is in J19

How would i write the forumla to return the construction type value based on the result .

somthing like INDEX I9, and match the construction type

Rigid Wall is VLOOKUP(I9,Lookup!$C$4:$AV$3004,$O$18,FALSE)
Rigid Soffit is $O$19 VLOOKUP(I9,Lookup!$C$4:$AV$3004,$O$19,FALSE)
Rigid floor is $O$20 VLOOKUP(I9,Lookup!$C$4:$AV$3004,$O$20,FALSE)





1736257368176.png
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
So if I understand well I9 shall be found in Lookup!$C$4:$C$3004 and final value returned from column 12, 13, 10, etc in Lookup!$C$4:$AV$3004 range
Excel Formula:
  =VLOOKUP(I9,Lookup!$C$4:$AV$3004,VLOOKUP(I19,N18:O22,2,FALSE),FALSE)
 
Upvote 0
Solution
Kaper, WOW, not sure how you understood my question but thank you so much for you help, thats it thank you
 
Upvote 0
Glad we could help and thanks for marking answer as a solution
 
Upvote 0

Forum statistics

Threads
1,225,477
Messages
6,185,218
Members
453,283
Latest member
Shortm88

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