I'm trying to count how many "products" appear in my tables with the same value
I made this little example to explain what I want:
Values excepted (only the count):
- Apple with value 1 = 2 (count)
- Apple with value 2 = 1 (count)
- Banana with value 4 = 2 (count)
- Banana with value 1 = 1 (count) ...
As you can see, I want to count how many "Apple" has value 1 in my two tables, how many "Apple" has value 2 etc...
With Google Sheets, I know how to count, but not how to get the value in the right cell.
https://docs.google.com/spreadsheets/d/1Dsby2YS_x5W8-QqoTqzckPUPo1rxuB5_s7ZE3GXdEAc/edit?usp=sharing
Thank you for your help!
