Forum Discussion

nathtaani7's avatar
nathtaani7
Copper Contributor
Aug 30, 2022
Solved

Need help with #value! error

Hello everyone, I am getting #Value! error while trying to get an outcome with the below formula: =TEXTJOIN("; ",TRUE,UNIQUE(IF(A1444=$A$3:$A$3060,$AG$3:$AG$3060,"")))    Please note that the for...
  • Harun24HR's avatar
    Aug 30, 2022

    nathtaani7 Try FILTER() formula instead IF().

    =TEXTJOIN("; ",TRUE,UNIQUE(FILTER($AG$3:$AG$3060,$A$3:$A$3060=A1444)))
    • If the resulting string exceeds 32767 characters (cell limit), TEXTJOIN returns the #VALUE! error.

Resources