You can use this function to see how many resources have been assigned to the item.
Type of Data Returned
This function will return the number of resources assigned to the item.
Example
Using the IF statement to separate items that have a low number of resources and high number of resources.
IF(rescount>3, ‘High number of resources’, ‘Low number of resources’)