Without using VBA (pure formula solution), is there a way to get the last cell in a 1-dimensional range that is not equal to some value? For example:
A
1 Bob
2 Bob
3 Bob
4 Jane
5 Sam
Applying logical over A1:A5 and excluding “Bob” would return “Sam”
Try this. Enter it as an array formula by pressing Ctrl + Shift + Enter.