Forum Discussion
drewwing52
May 29, 2019Copper Contributor
cant get IF command to work
I'm trying to make a certain cell contingent on two different cells using the IF command. My formula is IF(G28="#REF!",G34,G28). where G34 contains the word "steel". The goal is that if the value...
drewwing52
May 29, 2019Copper Contributor
Nevermind, i discovered the IFERROR command, which was what i actually needed to use.