Please help me with this:
I’m trying to copy a range form one sheet to another but at a different place. I have searched for the correct syntax but I can’t find it anywhere.
I have a sheet with some new hires who has to be screened.
For each clientteam the screenings are different.
For example:
Sheet 1:
The Output has the Screening for D, E and F for the ClientTeam YYY, But the Check is only available for the YYY Team on Screening F (Sheet2). Is this a Typo ? Or is there a Different logic imposed here?
Could you try By using the Join Datatables Activity :
Here, Sheet1DT and Sheet2DT are the Datatables having the values of Sheet1 and Sheet2
Also, We would like to know Does the Sheet1 Always have all the Screenings as Empty values at first ? Or will there be some already Populated Values?
If Already Populated, Will the Sheet2 Screening values override them if the Sheet2 has null values too ?
@100981 , Then as a First Step, When Reading the Excel Sheet1, You would Not Require to Read the Screening Columns or Maybe After Reading you could Delete the Screening Columns, Since, It would be Redundant after you have Performed Join Datatables Activity with Sheet2
Do Check the Join Datatables Activity as mentioned above in the post and Let us know if you are able to get the Expected Output.