Pivot Table - Count If

G

Guest

I am trying to figure out Pivot Tables. I think that I somewhat understand
it. My question is can I do a "Count If" in a pivot table.

I have a column that has formulas to calculate wait times. In my pivot
table report I want to count if the wait time is 90 minutes or less by each
physician.

Is this possible?
 
D

Debra Dalgleish

In the source data, you could add another column to calculate if the
wait time is 90 minutes or less. For example, if your wait time
calculation is in column G:

=IF(G2<=90,1,0)

Then, add the new field to the pivot table's data area, using the Sum
function.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top