Return subsequent values within date range

DerekWooley

New Member
Joined
May 1, 2018
Messages
34
Hello, I have a gantt chart where I am trying to return all item #s , andstart and end dates that correspond to them where the start date is within my minimumand maximum date range for each machine. I would like to return them in orderso they are ascending start and end dates.


My min date is 7/16/2018 in cell A2 and my max date is 10/1/2018 in cell A3.My lookup data table is below as well.



Column A
Column B
Column C
Column D
Machine:
Item
Start Date
End Date
Machine 1
Formula needed
Formula needed
Formula needed
Machine 1
Formula needed
Formula needed
Formula needed
Machine 1
Formula needed
Formula needed
Formula needed
Machine 2
Formula needed
Formula needed
Formula needed
Machine 2
Formula needed
Formula needed
Formula needed
Machine 2
Formula needed
Formula needed
Formula needed
<tbody> </tbody>

Look Up data table:
Column A
Column B
Column C
Column D
Machine:
Item
Start Date
End Date
Machine 1
235
7/13/2018
7/20/2018
Machine 1
3495
7/21/2018
7/25/2018
Machine 1
2934
7/26/2018
7/30/2018
Machine 1
30467
7/31/2018
8/4/2018




Machine 2
20946
7/15/2018
7/20/2018
Machine 2
29
7/21/2018
7/22/2018
Machine 2
3946
7/23/2018
7/28/2018
Machine 2
2903
7/29/2018
7/31/2018
Machine 2
3021
8/1/2018
8/6/2018
Machine 2
3950
8/7/2018
8/10/2018
Machine 2
4843
8/11/2018
8/16/2018
<tbody> </tbody>

Thank you for any help.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Forum statistics

Threads
1,214,982
Messages
6,122,575
Members
449,089
Latest member
Motoracer88

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