R
Rabbit
I'm trying to get a table to invert the top triangle of numbers into
the bottom whilst changing the values (1 to 0 and 0 to 1). A basic
simple table of what I am doing is given below.
1234567
AX100101
B X01001
C X0100
D X010
E X00
F X1
The above is what is entered in the table, then I need it to invert it
automatically (so that if I change one of the above values it will
change the other at the same time). What I want is to end up with a
table that looks like this:
1234567
AX100101
B0X01001
C11X0100
D101X010
E0101X00
F11101X1
G001110X
I hope these show as intended (due to font used). If someone could
please help me with this problem I would be incredibly grateful. After
searching though help files I think that the OFFSET function could be
used for this but am not entirely sure how. If any other method is
simple please let me know. Thank you for your time.
Rabbit ()_()
the bottom whilst changing the values (1 to 0 and 0 to 1). A basic
simple table of what I am doing is given below.
1234567
AX100101
B X01001
C X0100
D X010
E X00
F X1
The above is what is entered in the table, then I need it to invert it
automatically (so that if I change one of the above values it will
change the other at the same time). What I want is to end up with a
table that looks like this:
1234567
AX100101
B0X01001
C11X0100
D101X010
E0101X00
F11101X1
G001110X
I hope these show as intended (due to font used). If someone could
please help me with this problem I would be incredibly grateful. After
searching though help files I think that the OFFSET function could be
used for this but am not entirely sure how. If any other method is
simple please let me know. Thank you for your time.
Rabbit ()_()