I am trying to the type of data entred into a cell: The entry can only be a combination of 1, 2, 3, 4. (The 1, 2, 3, 4 specifies quarters). Example they could enter 1, 2 or 1,4 or 1,2,3,4 or 1,3,4...get the idea..
At first I tried lists but, the list became long with all the combination possiblities: 1, 2, 3, 4 or 1, 2 or 1,3, 1, 4 or 2,3 etc...
This is what I came up with if I am understanding the choose formula option, but it does not work and theres a restriction on character for formula. So I can't enter all of it when I am trying to setup the data validation for the cell.
choose(1,"1")=1, choose(2, "2")=2, choose(3, "3")=3, choose(4, "4")=4, choose(1, 2, 3, 4,"1, 2, 3, 4")=1, 2, 3, 4, choose(1, 2, 3, "1, 2, 3")=1,2,3, choose(1, 2, “1, 2”)=1, 2, choose(1, 3, "1, 3")=1, 3, choose(1, 4, "1, 4")=1, 4, choose(2, 3, 4,”2, 3, 4”)=2, 3, 4, choose(2,3, “2, 3”)=2, 3, choose(2, 4, “2, 4”)=2, 4, choose(3, 4, "3, 4")=3, 4
I must be totally off base... Maybe there's a simpler formula I should be using... This is all foreign and even after review of the Chandoo Formula Book I purchased I am still lost. Please any help would be greatly appreciated! Thank You!
At first I tried lists but, the list became long with all the combination possiblities: 1, 2, 3, 4 or 1, 2 or 1,3, 1, 4 or 2,3 etc...
This is what I came up with if I am understanding the choose formula option, but it does not work and theres a restriction on character for formula. So I can't enter all of it when I am trying to setup the data validation for the cell.
choose(1,"1")=1, choose(2, "2")=2, choose(3, "3")=3, choose(4, "4")=4, choose(1, 2, 3, 4,"1, 2, 3, 4")=1, 2, 3, 4, choose(1, 2, 3, "1, 2, 3")=1,2,3, choose(1, 2, “1, 2”)=1, 2, choose(1, 3, "1, 3")=1, 3, choose(1, 4, "1, 4")=1, 4, choose(2, 3, 4,”2, 3, 4”)=2, 3, 4, choose(2,3, “2, 3”)=2, 3, choose(2, 4, “2, 4”)=2, 4, choose(3, 4, "3, 4")=3, 4
I must be totally off base... Maybe there's a simpler formula I should be using... This is all foreign and even after review of the Chandoo Formula Book I purchased I am still lost. Please any help would be greatly appreciated! Thank You!