I have two tabs in my Google Sheets file. One of these tabs contains our guests' data.
The other is a summary of payment methods by years.
Could you explain me, how can I fill in the summary cells with the datas from the other tab?
Thank you!
Use this formula in cell B3 and expand over the other cells:
=count(filter(Adatok!$C:$C;year(Adatok!$D:$D)=B$2;Adatok!$E:$E=$A3))