You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Above formula results in below. some double quotes are removed i.e. ="""" is reduced to =""" in first part and double quotes are also removed throughout the "beautified" formula.
=""""&IF(J$2>1,"""""""","")&TEXTJOIN(""""",""""",FALSE,OFFSET(GalaxyLoad_MasterData!$A$1,$D7-1,J$3-1,J$2,1))&IF(J$2>1,"""""""","")&""""
Above formula results in below. some double quotes are removed i.e. ="""" is reduced to =""" in first part and double quotes are also removed throughout the "beautified" formula.
=""" &
IF(
J$2 > 1,
""""",
""
) &
TEXTJOIN(
""",""",
FALSE,
OFFSET(
GalaxyLoad_MasterData!$A$1,
$D7 - 1,
J$3 - 1,
J$2,
1
)
) &
IF(
J$2 > 1,
""""",
""
) & """
The text was updated successfully, but these errors were encountered: