Forum Discussion
Anonymous
1 year agoNot applicable
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...
- 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.
Anonymous
1 year agoNot applicable
Hi AllisonKennedy ,
Thank you for your solution, i have corrected all column name same then this working fine
Anonymous Thank you for replying - Now its working fine
AllisonKennedy
Community Champion
1 year agoSo glad you got it working! Thanks for updating us 🙂