View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Claus Busch Claus Busch is offline
external usenet poster
 
Posts: 3,872
Default Show value from one cell in another cell if today falls between a date range

Hi,

Am Thu, 31 Jan 2013 08:55:41 +0100 schrieb Claus Busch:

in B1 try:
=IF(MONTH(TODAY())=1,A1,"")


correction:
in B1 try:
=IF(MONTH(TODAY())=MONTH(C1),A1,"")


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2