I am having difficulties trying to do something that I am able to do in Excel. I want to find the last instance of a value in one column and return the value from another column in the same row if there is a value in that column. Here is an example:
Name Number
Peter 4
Paul 6
Mark 7
Peter 15
Peter 10
Paul
Peter
Peter
I want to be able to find the last instance of Peter in the Name column and pull the number 10 from the Number column.
My sheet is much larger than this with many instances of the same value but am using a much simpler example and would be unsorted.
The data will vary in size as it will be updated every month with new entries.
Also the last occurrence could be higher or lower value than the others so a max or min would not work and there would be empty values in the Number column.
I am no Excel expert and am new to Smartsheets but in Excel I would use an array formula.
Any help would be appreciated.