A given table:
<tbody>
A
B
C
D
E
F
1
H
1
2
H
3
H
4
H
</tbody>
Depending on a value I do want to change the values in col-1, 2, 3 or 4. Lets say:
A1, A2, A3 & A4 contains the formula: IF($F$1=1;"H";"")
B1, B2, B3 & B4 contains the formula: IF($F$1=2;"R";"")
By...