Apr 03 2019 03:43 PM
I just installed Excel version 1903 (had previously been on 1901 or 1902) and I came across "_xlfn." preceding my CONCAT functions in a worksheet. I use the thick client (Professional) but am an Office 365 subscriber.
Formula now shows as:
=_xlfn.CONCAT(TEXT(Week2StartDate,"MMM-DD")," - ",TEXT(Week2EndDate, "MMM-DD"))
Originally was:
=CONCAT(TEXT(Week2StartDate,"MMM-DD")," - ",TEXT(Week2EndDate, "MMM-DD"))
Removing the "_xlfn." throws a "#NAME?" error as does just clicking enter in the cell without making any changes, but replacing with CONCATENATE works. The original works just fine in the web view.
Why is CONCAT not working in the latest version of Excel??
Apr 03 2019 04:01 PM
@rdwyer , _xlfn means what function is not available for your version of Excel. CONCAT is only for Excel which is part of Office365 package (other words you shall install it from the cloud). For Office 2016 Pro CONCAT is not available.
Apr 03 2019 06:17 PM
@Sergei BaklanMy install was done from the cloud, as was my previous version. It is the 365 thick client.
Apr 06 2019 03:49 PM
Apr 08 2019 09:11 AM
@rdwyer , that's strange, the function is definitely supported by monthly channel Excel version. If you open attached file in this your version do you see the same error?
Apr 08 2019 09:32 AM
Apr 08 2019 09:35 AM
@Sergei Baklan checked my original file - seems to be working fine now.
Apr 08 2019 09:36 AM
@rdwyer , have no idea what it was. Anyway, so far so good.
Apr 15 2019 02:37 AM
Apr 15 2019 02:48 AM
@Marcus Vinicius , CONCAT with the delimiter works as an array formula on my 1903. And it shall be CSE formula in such case, otherwise TEXTJOIN.
May 02 2019 01:00 PM
@Sergei Baklan I encountered this myself when moving to Windows 10 1809. I get the "_xlfn." for IFS() when I double-click on the excel file from File Explorer. But the file will load properly if I open Excel and then open the XLSX file from within Excel with the proper IFS()