Find First date and Last date from a column

vij

Board Regular
Joined
Feb 13, 2011
Messages
215
Hi,

I am requesting someone to help me with the following problem:
I have a number of dates entered in Column A out of which most of them are repeated and data in the rest of the column.

I have to find the first date and the last date and have it automatically entered in sheet 2 cell c3 "Start Date" and cell D3 "End Date"

I want this data to be entered as soon as I update the data in sheet 1.

I am using Excel 2010 with Windows 7

Thanks,
Vij
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Do you have numeric data mixed with dates in column A?
 
Upvote 0
Hi

On sheet 2 cell C3 use this formula:
=MIN(Sheet1!A:A)

in D3 use this one:
=MAX(Sheet1!A:A)
This should work if the dates in sheet1 column A are formatted as dates.

Vidar
 
Upvote 0
You're welcome vij ;)

You might want to change the range from "A:A" to the maximum range you'll ever get, eg. "A2:A1000"
It will speed up calculation a lot.

Vidar
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,864
Messages
6,121,981
Members
449,058
Latest member
oculus

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