On a calc sheet I have a vector with the following values:
a | b | c | d | e | |
---|---|---|---|---|---|
1 | 3.14 | 3.11 | 27 | 2.12 | 0.005 |
2 | 31 | 7.21 | 55 | 32.12 | 0.003 |
3 | 45 | 8.31 | 12.1 | 7.77 | 0.515 |
Is there a way to determine in which row and in which column a certain value is found?
For example: using the value “55” I need a formula that returns me “C2”, using the value “0.005” instead the formula should return me “E1”.