Percentage Vlookup Returning Error / Incorrect Values

piepod

New Member
Joined
Sep 13, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hey everyone - been trying to work through this issue and has been driving me crazy!

In the attached excel, I'm trying to Vlookup a percentage value against a table, where using approximate range lookup ("Vlookup 2") returns an incorrect value and exact range lookup returns error ("Vlookup").

The issue is all these percentages are round numbers and the lookup works for a select few values (e.g., 8% works, but not 6%). However, if I go to B10 or I10 and do an F2 > Enter, it works -- it's extremely strange.

Let me know what's going on here! Been at it all night and it's driving me insane.

Thanks!

1631580861015.png
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Welcome to MrExcel Message Board.
Please Upload your Example With XL2BB Add-in to we know exact structure and formula you used.

Also You can Use This formula at A2 & Drag it Down:
VBA Code:
CHAR(64+A2*100)
Replace A2 with A2 Formula with Round it with 2 Digit:
Example:
Rich (BB code):
ROUND(A2 Formula,2)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,992
Messages
6,122,631
Members
449,095
Latest member
bsb1122

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