Match and index

Vegas01

New Member
Joined
Jun 15, 2021
Messages
43
Office Version
  1. 2019
Platform
  1. Windows
HI

I am using this formula to grab some information which is work fine when there is only 1 instance of "wages" in a large data set. When I have a number of instances of "wages" it does not work, how would I be able to get this to work. Please note the value I want to return there will only be one instance. Also note that the value that I wanted to return is not on the same line as wages it is one below.

=INDEX(L:L,MATCH("wage",C:C,0)+1,1)

Thanks in advance
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
When there's a number of instances of "wages", how do you know which one you want to return? You'll need add that to your criteria.
 
Upvote 0
When there's a number of instances of "wages", how do you know which one you want to return? You'll need add that to your criteria.
Ben Gee _ I going to put the return value in the respectively column and left the other instances of "wages" with a blank.
 
Upvote 0

Forum statistics

Threads
1,215,377
Messages
6,124,598
Members
449,174
Latest member
chandan4057

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