how do i get OR function to return a spill range?
For example, in excel 365, cell A1 and B1, I have a spill range of sequence(20). Which creates 2 sequence of 1-20. In c1, I tried to put in "=OR(A1#>1,B1#>1)". I would expect a result of 20 rows with first being false and other being true. But the result only return TRUE in c2. any idea how i can populate the entire column?
TIA!