Help with function

Kathleen_0422

Board Regular
Joined
May 5, 2011
Messages
64
Hello Excel Gurus

I have never used the INDEX function but I believe I have seen where it has been used to replacing a VLOOKUP

Here is my problem

I have two sheets: Retired and Prior NBV

On the Retired Sheet Asset IDs are listed in column A

On the Prior NBV Sheet The Asset ID is located in Column H but I need to pull the Ledger Account from Column C on this sheet and place it along side the Asset ID in Column B on the Retired Sheet

How would I go about doing this via a formula?

Thank you in advance for your advice
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Try:

=INDEX('Prior NBV'!C:C,MATCH(A1,'Prior NBV'H:H,0))
 
Last edited:
Upvote 0
Hello Excel Gurus

I have never used the INDEX function but I believe I have seen where it has been used to replacing a VLOOKUP

Here is my problem

I have two sheets: Retired and Prior NBV

On the Retired Sheet Asset IDs are listed in column A

On the Prior NBV Sheet The Asset ID is located in Column H but I need to pull the Ledger Account from Column C on this sheet and place it along side the Asset ID in Column B on the Retired Sheet

How would I go about doing this via a formula?

Thank you in advance for your advice
Try it like this...

=INDEX('Prior NBV'!C$2:C$100,MATCH(A2,'Prior NBV'!H$2:H$100,0))
 
Upvote 0

Forum statistics

Threads
1,224,552
Messages
6,179,487
Members
452,917
Latest member
MrsMSalt

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