I have an intake form setup in one sheet and in another sheet I have a bunch of formulas to format the data from the form into a csv that can be used to upload the information into Jira. I have everything working, except when I have the row removed from the intake sheet (because it's been completed) I get #REF in my sheet that does the formatting. I'm using IF(INDEX({Type of Request}, 1) = at the beginning of my formulas so that the formulas are only looking at the first row in the intake sheet, however, I can't use the entire column in the cross sheet reference because that doesn't work. So I currently have the cross sheet references on each field in the first row, which then fails when the row is removed.
Is there a way to reference the first cell in a column no matter what happens with previous data in the cell? Is there a better way to complete this (I do have an Excel sheet setup to essentially do the same process by copying the intake info out of Smartsheet but I'd like to keep as much work in Smartsheet as possible)?