How To Get Percentage Of Amount?

Divide the part (amount) by the whole (total)

Multiply the result by 100

Percentage formula: `percentage = (part / total) * 100`

If you need the part: `part = (percentage / 100) * total`

If you need the total: `total = part / (percentage / 100)`

Suggested for You

Trending Today