Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

How merge the two table

Hi, I have two different Year table 2324 & 2425, So i need to bring both table values in single Table with same format, when i am trying merge from 2324 table other then matching details getting ing...
  • AllisonKennedy's avatar
    1 year ago

    Anonymous  What is the result you want? If you want to stack the 2324 table and 2425 table on top of each other, you need to ensure they have the same format, and then use the 'Append' option. Both tables must have the same column names. 

     

    From there, you can Remove duplicates or Group By to ensure the matching records are ignored.