I am trying to drag a formula across many columns, while maintaining the first two cells. However, I am having a problem locking the first two cells because once I select the range, it automatically adds the brackets for a Table, and I don’t know how to add a locked $ to that ($C$2:$C$100 instead of Table2[Name]).
Ultimately, I’m trying to drag the bottom right corner of the cell across multiple columns and only change the 3rd item, the Return Array in a Lookup formula.
Example:
=XLOOKUP([@Name], Table2[Name], Table2[Address])
=XLOOKUP([@Name], Table2[Name], Table2[City])
=XLOOKUP([@Name], Table2[Name], Table2[State])
Etc.
Is there a way to do this? How do I lock a table range when the brackets are added?
Thank you!
Ultimately, I’m trying to drag the bottom right corner of the cell across multiple columns and only change the 3rd item, the Return Array in a Lookup formula.
Example:
=XLOOKUP([@Name], Table2[Name], Table2[Address])
=XLOOKUP([@Name], Table2[Name], Table2[City])
=XLOOKUP([@Name], Table2[Name], Table2[State])
Etc.
Is there a way to do this? How do I lock a table range when the brackets are added?
Thank you!