Dear All,
I am working on google sheet with loads of rows and columns. I have to summarize the results of main sheet into summary sheet.
Main sheet contains many columns like Name, email, phone, city 1, city 2, city 3. In summary sheet I have to give total numbers of city 1, city 2 and city 3. let me give you example here:
Row 1:
City 1: NY
City 2: NY
City 3: NY
Row 2:
City 1: DC
City 2: DC
City 3: NY
Row 3:
City 1: NY
City 2: DC
City 3: NY
Row 4:
City 1: DC
City 2: NY
City 3: DC
In summary Sheet I want following result:
Row 1 NY:
Column 1 (City 1 (total count)): 2
Column 2 (City 2 (total count)): 2
Column 3 (City 3 (total count)): 3
Column 4 (Unique Count of rows where NY is present ): 4 (As NY is present in every row and despite of it repeating in columns, it will be counted only once)
Row 2 DC:
Column 1 (City 1 (total count)): 2
Column 2 (City 2 (total count)): 2
Column 3 (City 3 (total count)): 1
Column 4 (Unique Count of rows where DC is present ): 3 (As DC is present in 3 rows)
Now in summary sheet I can easily get Column 1, 2 and 3 with the help of Pivot table but how to get column 4 is where I got lost.
Please let me know if my question is not clear or any more information is required.
Any help is appreciated.
Thanks a lot in advance for your time.
I am working on google sheet with loads of rows and columns. I have to summarize the results of main sheet into summary sheet.
Main sheet contains many columns like Name, email, phone, city 1, city 2, city 3. In summary sheet I have to give total numbers of city 1, city 2 and city 3. let me give you example here:
Row 1:
City 1: NY
City 2: NY
City 3: NY
Row 2:
City 1: DC
City 2: DC
City 3: NY
Row 3:
City 1: NY
City 2: DC
City 3: NY
Row 4:
City 1: DC
City 2: NY
City 3: DC
In summary Sheet I want following result:
Row 1 NY:
Column 1 (City 1 (total count)): 2
Column 2 (City 2 (total count)): 2
Column 3 (City 3 (total count)): 3
Column 4 (Unique Count of rows where NY is present ): 4 (As NY is present in every row and despite of it repeating in columns, it will be counted only once)
Row 2 DC:
Column 1 (City 1 (total count)): 2
Column 2 (City 2 (total count)): 2
Column 3 (City 3 (total count)): 1
Column 4 (Unique Count of rows where DC is present ): 3 (As DC is present in 3 rows)
Now in summary sheet I can easily get Column 1, 2 and 3 with the help of Pivot table but how to get column 4 is where I got lost.
Please let me know if my question is not clear or any more information is required.
Any help is appreciated.
Thanks a lot in advance for your time.