Why do you want to transition from First Assistant Editor to Post-Production Coordinator?
1AE role is coordinating + administrative, organizing, fixing + solving
What most people don’t realize is that the role of a 1AE is significantly composed of coordinator and administrative tasks, not creating cinema. So, naturally, those tasks and that skillset are intrinsic to the success of any 1AE, and focusing on those tasks is inherent. I’ve never been compelled to have my name on the marquee or in the head credits. I’ve always gleaned more satisfaction from organizing, fixing, and solving puzzles. Taking time over the last year to pursue project management training confirmed that this is the path I want to focus on. It’s a natural lateral move.
1AE role is coordinating + administrative, organizing, fixing + solving
You’ve been a First Assistant Editor for 13 years. What made you realize coordination was where you wanted to focus?
— these tasks + skillset are inherent to a 1AE success: organize, solve
What most people don’t realize is that the role of a 1AE is significantly composed of coordinator and administrative tasks. So, naturally, those tasks and that skillset are intrinsic to the success of any 1AE, and focusing on those tasks is inherent. I’ve never been compelled to have my name on the marquee or in the head credits. I’ve always gleaned more satisfaction from organizing, fixing, and solving puzzles. Taking time over the last year to pursue project management training confirmed that this is the path I want to focus on.
— these tasks + skillset are inherent to a 1AE success: organize, solve
The job posting specifically notes this is a “logistics/management role, not an Assistant Editor role.” How do you feel about stepping away from the technical editing side?
—my tech background is an advantage, understand workflows, codecs + tech
My technical background as a 1AE is an advantage. I have a deep understanding of workflows, codecs, and technical requirements, which helps me anticipate problems and communicate effectively with editors and vendors. I’ve never been compelled to have my name on the marquee or in the head credits. I’ve always gleaned more satisfaction from organizing, fixing, and solving puzzles. Taking time over the last year to pursue project management training confirmed that this is the path I want to focus on.
—my tech background is an advantage, understand workflows, codecs + tech
You’ve held a Post-Production Supervisor role before (Milton’s Secret). Why did you return to being a First AE after that experience?
—crowded field, top of my field, always in high demand, guaranteed work—
The Post-Production Supervisor field is very crowded. And I quickly moved to the top of my field as a 1AE. There weren’t (and isn’t) enough 1AEs willing to remain career 1AEs. Most of them wanted to springboard from the position into editng. I knew that by staying where I was as a 1AE I would always be in high demand, guaranteed work. And I would rather make a $150K/year than struggle as an editor to find work in an ever-growing and crowded pool of talent. Then the industry strikes happened, the industry decelerated as a whole, and everything was recalibrated.
But that supervisory experience stayed with me—I kept the coordination and organizational aspects of that role alive in my AE work.
—crowded field, top of my field, always in high demand, guaranteed work—
What aspects of coordination work excite you the most?
—the puzzle-solving aspect, finding linear through lines, answers—
I like the puzzle-solving aspect of it. I like finding the linear through-line that turns the supposed chaos of a complex post-production schedule with multiple moving parts (picture lock, color sessions, sound mix, VFX deliveries) into an organized system. I also like being a reliable point of contact who has answers and keeps everyone aligned.
—the puzzle-solving aspect, finding linear through lines, answers—
What will you miss least about being a First Assistant Editor?
— unhealthy work/life balance —
I won’t miss the pressure of being the person who has to troubleshoot a vague Avid system error that occurs at midnight while exporting a cut for an AM screening. Meaning, precisely, I will not miss the unhealthy work/life balance. I’m much more energized by preventing problems through good planning and organization than by solving technical crises after they happen.
— unhealthy work/life balance —
The posting emphasizes “Excel Mastery.” Walk me through your most complex Excel tracking system you’ve built.
For a Netflix series I worked on, I built a comprehensive VFX tracking system that monitored over 400 shots across 10 episodes. It used multiple linked sheets: one master sheet with all shots, individual sheets per episode, a vendor assignment sheet, and a delivery tracking sheet. I used conditional formatting to color-code shot status—red for overdue, yellow for approaching deadline, green for delivered. The system used VLOOKUP formulas to pull vendor contact information and rates automatically, and I built in dropdown menus for shot status so people couldn’t enter inconsistent data. I also created pivot tables that let the post supervisor see at a glance how many shots each vendor had and what our delivery pipeline looked like week by week. It became the single source of truth for the entire team.
What specific Excel formulas do you use regularly? Can you give examples of how you’ve used VLOOKUP, INDEX/MATCH, or pivot tables?
I use VLOOKUP constantly for pulling vendor information—like if I have a vendor name in one column, VLOOKUP pulls their email, phone number, and rates from a master vendor sheet. For more complex lookups where VLOOKUP won’t work, I use INDEX/MATCH combinations. For example, on Milton’s Secret, I needed to match delivery dates with specific requirements that weren’t in the first column, so INDEX/MATCH handled that.
For formulas, I regularly use:
- SUMIF and COUNTIF to track how many shots are in each status category
- IF statements with nested logic for automatic deadline warnings
- Conditional formatting with formulas to highlight overdue items
- CONCATENATE to create standardized file naming conventions
- DATE and DATEDIF functions for tracking turnaround times
Pivot tables are my go-to for reporting. I use them to give post supervisors quick insights—like ‘how many deliverables do we have due this week by vendor’ or ‘what’s our completion percentage by episode.’ They’re great for turning raw data into actionable information.
How do you approach building a tracking sheet from scratch when starting a new project?
— identify decisions + data points, logical, validation, automation —
Start by identifying the decisions that need to be made by data in a tracking sheet. The key is to make it powerful enough to track everything but simple enough that users can update it without breaking it. Then:
First, identify all the data points that need tracking: shot numbers, episode numbers, deadlines, vendor names, status, notes, etc.
Second, structure it logically—usually one master sheet with detail sheets breaking down by episode or department.
Third, build in data validation so users can’t enter inconsistent information—dropdown menus for status fields, date formats for deadlines.
Fourth, add automation—formulas that calculate turnaround times, conditional formatting that flags problems, maybe a summary dashboard at the top.
Finally, test it with real data and get feedback from users. Create a simple how-to-use-this-sheet tab so it’s self-explanatory.
— identify decisions + data points, logical, validation, automation —
Have you ever created Gantt charts in Excel? What’s your process?
I’ve created Gantt charts for delivery schedules, where I track milestones from picture lock through final delivery. My process is to set up tasks in rows with start dates, end dates, and duration calculated automatically. Then I apply conditional formatting to create the visual timeline—cells are colored based on whether today’s date falls within the task’s date range. I also include milestone markers for key events like picture lock, first color pass, sound mix, and final delivery.
For TV series work, I would create one master Gantt chart showing the pipeline for all episodes, with color coding by episode so you can see how they overlap and cascade.
— tasks in rows, dates, duration, milestones, color code —
Tell me about a time when your Excel tracking system caught a problem before it became critical.
— conditional formatting is crucial, numerical ranges —
When applied intelligently, Excel’s conditional formatting tool can help to prevent any crises. Setting rules to flag any and all cell items that don’t meet the criteria of your numerical ranges—in our case, budget and dates, whether they be exact budgets and dates, or with buffer built in—is crucial in helping catch the problems hiding in the gaps between departments.
— conditional formatting is crucial, numerical ranges —
How do you ensure others can understand and use the tracking systems you create?
A few key principles: First, I use clear, descriptive column headers—not abbreviations that only I understand. Second, I color-code logically and include a legend so people know what the colors mean. Third, I lock or protect cells that contain formulas so nobody accidentally breaks the automation. Fourth, I often create a simple instruction sheet or ‘Read Me’ tab explaining how to update the sheet.
But most importantly, I do a brief walkthrough with anyone who needs to use it. I’ll show them: ‘Here’s how you update shot status, here’s how the deadlines are calculated, here’s what the red highlighting means.’ I also make myself available for questions initially. The goal is to make these systems helpful tools, not confusing spreadsheets that people avoid using. If people don’t use it, it’s failed—so making it intuitive and approachable is crucial.
Walk me through how you would create and maintain a master schedule for a TV series episode from picture lock to final delivery.
—work backward from delivery date, add buffer, create Gant, review daily
Work backward from the delivery date:
Delivery: Sep 30
Delivery prep: 3-5 days before (Sept 25-27)
Final mix and mastering: 5-7 days (Sept 18-24)
Sound mix: 7-10 days (Sept 8-17)
Color correction: 5-7 days (Sept 1-7)
VFX final delivery: Sept 1 (need buffer before color)
Online conform/finishing: 3-4 days (Aug 28-31)
Picture lock: August 27
Then build in buffer days for revisions and notes at each stage. Create an Excel sheet or Gantt chart showing each milestone with start and end dates, dependencies clearly marked (eg, color can’t start until VFX are delivered; can’t start final mix until color is approved).
Review it daily, updating actual dates versus planned dates. If something slips, immediately assess the impact downstream and flag it to the post supervisor so they can decide if other stages need adjustment or if a delivery extension needs to be requested.
—work backward from delivery date, add buffer, create Gant, review daily
How do you track milestones like Picture Lock, Color, and Sound simultaneously across multiple episodes?
— master tracking sheet, dependencies, check-ins —
I’d create a master tracking sheet with episodes in rows (in ascending order of delivery dates, rather than episode number) and milestones in columns, so we can see the status of every episode at a glance. Each cell would be color-coded: red for not started, yellow for in progress, green for complete. I’d include actual dates next to planned dates so we can see variance.
The key is understanding the dependencies and ripple effects. If Episode 3 picture lock is delayed, that pushes its color session, which might create a resource conflict if Episode 4 was scheduled for color the same week. So I’d build in alerts—conditional formatting that flags potential conflicts.
I’d also hold regular check-ins—probably weekly schedule review meetings with the post supervisor where we look at the master board together and make decisions about priorities, resource allocation, and whether we need to escalate any concerns to production. The goal is no surprises—everyone should know where every episode stands at all times.
— master tracking sheet, dependencies, check-ins —
Tell me about a time when you had to juggle multiple concurrent projects. How did you prioritize?
—prioritize deadlines + impact, urgent-vs-important matrix, review daily
The key to juggling multiple projects is clear prioritization based on deadlines and impact, and using a simple urgent-versus-important matrix. True emergencies obviously take priority. But a good coordinator also has to protect time for important-but-not-urgent tasks, like building tracking systems or scheduling future sessions, because neglecting those tasks creates emergencies later.
Review all project deadlines and identify what absolutely must happen daily. Block time for those critical tasks first, then fill in coordination work, communication, and planning. Communicate clearly with stakeholders. (I’m prioritizing the HBO delivery today, but I’ll have the vendor quotes for the CTV project ready by tomorrow morning.) Managing expectations is as important as managing the actual work.
In those moments where everything feels equally urgent, defer to the post supervisor for guidance to ensure my priorities align with the production’s priorities.
—prioritize deadlines + impact, urgent-vs-important matrix, review daily
How do you handle it when a milestone gets delayed and cascades into other deadlines?
—assess, communicate quickly, update tracking, follow up, seek solution
First, assess the impact immediately. If picture lock gets delayed by two days: Does that affect the color session? Does the colorist have flexibility or are they booked? Is there any buffer in the schedule or does it push final delivery?
Second, communicate quickly and alert the post supervisor immediately with solutions: Picture lock is now Wednesday instead of Monday. This impacts our color session scheduled for Thursday. Here are three options: 1) Push color to the following Monday, which keeps us on track for delivery. 2) See if the colorist can accommodate Friday. 3) Request a 2-day delivery extension.
Third, update all tracking documents immediately so everyone’s working from accurate information.
Fourth, follow up with all affected parties—notify the colorist of the date change, update production on the new timeline, make sure editorial knows the revised deadlines.
The key is to stay calm and solution-oriented. Delays happen. My job is to minimize their impact and keep everyone informed.
—assess, communicate quickly, update tracking, follow up, seek solution
What’s your process for coordinating screening schedules when multiple stakeholders have conflicting availability?
—propose 2-3 options, who is essential, confirm, send calendar invite —
Start with a scheduling poll, not a proposal. Reach out to all required attendees and gather their availability for a specific duration. Then identify the overlapping windows and propose 2-3 specific options, not “what works for you?” If there’s no overlap, prioritize based on who’s most essential.
Being specific about the screening details also helps: ‘This is a 42-minute episode, so allow 90 minutes for screening plus notes discussion.”
Once a time is set, confirm in writing with all attendees and send calendar invites immediately.
—propose 2-3 options, who is essential, confirm, send calendar invite —
How do you ensure nothing falls through the cracks when managing multiple deliverables?
A combination of systems and discipline. The system side is my tracking sheets—everything that needs to be delivered gets logged with a deadline, owner, and status. I review these daily, not weekly. Things change fast in post, so daily review is essential.
The discipline side is follow-up. If a vendor says ‘I’ll get you that quote by Wednesday,’ I mark it in my calendar to follow up Wednesday afternoon if I haven’t heard from them. I don’t assume silence means it’s handled—I verify.
I also use a simple daily checklist approach. Each morning I ask: What must be delivered today? What’s at risk of falling behind? Who am I waiting on for information? That keeps me focused on what matters now.
And honestly, I build in redundancy. For critical deliverables, I set up calendar reminders at multiple points: two weeks out, one week out, three days out, day before. Yes, it’s extra work, but it means nothing sneaks up on me. I’d rather over-communicate and over-track than miss something.
You’ve worked with major facilities like Technicolor, Deluxe, and Tattersall. How would you approach managing freelance vendors who may have less infrastructure?
— detailed brief, check-in, file transfer familiarity, more buffer time
Clear communication, respect and professionalism.
Initiate every freelance vendor relationship with a detailed brief: deliverable specifications, deadline, file formats, delivery method, who to contact with questions, and what the approval process looks like. Confirm they have everything they need before they start.
Establish a check-in rhythm. That way any problems that surface early can be addressed early.
For file transfers, ensure that they’re comfortable and familiar with whatever system we’re using—Frame.io, Aspera—and test it before the project begins.
Build in more buffer time with freelancers as they often don’t have a team to back them up if they hit a technical problem.
— detailed brief, check-in, file transfer familiarity, more buffer time
How do you handle communication when a vendor misses a deadline or delivers work that doesn’t meet specifications?
First, I’ll find out what happened from the vendor and ask for an update on the status. It is more often than not for a legitimate reason: a technical issue, a miscommunication about the deadline, a family emergency. Understanding the cause helps to determine the solution. Getting angry doesn’t solve the problem.
If the issue is quality—the work doesn’t meet specs—I’ll document specifically what’s wrong and communicate clearly: (The ProRes files we received are 1920x1080, but we specified 3840x2160 in the delivery specs.)
For missed deadlines, I’ll assess the impact and communicate up the chain immediately: “The colorist missed today’s delivery. They’re now committing to Friday morning. This pushes our sound mix start by one day but we can still hit final delivery if sound stays on schedule.” I give the post supervisor the information they need to make decisions.
I’d also keep a record of vendor performance so we can make informed decisions about who to work with in the future. If a vendor consistently misses deadlines, that’s valuable information for planning. And post-production is a small world; you’ll work with the same people again.
— what and why? quality: communicate. deadline: assess + communicate to PS —
Tell me about a time when you had to be the main point of contact for multiple vendors simultaneously. How did you manage it?
On one of the Sony projects, I was coordinating VFX across three different vendors, plus a colorist, a sound designer, and a captioning service—all with overlapping timelines. The key was structure and clear communication.
I created a master vendor contact sheet with everyone’s details, preferred contact methods, and current task list. Each vendor had their own folder in our shared drive with specific delivery instructions and technical specs.
I established a daily email routine: every morning I’d send status updates to the post supervisor summarizing where each vendor stood. Every afternoon I’d follow up with vendors who had deliverables coming up: ‘Just confirming we’re on track for tomorrow’s VFX delivery.’
When conflicts arose—like two vendors needing notes from the director at the same time—I’d coordinate that centrally. I’d collect all the materials, schedule one consolidated review session, then distribute notes to each vendor with clear prioritization.
The trick was staying organized and not letting communication become chaotic. Every vendor interaction was logged. Every deadline was tracked. Every deliverable was verified. It was a lot of plates spinning, but having systems in place kept it manageable. And honestly, I enjoyed it—that’s the kind of coordinated logistics work I thrive on.
How do you build and maintain strong relationships with external vendors?
— respect, early communication, acknowledge good work, reliability —
First, respect. Vendors are professionals, not order-takers. Listen to and implement their input on timelines and technical approaches rather than just dictating terms.
Second, early and clear communication. Give them as much advance notice as possible about bookings, and provide detailed briefs.
Third, acknowledge good work.
Fourth, make an effort to remember vendors’ preferences—like, ‘x colorist prefers AM sessions’ or ‘x sound designer needs two days’ notice for schedule changes.’
Lastly, reliability on my end. If I say I’ll get them reference materials by Thursday, I get it to them by Thursday. Commit to a payment timeline. If I’m organized and professional, they’re more likely to go the extra mile when I really need it.
— respect, early communication, acknowledge good work, reliability —
What information do you typically need to collect from vendors before work begins?
—contacts, tech specs, admin logistics, delivery details, review process
I would create a standard vendor intake form covering:
Contact information
- Main point of contact name, email, phone
- After-hours contact for emergencies
- Invoicing contact/address
Technical specifications
- What file formats they can accept and deliver
- Their preferred transfer method (Aspera, Frame.io, hard drive, etc.)
- What resolution and codec they work in
- Any technical limitations we should know about
Logistics
- Their availability/booking calendar
- Turnaround time for the specific scope of work
- Rate structure (day rate, project rate, per-shot for VFX, etc.)
- Payment terms (50% upfront, etc.)
Delivery details
- How they’ll deliver finals (file transfer, which platform)
- What format the deliverables will be in
- Whether they provide backups
I would also ask about their review process. Do they do an internal QC before delivering? How do they handle revision rounds? Do they charge for revisions beyond a certain scope?
Getting all this upfront prevents misunderstandings later.
—contacts, tech specs, admin logistics, delivery details, review process
How do you track vendor quotes and compare options for a post supervisor to make decisions?
—vendor comparison spreadsheet, highlight differences, red flags—
Create a vendor comparison spreadsheet with all quotes side by side. Key columns would be:
Highlight key differences: Vendor A is $2,000 cheaper but needs an extra three days. Vendor B has the faster turnaround but charges for revision rounds. Vendor C is mid-range pricing and we’ve worked with them successfully before.
Also, flag any red flags: Vendor D’s quote is very low, but they’re asking for 100% payment upfront which is unusual. Or Vendor E can’t deliver ProRes, only H.264, which creates extra work for us.
—vendor comparison spreadsheet, highlight differences, red flags—