It adds the "001" to column Q but it doesnt add the text from Column M & add /001.
I would to figure out the following:
If (Target, Range("X:X")) = LCase(Target.Value) = "termination n/a" Then
As an example I will take Row 5
If Cell M = Testing and If Cell X = termination n/a is selected then
Add 001 to Cell Q and
add the text from Cell M therefore "Testing" add /001 making Cell R to equal "Testing/001"
Then Clear Cell X.
I have a formula within the same page doing exacly what I need but I can't figure out how to put it togetter:
Bookmarks