How to add 10% to a whole column in numbers
i have a cafe and will be increasing my prices by 10% how can i add a formula to populate on all of of items in the spreadsheet
iPad Pro, iPadOS 15
Apple Intelligence now features Image Playground, Genmoji, Writing Tools enhancements, seamless support for ChatGPT, and visual intelligence.
Apple Intelligence has also begun language expansion with localized English support for Australia, Canada, Ireland, New Zealand, South Africa, and the U.K. Learn more >
Apple Intelligence has also begun language expansion with localized English support for Australia, Canada, Ireland, New Zealand, South Africa, and the U.K. Learn more >
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.
i have a cafe and will be increasing my prices by 10% how can i add a formula to populate on all of of items in the spreadsheet
iPad Pro, iPadOS 15
This is a relatively simple task, but does require several steps.
I would suggest making sure you have a backup copy of the document before starting.
Assuming that your prices start on row 4 of column C:
Numbers will immediately change the * to a multiplication sign.
The new prices will be displayed in column D.
This step replaces the formulas in those cells with the last result calculated by each formula.
You may want to edit the results to round the prices to 'conventional' values.
Regards,
Barry
This is a relatively simple task, but does require several steps.
I would suggest making sure you have a backup copy of the document before starting.
Assuming that your prices start on row 4 of column C:
Numbers will immediately change the * to a multiplication sign.
The new prices will be displayed in column D.
This step replaces the formulas in those cells with the last result calculated by each formula.
You may want to edit the results to round the prices to 'conventional' values.
Regards,
Barry
JJ is correct in saying "sum('amount'/100)x10" will calculate the 10% to be added to the current price.
But SUM is superfluous here, as are the parentheses.
'amount'/100*10 Produces the same result.
Then "you can add it onto the price"
Or you could use the formula suggested in my post above:
C4*1.1 (with 'amount' in cell C4)
which calculates the new price directly.
Regards,
Barry
=sum('amount'/100)x10 - This works out your 10% then you can add it onto the price
How to add 10% to a whole column in numbers