Hello from downunder (Sydney),
Im trying to create an item master from approx. 8 spreadsheets. All in different formats. Most have duplicate unique identifiers (SKU code), but some sheets have dirty incorrect data. Ive therefore determined a sequence based on the cleanest source.
I am using the Index/Match formula into a master sheet to consolidate and return 100,000 rows and 50 columns of data. From here, I would like to keep searching through the next workbook (using index/match) if the initial search result returns an error "N/A" or if is blank.
I cant seem to figure out the Isblank bit.
Here is what I have got so far. I have 6 more "tables" to search through.
=IFERROR(INDEX('table 1'!AI:AI,MATCH('Crimson- Item Master WIP'!$Z78686,'table 1'!$AG:$AG,0)),INDEX(table 2'!F:F,MATCH('Crimson- Item Master WIP'!$F78686,'table2'!$A:$A,0)))
Thanks kindly for your help. Pulling my hair out!
Im trying to create an item master from approx. 8 spreadsheets. All in different formats. Most have duplicate unique identifiers (SKU code), but some sheets have dirty incorrect data. Ive therefore determined a sequence based on the cleanest source.
I am using the Index/Match formula into a master sheet to consolidate and return 100,000 rows and 50 columns of data. From here, I would like to keep searching through the next workbook (using index/match) if the initial search result returns an error "N/A" or if is blank.
I cant seem to figure out the Isblank bit.
Here is what I have got so far. I have 6 more "tables" to search through.
=IFERROR(INDEX('table 1'!AI:AI,MATCH('Crimson- Item Master WIP'!$Z78686,'table 1'!$AG:$AG,0)),INDEX(table 2'!F:F,MATCH('Crimson- Item Master WIP'!$F78686,'table2'!$A:$A,0)))
Thanks kindly for your help. Pulling my hair out!