II am trying to extract all data that has dates in Col 1 from multiple sheets to one master. I would also like to make that master sheet in date order and have it auto sync whenever I add anything to any of the sheets. I tried to follow a video, but it didn't work. Here's the formula I was using::
=QUERY({PlayMGM!A5:K;SugarHouseNJ!A5:K;'Bet365'!A5:K;SugarHousePA!A5:K;FanDuel!A5:K;Caesars!A5:K;'888'!A5:K;PointsBet!A5:K;'Hard Rock'!A5:K;'Rivers Casino'!A5:K;'Bet America'!A5:K;'Borgata Sports'!A5:K;'William Hill'!A5:K},"select * where Col1 is not null*,0).
Unfortunately, I got an error and can't figure out how to fix it (Unable to parse query string for Function QUERY parameter 2: PARSE_ERROR: Encountered " "*" "* "" at line 1, column 32. Was expecting one of: <EOF> "group" ... "pivot" ... "order" ... "skipping" ... "limit" ... "offset" ... "label" ... "format" ... "options" ... "and" ... "or" ...)
Any suggestions?
=QUERY({PlayMGM!A5:K;SugarHouseNJ!A5:K;'Bet365'!A5:K;SugarHousePA!A5:K;FanDuel!A5:K;Caesars!A5:K;'888'!A5:K;PointsBet!A5:K;'Hard Rock'!A5:K;'Rivers Casino'!A5:K;'Bet America'!A5:K;'Borgata Sports'!A5:K;'William Hill'!A5:K},"select * where Col1 is not null*,0).
Unfortunately, I got an error and can't figure out how to fix it (Unable to parse query string for Function QUERY parameter 2: PARSE_ERROR: Encountered " "*" "* "" at line 1, column 32. Was expecting one of: <EOF> "group" ... "pivot" ... "order" ... "skipping" ... "limit" ... "offset" ... "label" ... "format" ... "options" ... "and" ... "or" ...)
Any suggestions?