Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I have a workseet with 3 columns: Date New Company Mar-06 CompA May-06 N CompB Feb-06 CompC Is it possible to automatically add a "N" under the "New" column if the current month(May) is added? I can use the TODAY function but I can't get it to work with just the current month. Any help is appreciated. Thanks Mark |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try in B2, and copy down:
=IF(MONTH(A2)=MONTH(TODAY()),"N","") -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Mark Jackson" wrote: Hello, I have a workseet with 3 columns: Date New Company Mar-06 CompA May-06 N CompB Feb-06 CompC Is it possible to automatically add a "N" under the "New" column if the current month(May) is added? I can use the TODAY function but I can't get it to work with just the current month. Any help is appreciated. Thanks Mark |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(MONTH(A1)=MONTH(TODAY()),"N","")
Vaya con Dios, Chuck, CABGx3 "Mark Jackson" wrote: Hello, I have a workseet with 3 columns: Date New Company Mar-06 CompA May-06 N CompB Feb-06 CompC Is it possible to automatically add a "N" under the "New" column if the current month(May) is added? I can use the TODAY function but I can't get it to work with just the current month. Any help is appreciated. Thanks Mark |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Another alternative is to use Conditional Formatting on the date column with
the "Formula is" as =MONTH($A1)=MONTH(TODAY()), then apply a background or font color of choice....... Vaya con Dios, Chuck, CABGx3 "Mark Jackson" wrote: Hello, I have a workseet with 3 columns: Date New Company Mar-06 CompA May-06 N CompB Feb-06 CompC Is it possible to automatically add a "N" under the "New" column if the current month(May) is added? I can use the TODAY function but I can't get it to work with just the current month. Any help is appreciated. Thanks Mark |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It works perfect! Thank you.
Mark "Mark Jackson" wrote: Hello, I have a workseet with 3 columns: Date New Company Mar-06 CompA May-06 N CompB Feb-06 CompC Is it possible to automatically add a "N" under the "New" column if the current month(May) is added? I can use the TODAY function but I can't get it to work with just the current month. Any help is appreciated. Thanks Mark |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Trending Formula Results by Date | Excel Worksheet Functions | |||
Year-to-date year to date formula | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Need help troubleshooting an array formula XLXP on Win2K | Excel Worksheet Functions |