PC Review


Reply
Thread Tools Rate Thread

chose days by month

 
 
=?Utf-8?B?RGF2ZQ==?=
Guest
Posts: n/a
 
      21st Aug 2007
I would like to write a function that is different for each month. My dates
are written in dd/mm/yy format. i am looking for a way to reference the
specific cells in a month without referencing day by day. For example i
would write an IF statement like =IF(A1=(SOME DAY IN MARCH?),A1,"". Can
anyone help? I am familiar with arrays and most functions i am just unsure of
what to use. Thanks
A
1 3/3/2006
2 4/4/2006
3 3/16/2006
4 5/2/2006
5 4/29/2006
6 2/2/2006

 
Reply With Quote
 
 
 
 
JE McGimpsey
Guest
Posts: n/a
 
      21st Aug 2007
One way:

=IF(MONTH(A1)=3,A1,"")

In article <BB6939FF-2DAB-4BFF-A695-(E-Mail Removed)>,
Dave <(E-Mail Removed)> wrote:

> I would like to write a function that is different for each month. My dates
> are written in dd/mm/yy format. i am looking for a way to reference the
> specific cells in a month without referencing day by day. For example i
> would write an IF statement like =IF(A1=(SOME DAY IN MARCH?),A1,"". Can
> anyone help? I am familiar with arrays and most functions i am just unsure of
> what to use. Thanks
> A
> 1 3/3/2006
> 2 4/4/2006
> 3 3/16/2006
> 4 5/2/2006
> 5 4/29/2006
> 6 2/2/2006

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel to make the days cary over month to month automaticly GARY Microsoft Excel New Users 1 19th Apr 2008 06:05 PM
Number of days in month counted from shortened name of month & yea =?Utf-8?B?VHVtYXI=?= Microsoft Excel Worksheet Functions 6 18th Sep 2007 03:36 PM
Days per month for calculating storage days Bart Microsoft Excel Programming 10 1st Feb 2007 05:01 PM
Days per month for calculating storage days Bart Microsoft Excel Worksheet Functions 3 31st Jan 2007 06:40 PM
how do i differentiate 31 days month from 28 days month =?Utf-8?B?a3dha3M=?= Microsoft Access Queries 6 24th Apr 2006 07:27 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:50 PM.