Hello All. I have been working on this all day but cant seem to get it figured out. I need to get the percentage between 2 numbers. For example This is for calculating the percentage of a budget that has been used.
usedamount = (amountUsedConverted/totalBudgetAmountConverted)*100;
does anyone have experience with this formula?
Thanks
usedamount = (amountUsedConverted/totalBudgetAmountConverted)*100;
does anyone have experience with this formula?
Thanks
Comment