I have one sheet with ticket information. The other sheet has tasks for that ticket. I would like the 2nd sheet to automatically grab the ticket # from the first sheet and add it to the 2nd sheet so the related tasks can go through a checklist. How do I accomplish this? My ticket number column is called Case # in both sheets. I've tried the following formula but get unparseable.
=INDEX({CaseNum_ACAssignments}, {Case #}@row)
CaseNum_ACAssignments has the range of the entire column in the first sheet.
Case # is the name of the column in the first sheet.
Now if I change @row to 1 it works, but I don't want to have to change the row number for every row. I want this to happen automatically. What am I missing?