Forum Discussion
mahmoudmagar
May 26, 2022Copper Contributor
problem with if value
=IF(G22=2.142,1),IF(G22=2.68,1.2),IF(G22=3.08,1.4) how to make this right ?
Riny_van_Eekelen
May 26, 2022Platinum Contributor
mahmoudmagar Some of the closing brackets are in the wrong place. Try this:
=IF(G22=2.142,1,IF(G22=2.68,1.2,IF(G22=3.08,1.4)))