I have this formula
=IF(H5="x",G5)
Which works perfectly. I need it modified so if H5 doesn’t =x, the cell is left blank. I have tried =IFERROR((H5="x",G5),””)and =IFERROR(H6="x",G6,””) but neither are working. What obvious thing am I missing?
Thanks in advance
=IF(H5="x",G5)
Which works perfectly. I need it modified so if H5 doesn’t =x, the cell is left blank. I have tried =IFERROR((H5="x",G5),””)and =IFERROR(H6="x",G6,””) but neither are working. What obvious thing am I missing?
Thanks in advance