I have a formula,
It pulls how many times some data is displayed but what I want is the sum of the data.
So in row F:F it may be 1, 2, 2, 2, 1
Which = 8
Sum is pulling = 5
What am I doing wrong?
It pulls how many times some data is displayed but what I want is the sum of the data.
So in row F:F it may be 1, 2, 2, 2, 1
Which = 8
Sum is pulling = 5
What am I doing wrong?
Code:
=COUNTIFS(Data!C:C,Summary!A2,Data!F:F,">0")