Hi, Having trouble with this issue below, Any help would be really appreciated.
when i copy data or enter data into sheet 1 column A, It should check with the data in sheet 5 column A and if there is a match of 2 exact same item but ending with B ,It should pop up msg in sheet 1 - displaying "Match found for below" and display the matched contents.
Note : It should display only if both items match (example apple and appleb)and shouldn't display if only Apple is present in column a of sheet 1
EXAMPLE
SHEET 1(COL A )-- SHEET 5(COL A)
APPLE --- APPLE
APPLEB ---- APPLEB
ORANGE --- ORANGE
ORANGEB --- GRAPES
LEMON ---
cASHEW ---
RESULT REQD IN SHEET 1
POP UP MSG
"Alert !! following has matched"
APPLE
APPLEB
when i copy data or enter data into sheet 1 column A, It should check with the data in sheet 5 column A and if there is a match of 2 exact same item but ending with B ,It should pop up msg in sheet 1 - displaying "Match found for below" and display the matched contents.
Note : It should display only if both items match (example apple and appleb)and shouldn't display if only Apple is present in column a of sheet 1
EXAMPLE
SHEET 1(COL A )-- SHEET 5(COL A)
APPLE --- APPLE
APPLEB ---- APPLEB
ORANGE --- ORANGE
ORANGEB --- GRAPES
LEMON ---
cASHEW ---
RESULT REQD IN SHEET 1
POP UP MSG
"Alert !! following has matched"
APPLE
APPLEB