Hello,
I am working on a solution to pull a date from one workbook to another, but I would like the format to change via the formula I am using. What formula can I use to achieve this?
Source date format example:
Apr 13, 2022, 11:40:54 AM
Destination date format example:
4/13/2023
This is the formula I am currently using, and I have the iferror added into it as I want this formula to match essentially all values (dates) in column "G" of the source workbook to column "D" of this new workbook. In the event there is no data, it leaves the field blank. If anyone also has an easier way to go about that, I would appreciate it.
Destination Workbook:
Source Workbook:
I am working on a solution to pull a date from one workbook to another, but I would like the format to change via the formula I am using. What formula can I use to achieve this?
Source date format example:
Apr 13, 2022, 11:40:54 AM
Destination date format example:
4/13/2023
This is the formula I am currently using, and I have the iferror added into it as I want this formula to match essentially all values (dates) in column "G" of the source workbook to column "D" of this new workbook. In the event there is no data, it leaves the field blank. If anyone also has an easier way to go about that, I would appreciate it.
Excel Formula:
=IFERROR('2023-11-08_Devices_Lytx.csv'!$G2,"")
Destination Workbook:
Source Workbook: