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 G28 is supposed to contain isnt available for reference then to use the other cell but it isn't working.
1 Reply
- drewwing52Copper Contributor
Nevermind, i discovered the IFERROR command, which was what i actually needed to use.