Re: $$Excel-Macros$$ get name of months from date

2011-05-08 Thread ashish koul
=TEXT(a1,)

On Sun, May 8, 2011 at 4:48 PM, Rajesh K R rajeshkainikk...@gmail.comwrote:

 Hi Experts
 If I want to get the name of month from  dates
  1/4/11- April
 5/5/11   - May

 how I can I do it with a formula or code

 Regards

 Rajesh Kainikkara

 --

 --
 Some important links for excel users:
 1. Follow us on TWITTER for tips tricks and links :
 http://twitter.com/exceldailytip
 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
 3. Excel tutorials at http://www.excel-macros.blogspot.com
 4. Learn VBA Macros at http://www.quickvba.blogspot.com
 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com

 To post to this group, send email to excel-macros@googlegroups.com

 
 Like our page on facebook , Just follow below link
 http://www.facebook.com/discussexcel




-- 
*Regards*
* *
*Ashish Koul*
*akoul*.*blogspot*.com http://akoul.blogspot.com/
*akoul*.wordpress.com http://akoul.wordpress.com/
My Linkedin Profile http://in.linkedin.com/pub/ashish-koul/10/400/830


P Before printing, think about the environment.

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel


Re: $$Excel-Macros$$ get name of months from date

2011-05-08 Thread Rajesh K R
Hi

Thanks for the formula .

Regards
Rajesh Kainikkara


On 5/8/11, ashish koul koul.ash...@gmail.com wrote:
 =TEXT(a1,)

 On Sun, May 8, 2011 at 4:48 PM, Rajesh K R
 rajeshkainikk...@gmail.comwrote:

 Hi Experts
 If I want to get the name of month from  dates
  1/4/11- April
 5/5/11   - May

 how I can I do it with a formula or code

 Regards

 Rajesh Kainikkara

 --

 --
 Some important links for excel users:
 1. Follow us on TWITTER for tips tricks and links :
 http://twitter.com/exceldailytip
 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
 3. Excel tutorials at http://www.excel-macros.blogspot.com
 4. Learn VBA Macros at http://www.quickvba.blogspot.com
 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com

 To post to this group, send email to excel-macros@googlegroups.com

 
 Like our page on facebook , Just follow below link
 http://www.facebook.com/discussexcel




 --
 *Regards*
 * *
 *Ashish Koul*
 *akoul*.*blogspot*.com http://akoul.blogspot.com/
 *akoul*.wordpress.com http://akoul.wordpress.com/
 My Linkedin Profile http://in.linkedin.com/pub/ashish-koul/10/400/830


 P Before printing, think about the environment.

 --
 --
 Some important links for excel users:
 1. Follow us on TWITTER for tips tricks and links :
 http://twitter.com/exceldailytip
 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
 3. Excel tutorials at http://www.excel-macros.blogspot.com
 4. Learn VBA Macros at http://www.quickvba.blogspot.com
 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com

 To post to this group, send email to excel-macros@googlegroups.com

 
 Like our page on facebook , Just follow below link
 http://www.facebook.com/discussexcel


-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel


Re: $$Excel-Macros$$ get name of months from date

2011-05-08 Thread in . vaibhav
Use formula

=text(ref,Mmmm)

Where ref is cell reference.

BR//
-Original Message-
From: Rajesh K R rajeshkainikk...@gmail.com
Sender: excel-macros@googlegroups.com
Date: Sun, 8 May 2011 16:48:36 
To: excel-macrosexcel-macros@googlegroups.com
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ get name of months from date

Hi Experts
If I want to get the name of month from  dates
 1/4/11- April
5/5/11   - May

how I can I do it with a formula or code

Regards

Rajesh Kainikkara

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel


Re: $$Excel-Macros$$ get name of months from date

2011-05-08 Thread siti Vi
assuming your date is in cell A2; also try this formula
=TEXT(A2,[$-6000446])

Punjabi month name ??



On Sun, May 8, 2011 at 6:18 PM, Rajesh K R rajeshkainikk...@gmail.com wrote:
 Hi Experts
 If I want to get the name of month from  dates
  1/4/11    - April
 5/5/11   - May

 how I can I do it with a formula or code

 Regards

 Rajesh Kainikkara

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel


