Forum Discussion
Josh_Rabener
Mar 25, 2019Copper Contributor
If Cell A contains this, then Cell B will display this
Good Evening, I am trying to input a formula that if a value states this much in Cell "A", then Cell "B" displays this value. For example, in the below screen shot, if the value in Column A is 8...
EGS_45
Mar 26, 2019Copper Contributor
- SergeiBaklanMar 26, 2019Diamond Contributor
If collect functions that could be
=LOOKUP(A1,{0,8.05})
Perhaps something else