I have a sheet like this being used to track actors and characters lines for a record. Each line looks like so:
I have intended to have a field under each actor which totals his lines from column "# of Lines" (N), I was hoping to make it dynamic/
I would need a formula (or other solution but I am no very familar with Macros and the like) that polls column "Actor" (D) but totals (N). I tried this but no luck:
=SUMIF(D:D,D1,N:N) Where D1 is the current Role in a static sell (likely in the same row as the sum field).
Is this possible?
Thanks
Draft | Record Date | Actor | Character | Page | Line # | Notes | # of Lines | ||||||
Pilot BLUE 05/04/23 | John Doe | John Smith | 1 | 1 | 2 | 3 | 4 | 5 | 5 | ||||
Pilot BLUE 05/04/23 | John Doe | John Smith | 2 | 6 | 8 | 10 | 3 |
Pilot BLUE 05/04/23 | John Doe | John Smith | 3 | 15 | 17 | 2 | |||||||
Pilot BLUE 05/04/23 | John Doe | John Smith | 4 | 19 | 20 | 22 | 3 | ||||||
Pilot BLUE 05/04/23 | John Doe | John Smith | 5 | 23 | 25 | 2 | |||||||
Pilot BLUE 05/04/23 | John Doe | John Smith | 8 | 45 | 49 | 2 |
I would need a formula (or other solution but I am no very familar with Macros and the like) that polls column "Actor" (D) but totals (N). I tried this but no luck:
=SUMIF(D:D,D1,N:N) Where D1 is the current Role in a static sell (likely in the same row as the sum field).
Is this possible?
Thanks