Hello All,
Can anyone please help me on below requirement it would be very helpful it me as i am stuck
My requirement is bit complex explaining you in detail below:
Consider Workbook1 as input1
Workbook2 as input2
Based on Distinct “SR-Name” column and for “Lead” , “Head” and “Account” as null in “Workbook1”
Check the SR-Name in another “workbook2” which has the values for above null columns “Lead” , “Head” and “Account”.
If SR-Name of “Workbook1” is not present in “Workbook2” then need to search for “Dept” and match both “Dept” in both workbooks and update the values from second workbook for “lead” head" account columns .
LIke Below:
If SR name matches then we need to fill the data in remaining columns ryt?
or you want both condition at a time need to match like for sr name and SR-Terittory?
Here you are merging the data , but i wanted to update the same in input sheet1.
Output file is also updating for SR-territory which is “Communication” , ideally it shouldn’t update …
Can we write another condition not to update for “Communication”?
Also , can we update the same in input sheet1?
@chandrashekar_padmin Sorry for the Late Response as I was a bit busy , I was trying to implement the method using VLookUp like @ImPratham45 Has done but i still wasn’t able to come to a solution, Have you tried the VLookup method ?