=INDEX(Name,MATCH(INDIRECT(E8)&INDIRECT(D8),INDIRECT(Job)&INDIRECT(time_in),1))

Nazerith

New Member
Joined
Sep 13, 2011
Messages
6
=INDEX(Name,MATCH(INDIRECT(E8)&INDIRECT(D8),INDIRECT(Job)&INDIRECT(time_in),1))

Format of cells is
Name, Job, Time in

I put this in an array and i get REF error

Cell D8 is just the name of the job as a fixed value in the worksheet


cell E8 time in cell has this formula in it to get its value
=INDEX(Sheet20!$C$3:$C$19,SMALL(IF(Sheet20!$A$3:$A$19=D8,ROW(Sheet20!$A$3:$A$19)-ROW(Sheet20!$A$3)+1),2))
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
I suspect your usage of INDIRECT function is incorrect. Please refer to Excel Help and verify if your understanding of the INDIRECT function is correct.

Also second parameter of the MATCH function needs to be an array.

Instead of asking us to fix your formula, we might be able to help you better if you give a sample of your data and explain what you are trying to achieve.

Good luck!
 
Upvote 0

Forum statistics

Threads
1,224,578
Messages
6,179,654
Members
452,934
Latest member
mm1t1

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