Hello,
<tbody>
</tbody>
What I want to do is look at the Status column (column E), and if any cell says "done" then the corresponding Label cell (column A) and all other Label cells (column A) of the same Number (column B) should say "complete". Please refer to the data that I have provided above. The first "done" in the Status column occurs for the number 2. Therefore, all labels for the number 2 should say "complete" as shown. Similarly, one cell for the number 5 says "done" and so all labels for the number 5 say "complete". And if no corresponding cells for a particular number say "done", then the label for all of those numbers is "incomplete". I want to be able to do this either through excel formulas or VBA code. I would not like to use any advanced filters or conditional formatting. Any help would be greatly appreciated!
Label | Number | Status |
incomplete | 1 | not done |
complete | 2 | not done |
complete | 2 | done |
complete | 2 | not done |
incomplete | 3 | not done |
incomplete | 3 | not done |
complete | 4 | done |
complete | 5 | not done |
complete | 5 | not done |
complete | 5 | done |
complete | 5 | not done |
<tbody>
</tbody>
What I want to do is look at the Status column (column E), and if any cell says "done" then the corresponding Label cell (column A) and all other Label cells (column A) of the same Number (column B) should say "complete". Please refer to the data that I have provided above. The first "done" in the Status column occurs for the number 2. Therefore, all labels for the number 2 should say "complete" as shown. Similarly, one cell for the number 5 says "done" and so all labels for the number 5 say "complete". And if no corresponding cells for a particular number say "done", then the label for all of those numbers is "incomplete". I want to be able to do this either through excel formulas or VBA code. I would not like to use any advanced filters or conditional formatting. Any help would be greatly appreciated!
Last edited: