Date

L

LWilson

I'm trying to write a formula so that if the date doesn't match, say the
current date, that it will take a month that I specify and give me the last
day of that month. For example, the current date is 11/11/09. If the date
doesn't match this date and I want to look at the last day of the month
another month. Data is like this

Jul 2009 Aug 2009 Sep 2009 Oct 2009 Nov 2009


In the July column, if the current date, specified by a cell in the
worksheet is NOT= to Jul 2009 then return Jul 31, 2009, otherwise current
date or 11/11/09


Help!!
 
L

Luizvs

I dont think I get it all, but youo may use conditional functions together
with date functions....
=IF( dataChecked = dateNow, dateNow, EOMONTH( anyDayOfOtherMonth ,0))
 
L

LWilson

I'm just now getting back to this...I think this will work, but I'll check
and see. Thank you for your help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top