I have 2 sheets, Techs and Totals. I want to:
- Populate a column called Tech/RSM List in the Totals sheet from the column called Tech Name in the Tech sheet.
I guess the question is, how do I just reference the row in an Index formula. If I do:
=INDEX({Tech/RSM List Range 1}, 1) I will get a valid return.
If I do this:
=INDEX({Tech/RSM List Range 1}, @row) I get an error.
The RSM/Tech List sheet is constantly updated and need to just look at the rows, no matter how many there are. I want to make this a column formula.
Thank you in advance.