Dillonm92
New Member
- Joined
- Feb 24, 2022
- Messages
- 18
- Office Version
- 365
- 2021
- Platform
- Windows
- MacOS
- Mobile
Hello Everyone:
I work in Aviation, specifically Air Cargo. I am trying to develop a command that will take our package loading count per cargo loading device, versus the reported percentage, and give me an estimated number of the maximum number of packages that could have went into that particular cargo container. Example:
Loading Device #1, is loading with 29 packages, at an estimated 15% capacity (where I work our loaders estimate the percentage so I know this isn't an exact science but my boss wants me to try). If I do the formula with numbers: =Sum(29*100/15) I get the estimated result of 193 packages as maximum capacity. But I am trying to make that formula variable since our load percentages and package counts vary by day, a static formula will not do us any good. If I run it with (these are where my numbers are located): =Sum(N12*N22/O12), I get a similar result of "19333.33333." Does anyone know how to get around this? The =Trunc command seems to be my best bet, but I cannot figure out how to sync that with the =Sum command or any other method so I can achieve the same exact results using cell numbers to account for varying shipping figures daily. Any advice appreciated. Thanks!
I work in Aviation, specifically Air Cargo. I am trying to develop a command that will take our package loading count per cargo loading device, versus the reported percentage, and give me an estimated number of the maximum number of packages that could have went into that particular cargo container. Example:
Loading Device #1, is loading with 29 packages, at an estimated 15% capacity (where I work our loaders estimate the percentage so I know this isn't an exact science but my boss wants me to try). If I do the formula with numbers: =Sum(29*100/15) I get the estimated result of 193 packages as maximum capacity. But I am trying to make that formula variable since our load percentages and package counts vary by day, a static formula will not do us any good. If I run it with (these are where my numbers are located): =Sum(N12*N22/O12), I get a similar result of "19333.33333." Does anyone know how to get around this? The =Trunc command seems to be my best bet, but I cannot figure out how to sync that with the =Sum command or any other method so I can achieve the same exact results using cell numbers to account for varying shipping figures daily. Any advice appreciated. Thanks!