Re: $$Excel-Macros$$ get name of months from date

2011-05-08 Thread Nishant Sharma
Use Month formula

open excel and copy this in A1

04-04-2011 =month(A1)

Thanks
Nishant


On Sun, May 8, 2011 at 4:48 PM, Rajesh K R rajeshkainikk...@gmail.comwrote:

 Hi Experts
 If I want to get the name of month from  dates
  1/4/11- April
 5/5/11   - May

 how I can I do it with a formula or code

 Regards

 Rajesh Kainikkara

 --

 --
 Some important links for excel users:
 1. Follow us on TWITTER for tips tricks and links :
 http://twitter.com/exceldailytip
 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
 3. Excel tutorials at http://www.excel-macros.blogspot.com
 4. Learn VBA Macros at http://www.quickvba.blogspot.com
 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com

 To post to this group, send email to excel-macros@googlegroups.com

 
 Like our page on facebook , Just follow below link
 http://www.facebook.com/discussexcel


-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel


Re: $$Excel-Macros$$ get name of months from date

2011-05-08 Thread STDEV(i)
Unfortunately  *Month Function* returns *Month Index ( 1 to 12 )* not *Month
NAME*
Assuming A1 containts date data :  12/31/2011
Formula in B1  =MONTH(A1)  returns :  *12*  not  *December*

In vba you can used MonthName Function

Sub AboutMonth()
   Range(B1) = Month(Range(A1))
   Range(C1) = *MonthName(Range(B1))*
End Sub

In worksheet there is no MonthName  function

CMIIW



On Mon, May 9, 2011 at 2:44 AM, Nishant Sharma leonish...@gmail.com wrote:
* Use Month formula
 open excel and copy this in A1
 04-04-2011 =month(A1)
 Thanks
 Nishant
*
 On Sun, May 8, 2011 at 4:48 PM, Rajesh K R rajeshkainikk...@gmail.com
 wrote:

 Hi Experts
 If I want to get the name of month from  dates
  1/4/11- April
 5/5/11   - May

 how I can I do it with a formula or code

 Regards

 Rajesh Kainikkara

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel


Re: $$Excel-Macros$$ get name of months from date

2011-05-08 Thread Dave Bonallack
You can also format the cell 
Regards - Dave



On 09/05/2011, at 9:17 AM, STDEV(i) setiyowati.d...@gmail.com wrote:

 Unfortunately  Month Function returns Month Index ( 1 to 12 ) not Month NAME
 Assuming A1 containts date data :  12/31/2011
 Formula in B1  =MONTH(A1)  returns :  12  not  December
 
 In vba you can used MonthName Function
 
 Sub AboutMonth()
Range(B1) = Month(Range(A1))
Range(C1) = MonthName(Range(B1))
 End Sub
 
 In worksheet there is no MonthName  function
 
 CMIIW
 
 
 
 On Mon, May 9, 2011 at 2:44 AM, Nishant Sharma leonish...@gmail.com wrote:
  Use Month formula
  open excel and copy this in A1
  04-04-2011 =month(A1)
  Thanks
  Nishant
 
  On Sun, May 8, 2011 at 4:48 PM, Rajesh K R rajeshkainikk...@gmail.com
  wrote:
 
  Hi Experts
  If I want to get the name of month from  dates
   1/4/11- April
  5/5/11   - May
 
  how I can I do it with a formula or code
 
  Regards
 
  Rajesh Kainikkara
 
 -- 
 --
 Some important links for excel users:
 1. Follow us on TWITTER for tips tricks and links : 
 http://twitter.com/exceldailytip
 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
 3. Excel tutorials at http://www.excel-macros.blogspot.com
 4. Learn VBA Macros at http://www.quickvba.blogspot.com
 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
 To post to this group, send email to excel-macros@googlegroups.com
  
 
 Like our page on facebook , Just follow below link
 http://www.facebook.com/discussexcel

-- 
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com


Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel