Any help would be much appreciated as I have a questions which I am trying to pill through data from one sheet onto another.
I have a list of job roles in rows, with a criteria in columns in my data sheet.. in my summary sheet based on a filter I would like to pull the information through.
As example
Job accountant with condition of grade b which is in the drop.down filter so answer should be 1200
In the data I have
Job role grade a grade b
Accountant 1000 1200
Finance mgr 1400 1500
Trying to use index and match but constantly get an #n/a
=index(data range,match(Job role,job role data range,0),match(grade in the filter box,grade header row,0))
Any help from thr group would be appreciated.
I have a list of job roles in rows, with a criteria in columns in my data sheet.. in my summary sheet based on a filter I would like to pull the information through.
As example
Job accountant with condition of grade b which is in the drop.down filter so answer should be 1200
In the data I have
Job role grade a grade b
Accountant 1000 1200
Finance mgr 1400 1500
Trying to use index and match but constantly get an #n/a
=index(data range,match(Job role,job role data range,0),match(grade in the filter box,grade header row,0))
Any help from thr group would be appreciated.