I wasn't sure how to word my search query so I'm asking here. I can't post HTML due to being on a work computer.
I'm using the following formula to get the most recent(farthest right) value in a row. I have no idea how this formula works but I know that if gives me what I want.
The data is set up by date. The oldest date is in the far left column after the list of names.
Column 1 is a list of names.
Say there are 5 people.
Row 1 has Dates for headers. Say there are 10 dates.
Each cell may have anything in it. I'm concerned with only the most recent number value.
For instance:
Person 1: 5 on 1/1/17, 6 on 2/1/17, Nothing on 3/1/17, 0 on 4/1/17. In this case, the above formula would give me 0.
I'd like to also return 4/1/17 somehow. Is this possible?
Thanks in advance.
Bookmarks