Hi, I'm wondering if anyone knows how to make a formula to reference a cell based on a solution of another problem. For example, could I do something like this.....?
<tbody>
A
B
C
D
E
1
-2
-3
.11
2
3
-2
.56
3
-1
.18
4
1
.96
5
2
.33
6
3
.85
=if(B6=A2, C6, "")
=if(D6=""...