stuckagain22
Board Regular
- Joined
- Aug 4, 2006
- Messages
- 183
Excel newbie looking for help. I have several tasks that I queue up in a game, and I would like to know when they will complete.
I have created a spreadsheet with the following columns:
Time 1 (Input is in time format: 8:45)
Time 1 % (The % of completion displayed of when the tracking started -- it should be 0% in most cases, but otherwise it will be the % completed with is displayed in the game)
Time 2 (Input is in time format: 9:00)
Time 2 % (The % of completion displayed when this time period is recorded)
Rate (I want to display the minutes per % of completion here)
Completion time (I want to display the time as to when the item will be completed, based on the rate of completion as calculated.)
I'm a little confused about how to do this.
Here are my current thoughts:
I really am uncertain how calculate and display the Completion Time. Could someone please help me out with this.
Thank you.
I have created a spreadsheet with the following columns:
Time 1 (Input is in time format: 8:45)
Time 1 % (The % of completion displayed of when the tracking started -- it should be 0% in most cases, but otherwise it will be the % completed with is displayed in the game)
Time 2 (Input is in time format: 9:00)
Time 2 % (The % of completion displayed when this time period is recorded)
Rate (I want to display the minutes per % of completion here)
Completion time (I want to display the time as to when the item will be completed, based on the rate of completion as calculated.)
I'm a little confused about how to do this.
Here are my current thoughts:
A | B | C | D | E | F | G | ||
1 | Time 1 | Time 1 % | Time 2 | Time 2% | Rate in Mins / % | Percentage Left | Calculate time left | Completion Time |
2 | =((C2-A2)*24)/(D2-B2) | =100-(D2-B2) | =F2*E2 |
I really am uncertain how calculate and display the Completion Time. Could someone please help me out with this.
Thank you.