Lookup a cell value from Multiple Columns

rubz71

New Member
Joined
Aug 13, 2013
Messages
36
Hi All,

Need help with a Formula for Column "Scheduled_UOM"

The formula should read from F2(UOM, Meters) and look into Columns B(Meters), C(Mass) ,D(Materials) ,E(Bends) and if it matches with the text, the formula should output the Value under "Shceduled_UOM" column.

Hope this is not too complex to do.

Thank You.


CustomerMetresMassMaterialsBendsUOMSchedule_UOM
ABC
3
10​
1​
0​
Meters
3​
CDE
4​
12
2​
0​
Mass
12​
EFG
5
14​
3​
0​
Meters
5​
HIJ
6​
16​
4​
7
Bends
7​
XYZ
7​
18​
5
0​
Materials
5​
 

Attachments

  • excel_UOM.png
    excel_UOM.png
    10.8 KB · Views: 3

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Here you go
Excel Formula:
=INDEX(B2:E2,MATCH(F2,$B$1:$E$1,0))
 
Upvote 0
Solution
No worries :)
Can you please help with the below thread?
 
Upvote 0
Can you please help with the below thread?
yup, writing it now :)
 
Upvote 0

Forum statistics

Threads
1,216,563
Messages
6,131,424
Members
449,652
Latest member
ylsteve

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