0
votes

Here's the issue I'm facing:

enter image description here

Table 2 is raw data. Table 1 fetches data from Table 2 with formulas as can be seen from the image. The pivot table uses Table 1 as source data, and you can instantly see the problem - pivot table considers all cells in Table 1 to have values (formulas), while I'd like it to count only cells that have an actual value ("Y").

How can I tell the pivot table to filter values to count only "Y"?

1

1 Answers

0
votes

You can't do it in pivot, but if you can change your formula in Table2 to =IF(M5="";"";1) then in pivot you can use SUM or Count numbers functions to get correct result.

enter image description here