to write this string
[value] = “=FILTER(FRCHRT[[ID]:[SD]], ISNUMBER(SEARCH([SRCH], FRCHRT[INDEXCHRT])))”
unfortunately, value is
=@FILTER(FRCHRT[[ID]:[SD]], ISNUMBER(SEARCH([SRCH], FRCHRT[INDEXCHRT])))
What do I missed about this?
so I did test it out several times
[value] = “=FIL”
value is =@FIL
[value] = “=sum”
value is =@sum
the other test what i want
[value] = “=SUM(FRCHRT[PRICE])”
value is =SUM(FRCHRT[PRICE])
…
윤팀장 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.