A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
C2: =B2/A2-1
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I need help with figuring out a formula.
| SF | SF With waste | Amount of Boxes Full boxes | Total SF | |
|---|---|---|---|---|
| 9520 (cell K4) | 10186.4 (cell L4) | 377.27407 (cell M4) | 378 (full box) (cell N4) | 10206 (cell O4) |
I'm trying to eliminate the highlighted column (M4). The highlighted box value currently is =L4/27 (which is the amount of SF per box). How do I merge M4 & N4 into one excel formula where one cell calculates the amount of boxes AND rounded up to the next full number.
Thanks in advance
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Another question - how do I get the % formula in a cell for this?
| | A | B | C | | 1 | Job Cost | Retail sale price | percentage of upcharge | | --- | --- | --- | --- | | 2 | $100 | $175 | =75% (need this formula) |
Thank you!
=ROUNDUP(L4/27,0)