Hi,
I am working on formula to help my staff on their data entry.
We have the primary code in column A and we need to input color of each item in column B
In column C, we then have this formula, =IF(A2<>A1,B2,IF(ISNUMBER(SEARCH(B2,C1)),C1,C1&","&B2))
it basically check if all these 3 input...