Not sure if this is possible..
I have the following formula that finds the value for "Available Hours" for "10TE01 LEO REILLY" in the "BW" segment of the attached spread sheet located in cell "B10"
Cell M2 contains the following formula
=INDEX('Month-1'!$A$1:$G$6000,MATCH(TRUE,INDEX(1/('Month-1'!$A$1:$A$6000=$L2)*ROW('Month-1'!$A$1:$A$6000)-MATCH($K$2,'Month-1'!$B$1:$B$6000,0)>0,),0),MATCH($M$1,'Month-1'!$A$14:$G$14,0))
This is just an example of several different values I need to find in this data sheet that can be 5000 or more lines.
This is tested and works great to find this value for any employee entered into cell K2. The formula is designed to account for the possibility of additional lines being added to the data sheet, something I can not control.
What I want to be able to do is substitute the value in K2 with a named range and return the sum of the values for "Available Hours" for that range or team of employees. If I can get that to work I think I can figure out how build a similar formula that would return the Average for other data points for a team.
I have gotten this far with a lot of help from the folks in this forum, so thank you for any further considerations!!!
Bookmarks