Hi,
I currently have an IF statement that returns a value based on whether or not a value entered in a cell is greater or less than what exists in another cell. The code i am using is
=+IF(D59<H55,"You are "& SUM(H55-D59)&" under the recommended quote price","You are "& SUM(D59-H55)&" over the recommended quote price")
This works fine but the problems is that the values in question are currency amounts yet the IF statement returns the difference as a general number to 4decimal places. - Is there anyway I can add something to the statment to format the calculated difference into currency, or at least to 2dp?
Thanks,
Alan
I currently have an IF statement that returns a value based on whether or not a value entered in a cell is greater or less than what exists in another cell. The code i am using is
=+IF(D59<H55,"You are "& SUM(H55-D59)&" under the recommended quote price","You are "& SUM(D59-H55)&" over the recommended quote price")
This works fine but the problems is that the values in question are currency amounts yet the IF statement returns the difference as a general number to 4decimal places. - Is there anyway I can add something to the statment to format the calculated difference into currency, or at least to 2dp?
Thanks,
Alan