Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi everyone,
I'm trying to count the total number of merchants in different tables.
Basicaly I tried the following formula 😕
Solved! Go to Solution.
Do separate counts with + in between
Total = COUNT(Table1[Merchant]) + COUNT(Table2[Merchant]) + COUNT(Table3[Merchant]) + ...
Hope this helps
David
Do separate counts with + in between
Total = COUNT(Table1[Merchant]) + COUNT(Table2[Merchant]) + COUNT(Table3[Merchant]) + ...
Hope this helps
David