Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi Experts
How would you add "bps" to the result of the following formula...
Product Margin bps vs PY1 = DIVIDE([Product Margin (Gross Margin) PY],[Total Revenue PY],0)*10000-DIVIDE([Product Margin GM @ PY Rate BM - Reported],[Net Sales @ PY Rate BM - Reported],0)*10000 &"bps"
The above is my try....
end result should be -30 bps.....
currently the above gives me -29.784.....
Solved! Go to Solution.
@Anonymous Please give a try with this !!
Product Margin bps vs PY1 = CONCATENATE(FORMAT(DIVIDE([Product Margin (Gross Margin) PY],[Total Revenue PY],0)*10000-DIVIDE([Product Margin GM @ PY Rate BM - Reported],[Net Sales @ PY Rate BM - Reported],0)*10000,0)," bps")
Proud to be a PBI Community Champion
@Anonymous Please give a try with this !!
Product Margin bps vs PY1 = CONCATENATE(FORMAT(DIVIDE([Product Margin (Gross Margin) PY],[Total Revenue PY],0)*10000-DIVIDE([Product Margin GM @ PY Rate BM - Reported],[Net Sales @ PY Rate BM - Reported],0)*10000,0)," bps")
Proud to be a PBI Community Champion
many thanks for the excellent feedback
you can use Concatenate function
=CONCATENATE([Product Margin bps vs PY1]," BPS")
User | Count |
---|---|
64 | |
59 | |
47 | |
33 | |
32 |
User | Count |
---|---|
84 | |
75 | |
56 | |
50 | |
44 |