Hi there everyone
I'm new here and come here to find some help about a problem that seems easy to solve but i can't do it. It has 2 parts this problem
The first one is i need a solution to automatically fill in the serial number column (column C) sequentialy and acordding to column A (example given). I tried a solution with count ifs but didnt work as expected
The other one is a solution to the ID. I want to create a highlight formula that highlights only the Unique ID's values that are doubled on that column and makes an exception on the "NOT FOUND" ones (since there are a lot of them because they come from a VLOOKUP)
Kind Regards
I'm new here and come here to find some help about a problem that seems easy to solve but i can't do it. It has 2 parts this problem
The first one is i need a solution to automatically fill in the serial number column (column C) sequentialy and acordding to column A (example given). I tried a solution with count ifs but didnt work as expected
The other one is a solution to the ID. I want to create a highlight formula that highlights only the Unique ID's values that are doubled on that column and makes an exception on the "NOT FOUND" ones (since there are a lot of them because they come from a VLOOKUP)
Kind Regards
111.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
4 | VARIANT | Prod. ID | SERIAL NUMBER | ID | ||
5 | A | 1 | SA-1 | Unique ID | ||
6 | B | 2 | SB-1 | Unique ID | ||
7 | A | 3 | SA-2 | Unique ID | ||
8 | A | 4 | SA-3 | Unique ID | ||
9 | C | 5 | SC-1 | Unique ID | ||
10 | C | 6 | SC-2 | Unique ID | ||
11 | C | 7 | SC-3 | Unique ID | ||
12 | C | 8 | SC-4 | NOT FOUND | ||
13 | D | 9 | SD-1 | Unique ID | ||
14 | A | 10 | SA-4 | Unique ID | ||
15 | D | 11 | SD-2 | NOT FOUND | ||
Sheet1 |