find the last date in the month

Nico Learning

New Member
Joined
May 15, 2009
Messages
20
Hi All you Genius

I don't know if this is doable but i have an excel spread sheet where in column a i have the list of date and in row b:J i have some tasks

is there a way where i can find out the date of the last task with in a particular month?

e.g. if the month is October then i would like to see the date of the last task as 20/10/09 if thats the last date that i have to do a task

if this is not clear enough i can send an example to you via email if any of you are want

regards
Nick
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Something like:

=MAX(IF(MONTH($A$1:$A$10)=MONTH(TODAY()),$A$1:$A$10))

Confirmed with Ctrl+Shift+Enter as it's an array formula.

Dom
 
Upvote 0

Forum statistics

Threads
1,214,905
Messages
6,122,172
Members
449,071
Latest member
cdnMech

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