Hello,
Not sure what I'm doing wrong, but the Trunc is not giving the proper results. (I need to display 2 Decimals)
This is my Formula
=((ROUND((U9+(U9*$P$1%))*20,0)/20)) - ((ROUND((U9+(U9*$P$1%))*20,0)/20))*$P$2%
Example
$4.465 Need it to be $4.46
$7.116 Need it to be $7.11
$13.3655 Need it to be $13.36
I tried (With errors)
=TRUNC(((ROUND((U9+(U9*$P$1%))*20,0)/20)) - ((ROUND((U9+(U9*$P$1%))*20,0)/20))*$P$2%,2)
Thank you Guys,
Rgonzo1971 Formula worked, thank you.
Microsoft Excel
Microsoft Excel topics include formulas, formatting, VBA macros and user-defined functions, and everything else related to the spreadsheet user interface, including error messages.