Hi,
I have a scenario where I am struggling and is kind of really urgent for me. I will explain with sample example below first:
File 1:
State City Fname
GA Atlanta Jaszy
File 2:
State City Fname Lname
GA Atlanta Jasdev
GA Atlanta
GA Atlanta random Singh
Output Result should be only File 1:
State City Fname
GA Atlanta random
I am doing find and replace and it picks up the last occurrence where it puts a new column in File 1 and enters value as random. This certainly is being picked up as that's the last occurrence of combination State and City (which in my scenario I am using to do find). Is there a way where I can enter a particular if statement in the Find and replace tool where I can write, if you find a hit with combination of State and City, pick that one where Lname is empty and the Fname isnt empty. If not, keep the same value that was there in the Fname attribute already in File1.
Please help me as soon as possible.