Hello, I am trying to write a formula which will return a list of data from a column (A) based on the specific value in another column (B). The issue I have is that the data in column A might be duplicated as it might have multiple statuses in column B.
For example, 12345 has status A and B so I don't want it to return a value in column C with a unique status of "Status A", as opposed to 12347 which has a unique status in column B of "A" and the job number needs to be returned in column C. I have tried using the UNIQUE function but returns all job numbers with a specified status in the formula but does not exclude where there is more than 1 status value (unless I haven't used enough arguments).
Hope this makes sense, grateful for any help that can be offered.
For example, 12345 has status A and B so I don't want it to return a value in column C with a unique status of "Status A", as opposed to 12347 which has a unique status in column B of "A" and the job number needs to be returned in column C. I have tried using the UNIQUE function but returns all job numbers with a specified status in the formula but does not exclude where there is more than 1 status value (unless I haven't used enough arguments).
Hope this makes sense, grateful for any help that can be offered.