I have two sheets, tracking the hymns we sing at church. I'd like to automatically get the most-recent date we sung every hymn in the book.
For example, sheet 1 has this:
Hymn No. | Title | Last Sung |
---|---|---|
1 | Song 1 | |
2 | Song 2 |
Sheet 2 has this:
Date | Opener | Break | Closer |
---|---|---|---|
5/4/2025 | #1 Song 1 | #34 Song 34 | #99 Song 99 |
5/11/2025 | #3 Song 3 | #34 Song 34 | #1 Song 1 |
Is there a formula I can create that will fill in the "Last Sung" column correctly based on all the data from Sheet 2? Assuming every song number is preceded by '#' and followed by a space.