A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

copy date in a cell if within a date range



 
 
Thread Tools Display Modes
  #1  
Old April 19th, 2010, 08:59 PM posted to microsoft.public.excel.misc
carrerapaolo
external usenet poster
 
Posts: 2
Default copy date in a cell if within a date range

Column M is a listing of percentages

Column A is various dates, anywhere from Jan 1, 1998 to the present.

I need to copy the contents of let's say M3 into cell T3 is the date in cell
A3 is any date in the year 2010. If the date is in another year, leave cell
T3 blank

Thanks

  #2  
Old April 19th, 2010, 09:11 PM posted to microsoft.public.excel.misc
carrerapaolo
external usenet poster
 
Posts: 2
Default copy data in a cell if within a date range



"carrerapaolo" wrote:

Column M is a listing of percentages

Column A is various dates, anywhere from Jan 1, 1998 to the present.

I need to copy the contents of let's say M3 into cell T3 is the date in cell
A3 is any date in the year 2010. If the date is in another year, leave cell
T3 blank

Thanks

  #3  
Old April 19th, 2010, 09:12 PM posted to microsoft.public.excel.misc
David Biddulph
external usenet poster
 
Posts: 8,714
Default copy date in a cell if within a date range

=IF(YEAR(A3)=2010,M3,"") is the formula to use in T3
--
David Biddulph


"carrerapaolo" wrote in message
...
Column M is a listing of percentages

Column A is various dates, anywhere from Jan 1, 1998 to the present.

I need to copy the contents of let's say M3 into cell T3 is the date in
cell
A3 is any date in the year 2010. If the date is in another year, leave
cell
T3 blank

Thanks


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:22 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.