Percentages/Numbers
Hi,
I'd like to insert a formula in numbers to calculate a value as a percentage of a value.
e.g I'd like a row to to display 20% of another row. Any advice please.
Thank you!
Nigel
MacBook, macOS 10.12
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
Hi,
I'd like to insert a formula in numbers to calculate a value as a percentage of a value.
e.g I'd like a row to to display 20% of another row. Any advice please.
Thank you!
Nigel
MacBook, macOS 10.12
"20% of a number" can also be said as "20% times a number".
20% is the same as 0.20
If your number is in cell B2, a formula to calculate 20% of it would be either
=20%*B2
or
=0.20*B2
"20% of a number" can also be said as "20% times a number".
20% is the same as 0.20
If your number is in cell B2, a formula to calculate 20% of it would be either
=20%*B2
or
=0.20*B2
Percentages/Numbers