I am using the MAXIFS function to find the newest date of a specific transaction, like this:
=MAXIFS($A:$A,$B:$B,“Buy”,$C:$C,H3)
This works, returning the latest “Buy” transaction date of “ALGO-USD”. What I want to get is the last “Share Price” based on the date returned. Is there a way to get the row number of the datum returned by this function?