'get google sheet cell value based on value of other cell
Solution 1:[1]
try:
=HLOOKUP(A2; E1:F2; 2; 0)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | player0 |

