Oldest date with day 1 on column

mark692

Active Member
Joined
Feb 27, 2015
Messages
321
Office Version
  1. 2016
Platform
  1. Windows
hello is this possible on excel formula giving the date of the oldest date with day 1 on colum

example


12-6-17

2-7-16
8-2-17
3-1-17
12-26-17
6-1-17

<tbody>
</tbody>


on the given table the date that the formula that i need will find 3-1-17 because it is the oldest date with day 1,, thanks :)
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Understood :) - here is one option you can try:


Excel 2013/2016
ABC
112/06/201703/01/2017
202/07/2016
308/02/2017
403/01/2017
512/26/2017
606/01/2017
Sheet1
Cell Formulas
RangeFormula
C1=AGGREGATE(15,6,A1:A6/(DAY(A1:A6)=1),1)
 
Upvote 0
Understood :) - here is one option you can try:

Excel 2013/2016
ABC
112/06/201703/01/2017
202/07/2016
308/02/2017
403/01/2017
512/26/2017
606/01/2017

<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
C1=AGGREGATE(15,6,A1:A6/(DAY(A1:A6)=1),1)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>


big thanks sir!
 
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,042
Members
448,940
Latest member
mdusw

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