Good Morning,
I am attempting to count the number of "Box Name" appears on another sheet, if the Client Name on that sheet (named pruning data) is the same as the client name on the current sheet@row.
=IF(COUNTIF({Client Name(Pruning Data)}, [Client Name]@row) = 0, "", (COUNTIF({Box Name}, {Client Name(Pruning Data)} = [Client Name]@row),"")
It is unparsable.
If I change it to:
=IF(COUNTIF({Client Name(Pruning Data)}, [Client Name]@row) = 0, "", (COUNTIF({Box Name}, {Client Name(Pruning Data)} = [Client Name]@row)))
I just get a zero when I know there is data there to be counted. I've spent hours trying to get this work.
As always, help is so much appreciated.