Hi,
After Excel update from 2013 to 2016 version not working my oldest files with Power Query commands Text.Middle. i get the error "Text.Middle wasn't recognized"
if (Text.Length(
After Excel update from 2013 to 2016 version not working my oldest files with Power Query commands Text.Middle. i get the error "Text.Middle wasn't recognized"
if (Text.Length(
Code:
) = 25) then Text.Middle([Code],0,17) else Text.Middle([Code],0,10)
How fix this problem?