Stuck on a lookup...

EVANWIT84

New Member
Joined
Sep 25, 2020
Messages
22
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
  3. Mobile
Hi All,

I have a question where I have about 400 rows of data. I'm trying to lookup the data where I pull the Reporting Account Name and look up it's benchmark. After looking up the benchmark I want to take the 1 Year Account Performance Less the 1 Year benchmark performance. As a result, my end result in a new column would be 0.84. I'm also trying to look this up across any date.

The 1st row is the Account
The 2nd row is it's associated benchmark.

I'm stuck here as there's no identified tying the account to the benchmark. Appreciate any pointers you would have and i'm not looking to have the problem solved. Thanks!

Reporting Account NumberReporting Account NameSource Account NumberSource Account NameAccount Benchmark Number1 YearAs of Date
RUSS 1000 VRUSS 1000 VUMTF5RUSS 1000 VUMTF5
20.08​
9/30/2020​
RUSS 1000 VIX1FRussell 1000 Value IndexUMTF5IX1F
19.24​
9/30/2020​
 

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.
this works for your sample data

Book1
ABCDEFG
1Reporting Account NumberReporting Account NameSource Account NumberSource Account NameAccount Benchmark Number1 YearAs of Date
2RUSS 1000 VRUSS 1000 VUMTF5RUSS 1000 VUMTF520.089/30/2020
3RUSS 1000 VIX1FRussell 1000 Value IndexUMTF5IX1F19.249/30/2020
4
5
6
7RUSS 1000 V0.84
Sheet1
Cell Formulas
RangeFormula
B7B7=OFFSET($A$1,MATCH(A7,A:A,0)-1,5)-OFFSET($A$1,MATCH(A7,A:A,0),5)
 
Upvote 0
This is great, I wasn't thinking of using Offset with 0 to offset the rows. Thank you for your help!
 
Upvote 0

Forum statistics

Threads
1,215,544
Messages
6,125,444
Members
449,226
Latest member
Zimcho

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