I'm trying to count active cranes based on certain criteria. Normally I would use COUNTIFS to filter my key performance indicators to just hours and for the sum of activity over the trailing twelve months to be greater than 0. This would look something like this: +COUNTIFS($G$5:$G$885,$G925,$AP$5:$AP$885,">0").
The problem is if a given crane moved to another location within the period, it will show up again. That means I need to filter my formula to be sensitive to only unique values so I won't double count.
Below, you'll see that my initial count includes the highlighted crane twice.
How can I revise my COUNTIFS formula to only include unique values in column F? Or is there a better way altogether?
Thank you,
The problem is if a given crane moved to another location within the period, it will show up again. That means I need to filter my formula to be sensitive to only unique values so I won't double count.
Below, you'll see that my initial count includes the highlighted crane twice.
How can I revise my COUNTIFS formula to only include unique values in column F? Or is there a better way altogether?
Thank you,