I'm not exactly sure why you're offsetting the percentage by 10...
Usually this is the formula:
% = ( X / TotalItems) * 100
If we solve for X, we get:
X = (% * TotalItems) / 100
So, your formula would be:
X = (Percent + 10) * 272 / 100
Is that what you're looking for?



LinkBack URL
About LinkBacks

Reply With Quote




Bookmarks