Forum Discussion
chrishall166
Jun 13, 2024Brass Contributor
Count across other files
I have 12 spreadsheets for gym membership, one for each month and each one contains a table showing whether a member is active or not in that month. Example below for September. Member ID Ac...
peiyezhu
Jun 13, 2024Bronze Contributor
online sql:
select count(distinct(f03)),group_concat(distinct(f03)) from consolidateSheet where f04 like 'Y'