rhonllanders
New Member
- Joined
- Mar 21, 2023
- Messages
- 14
- Office Version
- 365
- Platform
- Windows
Hi!
I've been stuck on this one for a hot minute and all approaches are a #SPILL!
I'm trying to get a formula to pull in data from another file's table where Key = Yes and section of data values match both column header name and the row unique ID number.
Can you see what I'm doing wrong here?
=IF('Dashboard.xlsx'!Data[Key (Yes/No)]="Yes",IF(INDEX('Dashboard.xlsx'!Data[[Missing]:[Misaligned]], MATCH($C4,'Dashboard.xlsx'!Data[Unique ID])),MATCH(J$1, 'Dashboard.xlsx'!Data[[#Headers],[Missing]:[Misaligned]], 0)),"-")
Any help is always appreciated!
I've been stuck on this one for a hot minute and all approaches are a #SPILL!
I'm trying to get a formula to pull in data from another file's table where Key = Yes and section of data values match both column header name and the row unique ID number.
Can you see what I'm doing wrong here?
=IF('Dashboard.xlsx'!Data[Key (Yes/No)]="Yes",IF(INDEX('Dashboard.xlsx'!Data[[Missing]:[Misaligned]], MATCH($C4,'Dashboard.xlsx'!Data[Unique ID])),MATCH(J$1, 'Dashboard.xlsx'!Data[[#Headers],[Missing]:[Misaligned]], 0)),"-")
Any help is always appreciated!