Hi All,
As I mentioned in Subject, i am connecting Excel as Database my query is "SELECT [Sheet1$].[ID], [Sheet1$].[name], [Sheet1$].[Email], [Sheet2$].[ID], [Sheet2$].[name], [Sheet2$].[Email] from [Sheet1$] inner join [Sheet2$] on [Sheet1$].[ID] = FORMAT([Sheet2$].[ID],'000000000') WHERE [Sheet1$].[name][Sheet2$].[name] AND [Shee1$].[Email][Sheet2$].[Email]" i don't have that much coding experience, in this query i am excepting output like if ID matches in both worksheets it will check name and Email if name matches and email is not matching i want to display output as id and name column is empty and email which is not matching both sheets sheet1 email, sheet2 email. it's looks like
ID      name   Email
102Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â test1@gmail.com;test2@gmail.com
Any one has any idea on this please comment below.
Thanks in advance..
Â