G'day!
I need some help to calculate the 'Hours' (F Column). Each time the servicing is completed on the engine, columns A through to E will be manually entered. Columns F and G will be automatically populated. The 'Hours' column is calculated by locating the previous servicing for the specific engine then subtracting it from the current engine hours. This will give the hours between the servicing.
Example:
When the current hours for eng002 is entered in D8 (300 in the example), cell F8 will look up the previous hours of the servicing (D4), then subtract it from the current hours (giving an answer of 180).
I've tried various versions of the VLOOKUP, INDEX, MATCH and LARGE formulae however I can't get it to work. The tricky bit is that the engine data will be entered randomly (I.e. the servicing doesn't always occur in any set order)
I hope you can understand what I'm getting at and I look forward to the solution! Below is a sample of the table that i'm trying to get to work.
Thanks!
Excel 20??
I need some help to calculate the 'Hours' (F Column). Each time the servicing is completed on the engine, columns A through to E will be manually entered. Columns F and G will be automatically populated. The 'Hours' column is calculated by locating the previous servicing for the specific engine then subtracting it from the current engine hours. This will give the hours between the servicing.
Example:
When the current hours for eng002 is entered in D8 (300 in the example), cell F8 will look up the previous hours of the servicing (D4), then subtract it from the current hours (giving an answer of 180).
I've tried various versions of the VLOOKUP, INDEX, MATCH and LARGE formulae however I can't get it to work. The tricky bit is that the engine data will be entered randomly (I.e. the servicing doesn't always occur in any set order)
I hope you can understand what I'm getting at and I look forward to the solution! Below is a sample of the table that i'm trying to get to work.
Thanks!
Excel Workbook | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
1 | Engine Serial Number | Date of Servicing | Servicing Type | Engine Hours | DQ | Hours | DQ/Hr | Aircraft | Engine Position | ||
2 | eng001 | 01-Jan | 80 | 90 | |||||||
3 | eng002 | 10-Jan | 12 | 60 | |||||||
4 | eng003 | 12-Jan | 70 | 80 | |||||||
5 | eng001 | 30-Jan | 240 | 40 | |||||||
6 | eng003 | 09-Mar | 290 | 160 | |||||||
7 | eng002 | 04-Apr | 300 | 200 | |||||||
Unknown Sheet Name |
Last edited by a moderator: