Thanks for taking the time to try and help solve this problem
I have been struggling with.
I have two sheets. The first sheet 214 S contains data.
The second sheet 214 Lst is where the output goes.
I was looking for a formula or macro that can do the following in excel 2013 for win7:
I was experimenting with Index and Match but I wasn't getting it right.
In sheet 214 S I would like it to look in Column A within each
category/field such as 99 - Tools for the item with the oldest date.
For example the formula or macro would look at all the entries for
99 - Tools (there are 2 entries in the example) and output the oldest date
out of the 99 - Tools entries (which is cell G2 7/1/2017) to another
sheet called 214 Lst in cell B2.
For 100 - Non Tools it would find the oldest date (which is cell G4 8/6/2017) and output
to cell B3 on sheet 214 Lst, and repeat so on down the list until the end of Column A.
(sheet 214 S)
[TABLE="width: 436"]
<tbody>[TR]
[TD]Label1
[/TD]
[TD]Label2
[/TD]
[TD]Label3
[/TD]
[TD]Label4
[/TD]
[TD]Label5
[/TD]
[TD]Label6
[/TD]
[TD]Date
[/TD]
[/TR]
[TR]
[TD]99 - Tools
[/TD]
[TD]12
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]7/1/2017
[/TD]
[/TR]
[TR]
[TD]99 - Tools
[/TD]
[TD]19
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
[TR]
[TD]100 - Non Tools
[/TD]
[TD]103
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
[TR]
[TD]100 - Non Tools
[/TD]
[TD]108
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/22/2017
[/TD]
[/TR]
[TR]
[TD]105 - Main
[/TD]
[TD]203
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/22/2017
[/TD]
[/TR]
[TR]
[TD]105 - Main
[/TD]
[TD]751
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]7/7/2017
[/TD]
[/TR]
[TR]
[TD]105 - Main
[/TD]
[TD]663
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]6/28/2017
[/TD]
[/TR]
[TR]
[TD]110 - Misc
[/TD]
[TD]29
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/5/2017
[/TD]
[/TR]
[TR]
[TD]110 - Misc
[/TD]
[TD]35
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
[TR]
[TD]110 - Misc
[/TD]
[TD]98
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/28/2017
[/TD]
[/TR]
[TR]
[TD]130 - NT
[/TD]
[TD]7
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
[TR]
[TD]135 - Leisure
[/TD]
[TD]100
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
</tbody>[/TABLE]
(sheet 214 Lst)
[TABLE="width: 270"]
<tbody>[TR]
[TD]Label1
[/TD]
[TD]Oldest Date
[/TD]
[/TR]
[TR]
[TD]99 - Tools
[/TD]
[TD]7/1/2017
[/TD]
[/TR]
[TR]
[TD]100 - Non Tools
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
[TR]
[TD]105 - Main
[/TD]
[TD]6/28/2017
[/TD]
[/TR]
[TR]
[TD]110 - Misc
[/TD]
[TD]8/5/2017
[/TD]
[/TR]
[TR]
[TD]130 - NT
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
[TR]
[TD]135 - Leisure
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
</tbody>[/TABLE]
Thanks again.
I have been struggling with.
I have two sheets. The first sheet 214 S contains data.
The second sheet 214 Lst is where the output goes.
I was looking for a formula or macro that can do the following in excel 2013 for win7:
I was experimenting with Index and Match but I wasn't getting it right.
In sheet 214 S I would like it to look in Column A within each
category/field such as 99 - Tools for the item with the oldest date.
For example the formula or macro would look at all the entries for
99 - Tools (there are 2 entries in the example) and output the oldest date
out of the 99 - Tools entries (which is cell G2 7/1/2017) to another
sheet called 214 Lst in cell B2.
For 100 - Non Tools it would find the oldest date (which is cell G4 8/6/2017) and output
to cell B3 on sheet 214 Lst, and repeat so on down the list until the end of Column A.
(sheet 214 S)
[TABLE="width: 436"]
<tbody>[TR]
[TD]Label1
[/TD]
[TD]Label2
[/TD]
[TD]Label3
[/TD]
[TD]Label4
[/TD]
[TD]Label5
[/TD]
[TD]Label6
[/TD]
[TD]Date
[/TD]
[/TR]
[TR]
[TD]99 - Tools
[/TD]
[TD]12
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]7/1/2017
[/TD]
[/TR]
[TR]
[TD]99 - Tools
[/TD]
[TD]19
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
[TR]
[TD]100 - Non Tools
[/TD]
[TD]103
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
[TR]
[TD]100 - Non Tools
[/TD]
[TD]108
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/22/2017
[/TD]
[/TR]
[TR]
[TD]105 - Main
[/TD]
[TD]203
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/22/2017
[/TD]
[/TR]
[TR]
[TD]105 - Main
[/TD]
[TD]751
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]7/7/2017
[/TD]
[/TR]
[TR]
[TD]105 - Main
[/TD]
[TD]663
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]6/28/2017
[/TD]
[/TR]
[TR]
[TD]110 - Misc
[/TD]
[TD]29
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/5/2017
[/TD]
[/TR]
[TR]
[TD]110 - Misc
[/TD]
[TD]35
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
[TR]
[TD]110 - Misc
[/TD]
[TD]98
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/28/2017
[/TD]
[/TR]
[TR]
[TD]130 - NT
[/TD]
[TD]7
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
[TR]
[TD]135 - Leisure
[/TD]
[TD]100
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]x
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
</tbody>[/TABLE]
(sheet 214 Lst)
[TABLE="width: 270"]
<tbody>[TR]
[TD]Label1
[/TD]
[TD]Oldest Date
[/TD]
[/TR]
[TR]
[TD]99 - Tools
[/TD]
[TD]7/1/2017
[/TD]
[/TR]
[TR]
[TD]100 - Non Tools
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
[TR]
[TD]105 - Main
[/TD]
[TD]6/28/2017
[/TD]
[/TR]
[TR]
[TD]110 - Misc
[/TD]
[TD]8/5/2017
[/TD]
[/TR]
[TR]
[TD]130 - NT
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
[TR]
[TD]135 - Leisure
[/TD]
[TD]8/6/2017
[/TD]
[/TR]
</tbody>[/TABLE]
Thanks again.