I am creating a reclass template that links (look up) the A/C from a Chart of accounts table. The account column is derived from another formula that looks at the GL Account Column and pulls the 5 digit A/C #. When I test the link lookup formula, it returns #No Match. If I take the formula out of the Account Number column the Linked formula works. What am I missing here?
Account Number is derived as following:
= MID([G/L ACCOUNT]@row,9,5)
How do I use INDEX/MATCH to return the GL Account Name from the {COA Range 1} external link?
Please and Thank you!