I have a large spreadsheet with a date in column G for each name. I need to identify cells where the content is between 1-Dec-2011 and 31-Mar-2012.
Can anyone help me with a formula please.
I have a large spreadsheet with a date in column G for each name. I need to identify cells where the content is between 1-Dec-2011 and 31-Mar-2012.
Can anyone help me with a formula please.
I suggest entering your start and end dates into cells for easy reference. So if you put the start date in A1 and the end date in B1, a formula like this might work.
=IF(AND(G1>=A1,G1<=B1),[then whatever],[whatever else])
Trish in Oz
-------------
A problem well defined is a puzzle half solved
If you attach a sample of your workbook it will be easier to find a solution.Remember to remove/replace sensitive data before uploading the file. Look here if you need help with attachments:
http://www.excelforum.com/faq.php?fa...b3_attachments
Thank you for your prompt response. I have ended up using filters because I found out that the year was irrelevant, it was the day and month that was of interest.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks