C
coloradoprof
Hi everyone,
I'm trying to create a tool that can help me with Sudoku (I'm gettin
bored of charting the possible values of a given cell).
To do this, I must find out whether a given value (for example 3
exists in a specified range. I can't find a function that does thi
for me.
In my perfect world, it would work something like this:
=if((A1:A5,B3:B7) in 5, true, false)
All ideas appreciated. :
I'm trying to create a tool that can help me with Sudoku (I'm gettin
bored of charting the possible values of a given cell).
To do this, I must find out whether a given value (for example 3
exists in a specified range. I can't find a function that does thi
for me.
In my perfect world, it would work something like this:
=if((A1:A5,B3:B7) in 5, true, false)
All ideas appreciated. :