Hi,
Try below formula in K3 and copy down:
="Last Sold On "&INDEX(TRIM(MID($C$2:$J$2,FIND(" ",$C$2:$J$2),255)),,LOOKUP(9.9999E+307,IF($C3:$J3<>"",$C3:$J3),COLUMN($C$2:$J$2)-COLUMN($C$2)+1))
Note this is an array formula so must be entered with Ctrl+Shift+Enter.
Regards,