Forum Discussion
Crimzo
Nov 03, 2020Copper Contributor
Auto populate a table using two filtered ranges from another table
Hi, sorry in advance if this has already been posted. I was wondering if there is a way to autopopulate a table using a separate table total with a custom filtered range on two columns. In th...
- Nov 03, 2020
How about
=COUNTIFS('Table A'!D$12:D$22,"<>",'Table A'!$A$12:$A$22,OFFSET($A3,-MOD(ROW()+1,4),0),'Table A'!$C$12:$C$22,$B3)
See the attached version.
Riny_van_Eekelen
Nov 03, 2020Platinum Contributor
Crimzo Like so?
Crimzo
Nov 03, 2020Copper Contributor
Hi Riny_van_Eekelen, this works really well thank you! Will definitely start using pivot tables!