Columns O-S contain values that range from 1-36. Need a formula in Col T that will look for digits 1-4 and return a 1, if found, a zero if not. The same for digits 2,3,4. Example in column T. Then in column S, a formula to look for the digits 5,6,7,8,9,0. Return a 1, if found, a zero if not. Example in column U.
Excel 2007
Excel Workbook | |||||||||
---|---|---|---|---|---|---|---|---|---|
O | P | Q | R | S | T | U | |||
1 | 19 | 24 | 28 | 31 | 36 | 1111 | 010110 | ||
2 | 9 | 15 | 17 | 20 | 21 | 1100 | 101011 | ||
3 | 7 | 8 | 14 | 22 | 27 | 1101 | 001100 | ||
4 | 10 | 18 | 28 | 29 | 34 | 1111 | 000111 | ||
5 | 22 | 23 | 24 | 35 | 36 | 0111 | 111000 | ||
Sheet1 |