I know you can pull strings from a preceding line (below). However, is a possible to pull from above a template?
Using the example below. I want to make my append template "Total Appts" and grab the name above.
I was using the date to grab the name, but the date is not always there. so it wont work. I can't use a alpha trap because then it will pick up the location.
I was also going to try and pull the name using the header, but the date being there some times messes that option up too. I can't delete the date because I need the date. Plus the report is huge.
Any help is appreciated.

Example:
09/15/2020 <--- Date
Vaughn Mitchell <--- Name <----- This is what I want to grab.
Total Appts: 0 <----- Only thing that is consistent in the report.
Alaska <---- Location
09:00 - 10:00 Available 1
Steve Jobs Total Appts: 0
Nevada
09:00 - 10:00 Available 1
Elon Musk Total Appts: 1
Iowa
09:00 - 10:00 Booked 1
------------------------------
Vaughn Mitchell
Data Analyst
------------------------------