Hello
I am working with a table of may rows of data that could change in future. I don't want to create a named range for the table because it will slow it down. I am calculating the last row by CountIf and putting that in the named range of End_1. I want to use the result in the vlookup but can't get it to work i.e.
vlookup(B4,Data_Worksheet!$A$2:$DM$" & End_1 & ",7, False).
Thanks.
I am working with a table of may rows of data that could change in future. I don't want to create a named range for the table because it will slow it down. I am calculating the last row by CountIf and putting that in the named range of End_1. I want to use the result in the vlookup but can't get it to work i.e.
vlookup(B4,Data_Worksheet!$A$2:$DM$" & End_1 & ",7, False).
Thanks.