Hello,
I have a unique situation where I cannot do a standard INDEX MATCH MATCH. We have a spreadsheet like the simplified version attached. I'm trying to grab the data where the name matches on the left and the date matches on the top. However, since there are multiples of the same name on the left, I only want to grab the cell that is not blank. Additionally, the dates at the top are dynamic, based on a date pulldown elsewhere.
The formula I started with is something along the lines of:
=INDEX([1]4:[3]8, MATCH({Name}, Name4:Name8, 0), MATCH({Date}, [1]3:[3]3, 0))
But that returns blank as the first instance of Mike and Sept-21 is blank.
I couldn't figure out a way to use INDEX COLLECT either. Any help would be much appreciated!