Is there an Excel arithmetic function that flips a sign? Such a function would be used in lieu of the zero minus in the following...
=IF(G5<0,ROUND(0-G5,2),"")
Is there an Excel arithmetic function that flips a sign? Such a function would be used in lieu of the zero minus in the following...
=IF(G5<0,ROUND(0-G5,2),"")