VLOOKUP Help

Puddycat

New Member
Joined
Aug 10, 2007
Messages
42
In the example below, I want cell AC2 to find the value of cell AL2 in cells AM2 thru AN31 and give me the result from column AN. So in the example AL2 has a value of 7.3. I would expect AC2 to show a result of ALARP.

I thought the formula would be this: =VLOOKUP("AL2",AM2:AN31,2,FALSE) but it is not working. Please keep in mind that cell AL2 is a calculation result from other different cells.
Excel Workbook
ACADAEAFAGAHAIAJAKALAMAN
1**********Risk FactorRisk Condition
2#N/A********7.32.1Acceptable Risk
3**********3.1Acceptable Risk
4**********3.2Acceptable Risk
5**********4.1Acceptable Risk
6**********4.2Acceptable Risk
7**********4.3Acceptable Risk
8**********5.1Acceptable Risk
9**********5.2Acceptable Risk
10**********5.3ALARP
11**********5.4ALARP
12**********6.1Acceptable Risk
13**********6.2ALARP
14**********6.3ALARP
15**********6.4ALARP
16**********6.5ALARP
17**********7.1ALARP
18**********7.2ALARP
19**********7.3ALARP
20**********7.4Intolerable Risk
21**********7.5Intolerable Risk
22**********8.2Intolerable Risk
23**********8.3Intolerable Risk
24**********8.4Intolerable Risk
25**********8.5Intolerable Risk
26**********9.3Intolerable Risk
27**********9.4Intolerable Risk
28**********9.5Intolerable Risk
29**********10.4Intolerable Risk
30**********10.5Intolerable Risk
31**********11.5Intolerable Risk
Sheet
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Thanks. That worked. Now how do I copy that formula to all of the other cells in column AC but make sure that it keeps referencing cells AM2 thru AN31?
 
Upvote 0
I no expert and my guess you would just use absolute references in the formula

=VLOOKUP(AL2,$AM$2:$AN$31,2,FALSE)

Not sure if that's what your after.
 
Upvote 0

Forum statistics

Threads
1,224,592
Messages
6,179,774
Members
452,942
Latest member
VijayNewtoExcel

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