#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 56
Default "IF" Question?

Any help is greatly appreciated..

I have a column with different dates in it. I need to find the dates that
fall in the month of Aug 2009.

here's what I have
=IF(G2=08/01/2009 and <=08/31/2009, "Y","N")
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default "IF" Question?

Hi,

=IF(TEXT(G2,"mm/yyyy")="08/2009","Yes","No")

Mike

"Lime" wrote:

Any help is greatly appreciated..

I have a column with different dates in it. I need to find the dates that
fall in the month of Aug 2009.

here's what I have
=IF(G2=08/01/2009 and <=08/31/2009, "Y","N")

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default "IF" Question?

Lime wrote:
Any help is greatly appreciated..

I have a column with different dates in it. I need to find the dates that
fall in the month of Aug 2009.

here's what I have
=IF(G2=08/01/2009 and <=08/31/2009, "Y","N")



=IF(AND(G2=--"08/01/2009",G2<=--"08/31/2009"),"Y","N")
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 56
Default "IF" Question?

Thank you.. Stay AWESOME!!!!

"Mike H" wrote:

Hi,

=IF(TEXT(G2,"mm/yyyy")="08/2009","Yes","No")

Mike

"Lime" wrote:

Any help is greatly appreciated..

I have a column with different dates in it. I need to find the dates that
fall in the month of Aug 2009.

here's what I have
=IF(G2=08/01/2009 and <=08/31/2009, "Y","N")

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default "IF" Question?

Glenn wrote:
Lime wrote:
Any help is greatly appreciated..

I have a column with different dates in it. I need to find the dates
that fall in the month of Aug 2009.

here's what I have
=IF(G2=08/01/2009 and <=08/31/2009, "Y","N")



=IF(AND(G2=--"08/01/2009",G2<=--"08/31/2009"),"Y","N")



Probably better to use this:


=IF(AND(G2=--"01-Aug-2009",G2<=--"31-Aug-2009"),"Y","N")
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I make a "tab name" the "chart title"? (question on this) [email protected] Charts and Charting in Excel 2 April 15th 09 06:26 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
"Disk is Full" add-on question to "Can't reset last cell" post tod [email protected] Excel Discussion (Misc queries) 0 January 22nd 07 02:32 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


All times are GMT +1. The time now is 03:10 AM.

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

About Us

"It's about Microsoft Excel"