iosiflupis
New Member
- Joined
- Jan 26, 2022
- Messages
- 39
- Office Version
- 365
- Platform
- Windows
Hello all,
I am working on a spreadsheet to determine flight windows. We are trying to make a spreadsheet calculate the time window between scheduled aircraft ARR (arrivals) & DEP (departures). I will be inputting the times in as 24-hr hours/minutes. When the aircraft is a departure we need the window to close (-) 15 minutes prior to departure time. If it is an arrival, we need the window to close 15 minutes before arrival. In either case we need the window to open back up 15 minutes after arrival or departure time. Basically, our drones need to be on the ground 15 prior to arrival & departure, and then can be back in the air 15 after departure and arrival.
I tried an IF statement {=IF(B3="DEP",C3-15,C3+15)} but all I got was -14.77 (formatted as a number).
I am attaching a screenshot of what I have so far. I do not need Column D, UAS Time.
Thank you all for your help!
I am working on a spreadsheet to determine flight windows. We are trying to make a spreadsheet calculate the time window between scheduled aircraft ARR (arrivals) & DEP (departures). I will be inputting the times in as 24-hr hours/minutes. When the aircraft is a departure we need the window to close (-) 15 minutes prior to departure time. If it is an arrival, we need the window to close 15 minutes before arrival. In either case we need the window to open back up 15 minutes after arrival or departure time. Basically, our drones need to be on the ground 15 prior to arrival & departure, and then can be back in the air 15 after departure and arrival.
I tried an IF statement {=IF(B3="DEP",C3-15,C3+15)} but all I got was -14.77 (formatted as a number).
I am attaching a screenshot of what I have so far. I do not need Column D, UAS Time.
Thank you all for your help!