So I think I've come close to this in the area of indexing, matching, etc., but I can't quite get the formula to work the correct way.
I have a sheet setup to where it calculates the average number of days that specific jobs have been open and working within several different groups in my organization. Each organization has a different 3 letter identifier. What I want to do is, on a different sheet, just have two different lookups for each organization that identifies the smallest number of days, and the largest number of days, that each jobs has been open, based upon their organizational code, without having to highlight the ranges manually (but instead use the columns) since we add rows quite frequently.
I've included a picture of the type of data I'm working with, and the type of out put I'm trying to come up with, if it's possible to do so cross sheets.
I can get as far as this lookup
=INDEX({FY22 Hiring Tracker Range 2}, MATCH(MAX({FY22 Hiring Tracker Range 2}), {FY22 Hiring Tracker Range 2}))
which outputs the highest number in the days open column, but I cannot figure out how to make it reference the org code column for the life of me.
Any help would be greatly appreciated, idk if I'm just over thinking this.