1 line
99 B
Text
1 line
99 B
Text
=LET(i, SEQUENCE(100), root, SQRT(i), "Door " & i & ": " & IF(root = INT(root), "open", "close"))
|