
Announcements
Hi all,
I have Excel files in that i have date field(column)
While, I importing from Excel to SharePoint list it is not importing the exact date
Suppose in excel file i have date 09/30/2022 but in SharePoint list 09/29/2022- it's not Exact date right. I want same date to import into SharePoint list as in Excel file.
And in date filed (column) i have empty values also how to overcome with this issue.
Hi @Shaikbasha
The wrong date may be caused by the time zone, SharePoint converts the time to UTC time zone.
You can adjust it to the correct timezone using functions like addHour or convert timezone.
For the existence of null values in Excel, you can add a conditional judgment .
I made a test for your reference:
Best Regards,
Levi