Hi everyone,
I have a database consisting of all the jobs we have on hand at work, split into the functions that are needed for each job. You can see the attached pictures to see what I'm talking about. What I need to do is pull rows of information from the main worksheet (named: 'JOBS ON HAND') and copy them to another worksheet within the same file (name: 'Scheduler') IF the row contains a certain word in column E which in this case is 'INKJETTING'.
I have entered this formula in cell A6 of the 'Scheduler' worksheet to pull the FIRST row containing 'INKJETTING' in column E of the 'JOBS ON HAND' worksheet:
=INDEX('JOBS ON HAND'!A:A,MATCH("INKJETTING",'JOBS ON HAND'!$E:$E,0),1)
This works fine, and I have a similar formula in B6 to F6 to pull the rest of the column data from the 'JOBS ON HAND' worksheet (the formula above in A6 pulls only the data from column A in 'JOBS ON HAND' from the row that contains 'INKJETTING').
Hope I haven't lost you all...
My question is this - what formula do I now use in column A7 in the 'Scheduler' worksheet to pull the data from column A in 'JOBS ON HAND' from the SECOND row that contains 'INKJETTING'? There are several rows that contain 'INKJETTING' that need to be pulled.
If I can explain further, please let me know... thanks in advance.
Lee.
P.S. Image1 = 'JOBS ON HAND' and Image2 = 'Scheduler'.
Bookmarks