Hi all,
I have 2 columns (A&B) by 8 rows. Values entered in column A can only contain a number between 1 & 8. Column B will show a 0 or 1 depending on a cell value based on column A. An empty cell or value of 1 in column A, will always show a value of 0 in the same row (ColB). A value of 2 in a cell in column A will show a 1 in the same row (ColB) and also the one below it. A value of 3 will show a 1 in the same row and also the next 2 rows and so on.
So, a value greater than 1 in column A will result a 1 in the same row (ColB) and as many rows down as the value entered in column A.
Basically, the 1 in column B is reserving rows based on the value entered in column A.
Consider yourself a genius if you even understand what I am saying.
Example:
.....A....B
1...1....0
2...2....1
3.........1
4.........0
5...3....1
6.........1
7.........1
8.........0
Thank you!
Russ
I have 2 columns (A&B) by 8 rows. Values entered in column A can only contain a number between 1 & 8. Column B will show a 0 or 1 depending on a cell value based on column A. An empty cell or value of 1 in column A, will always show a value of 0 in the same row (ColB). A value of 2 in a cell in column A will show a 1 in the same row (ColB) and also the one below it. A value of 3 will show a 1 in the same row and also the next 2 rows and so on.
So, a value greater than 1 in column A will result a 1 in the same row (ColB) and as many rows down as the value entered in column A.
Basically, the 1 in column B is reserving rows based on the value entered in column A.
Consider yourself a genius if you even understand what I am saying.
Example:
.....A....B
1...1....0
2...2....1
3.........1
4.........0
5...3....1
6.........1
7.........1
8.........0
Thank you!
Russ