A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Try this formula to get the exact cell.
="J"&MATCH(1,(I:I="Lowest 16 L Minimum:")*(J:J=3),0)
If you have mutiple cell with min value.
="J"&FILTER(SEQUENCE(31090),(I1:I31090="Lowest 16 L Minimum:")*(J1:J31090=3))