Find specific data in a column of data and then copy that cell and all data below that into a new column. at a specific location.

echase

New Member
Joined
Jan 15, 2014
Messages
2
I am looking for a way to automatically propagate my lookup table.

I would like to enter data in blank cell. Find that data in a column of data and then copy that cell and all data below that into a new column.

The attached spreadsheet is an example of a sheet I use daily in my work.

I use it to convert time codes (HH:MM:SS:FR) from editorial reel length to continuous long play time codes.

Columns A through E is the lookup table and F-N is the conversion section.

Column B represents the time code sequence of 35mm film. The first frame of picture is always at 8 seconds (01:00:08:00) this is cell B3. The film has 24 frames in 1 second as demonstrated in cells B26 and B27.

An editorial reel of film is usually never more than 20 minutes, but it is variable.

Once all the editorial reels are finished and locked in length. They are assembled together to make the continuous long play video.

My task at work is to convert the editorial notes from the editorial work and find their continuous long play equivalent.

I do this by finding the time code of first frame of picture in each of editorial reels in Column B, In this example Reel 2 first frame of picture is 1:17:08:21 (or cell B24504) Selecting to the end of the column, Copying and pasting to column D at cell D3.

I then do the same for Reel 3. FFOP is 1:34:39:16 (cell B49723) pasted to column E at cell E3.

I’m wondering if there is an easier way to make Columns C,D,E instead of copy and paste?

It would be great if I could just enter the First Frame of Picture information and have the column propagate using the sequence in Column B.

Is there a guru out there that can help me with this?
Thanks for listening to my problem and I look forward to any help I could get in this matter.

Ethan Chase.


I tried to figure out how to paste examples. I hope this works.


Example of Lookup table.

A B C D E
FrameTheatricalr1r2r3
FFOP R1FFOP R2FFOP R3
11000800100000011708211343916
21000801100000111708221343917
31000802100000211708231343918
41000803100000311709001343919
51000804100000411709011343920
61000805100000511709021343921
71000806100000611709031343922
81000807100000711709041343923
91000808100000811709051344000
101000809100000911709061344001
111000810100001011709071344002
121000811100001111709081344003
131000812100001211709091344004
141000813100001311709101344005
151000814100001411709111344006
161000815100001511709121344007
171000816100001611709131344008
181000817100001711709141344009
191000818100001811709151344010
201000819100001911709161344011
211000820100002011709171344012
221000821100002111709181344013
231000822100002211709191344014
241000823100002311709201344015
251000900100010011709211344016
261000901100010111709221344017
271000902100010211709231344018
281000903100010311710001344019
291000904100010411710011344020
301000905100010511710021344021
311000906100010611710031344022
321000907100010711710041344023
331000908100010811710051344100
341000909100010911710061344101
351000910100011011710071344102
361000911100011111710081344103
371000912100011211710091344104
381000913100011311710101344105
391000914100011411710111344106
401000915100011511710121344107
411000916100011611710131344108
421000917100011711710141344109
431000918100011811710151344110
441000919100011911710161344111
451000920100012011710171344112
461000921100012111710181344113
471000922100012211710191344114
481000923100012311710201344115

<!--StartFragment--> <colgroup><col width="65" span="5" style="width:65pt"> </colgroup><tbody>
<!--EndFragment--></tbody>



245011170820117002013409171514012
245021170821117002113409181514013
245031170822117002213409191514014
245041170823117002313409201514015
245051170900117010013409211514016
245061170901117010113409221514017

<colgroup><col><col><col><col><col></colgroup><tbody>
</tbody>


EXAMPLE OF THE CONVERSION SECTION FOR REEL 2 ONLY:
I J K
R2R2R2
THEAT. LOC.REEL OFFSETLP EQUIV.
2000000=I3-1000000=VLOOKUP(J3,B:E,3,TRUE)
2000600=I4-1000000=VLOOKUP(J4,B:E,3,TRUE)
2000800=I5-1000000=VLOOKUP(J5,B:E,3,TRUE)
2173819=I6-1000000=VLOOKUP(J6,B:E,3,TRUE)
=I7-1000000=VLOOKUP(J7,B:E,3,TRUE)
=I8-1000000=VLOOKUP(J8,B:E,3,TRUE)
=I9-1000000=VLOOKUP(J9,B:E,3,TRUE)

<colgroup><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
I have resolved this problem. As soon as I can figure out how to paste my spreadsheet I will share the answer. Thanks echase
 
Upvote 0

Forum statistics

Threads
1,216,182
Messages
6,129,364
Members
449,506
Latest member
nomvula

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top