Question Regarding Lookups Against Ranges

Jezzzza

New Member
Joined
Jun 29, 2023
Messages
8
Office Version
  1. 365
Platform
  1. MacOS
Hi,

I am trying to pull Project Manager rankings/grades based on a pivot table field (average variance of planned hours vs worked hours) and I need it to grade based on number not +/-. For example this is the scale:

1736357324783.png


So anything from 0 being no variance to +/-5% variance would be an A, and so forth

This is the formula I am using in a column adjacent to the pivot table:

=IF(ISBLANK(B7)=TRUE,"",VLOOKUP(B7,'Rank Lookup'!$A$2:$B$12,2))


But as you can see, the highlighted, it is not pulling the correct grade.

Any help is appreciated!
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Please try this:
Book2
BC
74%A
Sheet3
Cell Formulas
RangeFormula
C7C7=IF(B7="","",VLOOKUP(ABS(B7),'Rank Lookup'!$A$2:$B$7,2,TRUE))


Book2
AB
1VarianceScore
20A
35%B
410%C
515%D
620%E
780%F
Rank Lookup
 
Upvote 0

Forum statistics

Threads
1,225,730
Messages
6,186,700
Members
453,369
Latest member
positivemind

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