I have a sheet A with Client name and status, I have a sheet B with the data, I want to search every row of sheet B for the client and status of completed live or completed live missing docs.
=countif({Sheet B Range 1}, [client name]1, (Sheet B Range 2), OR(@cell = "Completed - Live", @cell = "Completed - Live - Missing Documentation"))
individually these work together it returns 0
any help would be great