I have this formula which does what I need to find the mode day within the filter.
=IFERROR(TEXT(MODE(ARRAYFORMULA(WEEKDAY(FILTER(June!X$3:X,June!P$3:P=A3,June!X$3:X<>"")))),"dddd"))
I need the sheet 'June!' to sit within a different workbook because the dataset is so large. Therefore, I need to use import range within this same formula with URL,'June!' but I am not sure how to make this work.
Any ideas please?

