Forum Discussion
AlexBennett3
5 years agoQrew Trainee
I create a new formula and tried both in a text formula (since original is rich text) and say [Total Job Gross Margin RT]*100, as well as just ToNumber([Total Job Gross Margin RT])*100 for formula - currency to test and try to get that number with the same styling converted to decimal
------------------------------
Alex Bennett
------------------------------
------------------------------
Alex Bennett
------------------------------
AustinK
5 years agoQrew Commander
Take what is in the field [Total Job Gross Margin F] and use that for the calculation instead. That is where the number comes from, correct?
- AlexBennett35 years agoQrew TraineeCorrect, but the styling is taking that field to allow highlighting [Total Job Gross Margin RT]
------------------------------
Alex Bennett
------------------------------- AlexBennett35 years agoQrew TraineeUPDATE: I changed the formula to *100 and it now displays as 28.134877
is there a way to only show 28.13, as well as adding a percent symbol?
------------------------------
Alex Bennett
------------------------------- AlexBennett35 years agoQrew TraineeAny suggestions on the percent sign? I changed the code to:
ToNumber(Left(ToText([Total Job Gross Margin F]),6))
So now my result is 28.13
------------------------------
Alex Bennett
------------------------------