Decimal Issues
Hi
Formatting the cell will make no difference because the formula gives you
text as a result. Try this:
="Cost per Unit ="&TEXT(SUMIF(G26:G44,"yes",N26:G44),"0.00")
for two decimal places etc.
Hope this helps.
Andy.
"Danny" wrote in message
...
I am using the following formula: =("Cost per Unit
="&SUMIF(G26:G44,"yes",N26:G44)
I have also used the same formula, but using sum instead of sumif.
In all case the resultant value varies in decimal places. The above
formula
yieds 14 decimal places.
In the formulas using SUM only, the decimal places vary.
I checked the summed range and all the cells are set to zero decimal
places.
I have also tried formatting the cell. Interestinly, the value shows in
the
header, but changing the number of decimals does not affect the result.
Thanks in advance,
Danny
|