J
John
I have the attached formula in one of my cells and it returns a #value, I
want it to return "Blank". It is basically saying if a cell in Detail Input
J12 is less than 0 then multiply it by -1, otherwise leave it blank. And
ensure that the result is rounded by 2 decimal places.
=ROUND(IF('Detail Input'!J12<0,'Detail Input'!J12*-1," "),2)
I have a feeling I have the Round in the wrong place
Thanks
want it to return "Blank". It is basically saying if a cell in Detail Input
J12 is less than 0 then multiply it by -1, otherwise leave it blank. And
ensure that the result is rounded by 2 decimal places.
=ROUND(IF('Detail Input'!J12<0,'Detail Input'!J12*-1," "),2)
I have a feeling I have the Round in the wrong place
Thanks