pweinstein
New Member
- Joined
- May 11, 2005
- Messages
- 3
Hello all,
I as work as a storyboard artist in cartoon animation. I'm building a template in Excel to organize my drawings and I need some help.
The sketches I do are part of a storyboard that is organized by scene numbers.
Within each scene there can be 1 or more drawings that make up the scene.
Here's an example:
Scene 1 Panel 1 Is a drawing of Mickey Mouse walking in to a scene
Scene 1 Panel 2 Is a drawing of Mickey stoping to look at his watch.
CUT TO:
Scene 2, Panel 1 A close-up drawing of Mickey looking at his watch.
Scene 2 Panel 2 Mickey taps his watch with his finger etc.
I'm trying to write a formula that will read the photoshop file names automatically numbering Scene and Panel numbers.
You might be thinking, why not just name the file with the correct number when you save? The reason is that these storyboards go through many, many changes before they are finalized. If I could create a template that automatically renumbers my Scenes when a change is made, well that would be amazing.
To automatically number the Scenes, the Excel formula might do something like this:
If "filename" contains "N" go to last occurance of a "filename" with "N" in the spreadsheet and add "1". If "filename" does not contain "N" then go to the last occurance of a filename with an "N" and use that number for the entry.
(*My thought was to use the letter "N" in a filename to indicate a "new" scene.)
The formula for generating the panel numbers would be similar:
IF "filename" contains "N" then the result = 1
If "filename" does not contain "N" then go to the last "filename" number and add "1"
So Excel would automatically generate the scene numbers:
ie: scene 1 panel 1, scene 1 panel 2, scene 1, panel 3, scene 2 panel 1, scene 2 panel 3, etc...
Anybody that can figure this one out? I can send you an original drawing of your favorite Disney character for your troubles!! Thanks. Phil
I as work as a storyboard artist in cartoon animation. I'm building a template in Excel to organize my drawings and I need some help.
The sketches I do are part of a storyboard that is organized by scene numbers.
Within each scene there can be 1 or more drawings that make up the scene.
Here's an example:
Scene 1 Panel 1 Is a drawing of Mickey Mouse walking in to a scene
Scene 1 Panel 2 Is a drawing of Mickey stoping to look at his watch.
CUT TO:
Scene 2, Panel 1 A close-up drawing of Mickey looking at his watch.
Scene 2 Panel 2 Mickey taps his watch with his finger etc.
I'm trying to write a formula that will read the photoshop file names automatically numbering Scene and Panel numbers.
You might be thinking, why not just name the file with the correct number when you save? The reason is that these storyboards go through many, many changes before they are finalized. If I could create a template that automatically renumbers my Scenes when a change is made, well that would be amazing.
To automatically number the Scenes, the Excel formula might do something like this:
If "filename" contains "N" go to last occurance of a "filename" with "N" in the spreadsheet and add "1". If "filename" does not contain "N" then go to the last occurance of a filename with an "N" and use that number for the entry.
(*My thought was to use the letter "N" in a filename to indicate a "new" scene.)
The formula for generating the panel numbers would be similar:
IF "filename" contains "N" then the result = 1
If "filename" does not contain "N" then go to the last "filename" number and add "1"
So Excel would automatically generate the scene numbers:
ie: scene 1 panel 1, scene 1 panel 2, scene 1, panel 3, scene 2 panel 1, scene 2 panel 3, etc...
Anybody that can figure this one out? I can send you an original drawing of your favorite Disney character for your troubles!! Thanks. Phil