hi there
i've been searching for what i need for more than 6 hours now and i didnt find any solution
HUGO what i need
Column B contains Technician Report written manually
i need to classify the report so that if certain text appears in the Cell it will give certain value
for Example :
B2 = I Called the customer and there was no reply
B3 = Maintenance done for the customer
B4 = Customer not available at home
B5 = I called the customer but wrong mobile number
X3 = No Reply , Y3 = CST NA
X4 = Customer Not available at home , Y4 = CST NA
X5 = Wrong Add , Y5 = Wrong Info
X6 = Wrong Mobile , Y6 = Wrong Info
X7 = Maintenence Done , y7 = Done
i want C2 to search in B2 for any value found in X and when the value is found it gives me the corresponding value in Y
so that
C2 will be = CST NA
C3 = Done
C4 = CST NA
C5 = Wrong Info
need help plz and notice that the data is too much and every technician writes with his own way the report so i cant use >>> =IF(ISNUMBER(SEARCH(
Bookmarks