Hello,
Can't figure this out. I have two data sets I'm trying to match up. The issue is criteria in one data set is limited to dates and numbers, both can be matched, however the return array has a (encore) on certain days. For example, with xlookup the return array contains duplicates on days that have encore, the return array doesn't account that for ThisMovie vs ThisMovie(Encore) it just puts one based on search order. Filter on the other hand does account for it but the array needs to be of compatible size, which is probably how it returns correct data because it just does it verbatim every row idk
SAME RESULTS
=XLOOKUP(DATEVALUE(DATASET[dates])*DATASET[numbers],DATEVALUE('INFO (5)'!F12#)*'INFO (5)'!B12#,'INFO(5)'!A12#)
=INDEX('INFO(5)'!A12#,XMATCH(DATEVALUE(DATASET[dates])*DATASET[numbers],DATEVALUE('INFO(5)'!F12#)*'INFO(5)'!B12#,0,1))
Also why does boolean logic not work if the starting dates are different? does it too need to be of a compatible sizes?
--(DATEVALUE(DATASET[dates])=DATEVALUE('INFO (5)'!F12#))
Can't figure this out. I have two data sets I'm trying to match up. The issue is criteria in one data set is limited to dates and numbers, both can be matched, however the return array has a (encore) on certain days. For example, with xlookup the return array contains duplicates on days that have encore, the return array doesn't account that for ThisMovie vs ThisMovie(Encore) it just puts one based on search order. Filter on the other hand does account for it but the array needs to be of compatible size, which is probably how it returns correct data because it just does it verbatim every row idk
SAME RESULTS
=XLOOKUP(DATEVALUE(DATASET[dates])*DATASET[numbers],DATEVALUE('INFO (5)'!F12#)*'INFO (5)'!B12#,'INFO(5)'!A12#)
=INDEX('INFO(5)'!A12#,XMATCH(DATEVALUE(DATASET[dates])*DATASET[numbers],DATEVALUE('INFO(5)'!F12#)*'INFO(5)'!B12#,0,1))
Also why does boolean logic not work if the starting dates are different? does it too need to be of a compatible sizes?
--(DATEVALUE(DATASET[dates])=DATEVALUE('INFO (5)'!F12#))