Hi all,
I have a Form that users submit when an Error is detected made throughout the business.
As part of this, they select what department(s) make the error. Which inputs multiple values into the cell.
e.g. Artworks, Production etc.
I'm trying to count the number of errors per department using a CountIF formula. (I also want to know what site is submitting the error)
=COUNTIFS({Site}, Site@row, {Department Error}, "Artwork/Specifications")
The formula returns a 0, I'm guessing because it doesn't see the department because its a multiple value column. Is there any way around this?
Or maybe there is a way to use a Report, but again don't think I can group the data because its a multiple value column.
Thanks,
Jack