OK, so I have a bunch of microfilm rolls storing records of old newspapers. Each roll is numbered, but we're missing some and I'd like to determine what we're missing.
Here is what my data looks like. A is the number of the microfilm roll, B is the start date of that roll, C is the end date of that roll.
A --- B --- C
8 --- 18-Dec-09 --- 18-Jun-10
9 --- 18-Jun-10 --- 13-Oct-11
10 --- 13-Oct-11 --- 18-Jun-12
I would like to be able to have a date, say June 20, 1910. Then it would look at the specific, determine that date falls in Roll 9 and return a "9." If there is not microfilm for a date, it can do an error message or whatever.
Is there a way to do this?
Thank you,
Becky
Here is what my data looks like. A is the number of the microfilm roll, B is the start date of that roll, C is the end date of that roll.
A --- B --- C
8 --- 18-Dec-09 --- 18-Jun-10
9 --- 18-Jun-10 --- 13-Oct-11
10 --- 13-Oct-11 --- 18-Jun-12
I would like to be able to have a date, say June 20, 1910. Then it would look at the specific, determine that date falls in Roll 9 and return a "9." If there is not microfilm for a date, it can do an error message or whatever.
Is there a way to do this?
Thank you,
Becky
Last edited: