I have a column {@IF} that is based on a formula. It produces the following
CnBiosName (formula created column)
John Not Paid
Paul Paid
Ringo Paid
Ben Rothlisberger Paid
George Paid
I would like a count of how many "Paids" and "Not Paids"
Thanks so very much!
Bryce
I suppose you could use a RunningTotal or a variable but the easiest way would be to create a formula for each of those values:
Formula: If {@if } = "Paid" then 1
Insert that formula and total it. Do the same for the "Not Paid" people.
Worked like a charm!
Thanks again!