...
When the list is summarized, the value of the COUNT field/Column will show the sum of the line items. The example Audit Log report illustrates that there are 3 records that match the criteria listed in the columns shown.
...
Logic Options
OR = Bob;Jim;Larry - means the search will only contain: Bob OR Jim OR Larry
NOT = !Bob;Jim;Larry - means search will not contain: Bob but will contain: Jim OR Larry. To omit Bob, Jim, AND Larry, the filter list would be: !Bob;!Jim;!Larry
EXACT Match - Using !! (double exclamation points) - means to look for an exact match, example of a search !!Bob. That will return ONLY account names or data that match exactly that with no surrounding text or symbols (i.e. accounts with a Contact Name containing 'Bobby' would not be returned).
...