Hi all,
I have another question regarding =LET.
I currently use this let formula
=LET(Drng,'Sheet1'!$A$1:$A$20,Rng,F2,IF(SUM((Drng<>"")*(ISNUMBER(MATCH("*"&Drng&"*",Rng,0)))), "Y", "N"))
This works fine when I fill down. I'm wondering how to change "F2" in this formula to reference the...