Forum Discussion
HansVogelaar
MVP
Could you attach a small sample workbook demonstrating the problem (without sensitive data), or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar?
filenko30
Apr 26, 2024Copper Contributor
I have edited my post to include a drive link showing what I have tried. Thank you!
- HansVogelaarApr 26, 2024MVP
Thanks.
Columns E/F contain date+time values.
The formulas in columns I and J use the TEXT function, so they return text values. Simply remove TEXT from the formulas:
=IF(XLOOKUP(A2,Sheet1!A:A,Sheet1!E:E,"")="","",XLOOKUP(A2,Sheet1!A:A,Sheet1!E:E,""))
See the attached version.
- filenko30Apr 26, 2024Copper Contributor
I could've sworn I tried it without the TEXT function, but I guess I didn't. It seems to work now, thank you for the help!