DashboardNovice
Member
I have a VLOOKUP in a dynamic range:
=IFNA(VLOOKUP([@Vendor],Lookup!$A$52:$H$57,COLUMN(B5000),0),"")
I want the [Vendor] field to be locked with $. When I copy across, the next column is substituted for [Vendor] which I do not want. I want to freeze the [Vendor] field.
Is this possible when the field you are referencing is part of a dynamic range?
=IFNA(VLOOKUP([@Vendor],Lookup!$A$52:$H$57,COLUMN(B5000),0),"")
I want the [Vendor] field to be locked with $. When I copy across, the next column is substituted for [Vendor] which I do not want. I want to freeze the [Vendor] field.
Is this possible when the field you are referencing is part of a dynamic range?