I have a sheet with a Release Date and then four additional columns, each column representing a different piece of software. I want a user to be able to add a new row and only populate the Release date and the new version of software they have released. I want the top row to automatically populate the latest, non-blank data from each column. I can easily determine the row number for the last populated cell, but cannot get that to populate in the first row, which is just a quick snapshot to advise here is the latest release for each software. How do I do that?
For example:
Release Date APP1 APP2 APP3 APP4
Row 1: =TODAY() V3 V2 V1 V1
Row 2:
Row 3: 9/15/20 V1 V1
Row 4: 9/20/20 V2 V1 V1
Row 5: 9/30/20 V3 V2 V1 V1
I feel like I've over-complicated it, so I'm reaching out here.