Hello, I've two sheets, one for the present month and the other from the last month. I need to create columns C to G from the last month. PBS is the last month's sheet. PBS1 is the current month sheet. PBS2 is the sheet we need to generate.
Hi @amitsingh88 ,
A Join tool should get you what you need. You'll want to join on 'Acct'. Let me know if you have any more questions!
But how I can do Left and Right join as we can see there is no column for NA in Right file. I have to insert five columns after AU column in the right. And in those columns, I've to apply Vlookup like =VLOOKUP(C2,[PBS.xlsx]Query!$C$2:$P$8,2,0) to populate date from Left(PBS). I hope you understand.😊