The formula below works correctly and yields to ="283879B5EA41" as the result
=IFERROR(XLOOKUP(A2,'MAC TABLE'!G:G,'MAC TABLE'!A:A),"")
I would like to add the following logic to this formula to yield to the result of 283879b5EA41 (removes the leading =" and trailing ")
MID(A2,3,LEN(A2)-3)
I am having difficulty incorporating the additional trim logic to the existing formula
=IFERROR(XLOOKUP(A2,'MAC TABLE'!G:G,'MAC TABLE'!A:A),"")
I would like to add the following logic to this formula to yield to the result of 283879b5EA41 (removes the leading =" and trailing ")
MID(A2,3,LEN(A2)-3)
I am having difficulty incorporating the additional trim logic to the existing formula