Robert_Conklin
Board Regular
- Joined
- Jun 19, 2017
- Messages
- 173
- Office Version
- 365
- Platform
- Windows
- MacOS
I am using the following formula in a spreadsheet to autofill cells with data from another sheet and it works.
=INDEX(Table15[Global ID],MATCH([@Name],Table15[Name],0))
I am using the same formula in another workbook and I keep getting a syntax error.
=INDEX(Table15[SAP DESCRIPTION],MATCH([@SAP #],Table19[SAP DESCRIPTION],0))
Why is the new formula not working?
=INDEX(Table15[Global ID],MATCH([@Name],Table15[Name],0))
I am using the same formula in another workbook and I keep getting a syntax error.
=INDEX(Table15[SAP DESCRIPTION],MATCH([@SAP #],Table19[SAP DESCRIPTION],0))
Why is the new formula not working?