Functions in Google Sheets get hard to understand because they reference column numbers rather than column names
=IF(ISBLANK(K63),"", TEXTJOIN("_",TRUE,"VO",$H63,TEXTJOIN("",TRUE,$G63,$E63),K63))
Is there a way to call columns by their row 1 name inside of Google Sheets functions?