Re: $$Excel-Macros$$ excel question

2013-12-10 Thread Pravin Gunjal
This also can be used: =COUNTA(D2:D15)

Regards
Pravin Gunjal.


On Sat, Nov 2, 2013 at 7:46 PM, Robert Barnes rbar...@hcsgcorp.com wrote:

 You are a GENIUS!!!


 On Fri, Nov 1, 2013 at 6:41 PM, Sam Mathai Chacko samde...@gmail.comwrote:

 Are you looking for this?

 =COUNTIF($D$2:$D$15,S)

 Regards,
 Sam Mathai Chacko


 On Sat, Nov 2, 2013 at 4:16 AM, Robert Barnes rbar...@hcsgcorp.comwrote:



 First of all thank you. I am, at best, a novice user of excel. Even
 though we use it for its most basic functions daily. I am attempting to go
 to the next level with an inspection form that we use by allowing employees
 to use tablets to complete. On the inspection we enter an s for
 satisfactory. Unsat is another column and we do not need to do anything
 with it.
 So what I have entered is an IF and it works. However I am not able to
 just drag it down for the next 15 cells or so and it add all the S's up as
 numbers. At the bottom of the sheet, if there are 15 items inspected, I
 want it to add all up and give me 15 as a total, assuming an S is in each
 of the above 15 cells. If there is a way to drag to add the cells it would
 be helpful since there are several hundred total S opportunities in
 multiple sections.Thanks again for any assistance.


 =IF(A1=S,1,0)

 --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
 It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google
 Groups MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Sam Mathai Chacko

 --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups MS EXCEL AND VBA MACROS group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/excel-macros/lDPr80E5SHo/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 excel-macros+unsubscr...@googlegroups.com.

 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Thanks,
Robert Barnes
817-995-0500

 --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to 

Re: $$Excel-Macros$$ excel question

2013-11-02 Thread Robert Barnes
You are a GENIUS!!!


On Fri, Nov 1, 2013 at 6:41 PM, Sam Mathai Chacko samde...@gmail.comwrote:

 Are you looking for this?

 =COUNTIF($D$2:$D$15,S)

 Regards,
 Sam Mathai Chacko


 On Sat, Nov 2, 2013 at 4:16 AM, Robert Barnes rbar...@hcsgcorp.comwrote:



 First of all thank you. I am, at best, a novice user of excel. Even
 though we use it for its most basic functions daily. I am attempting to go
 to the next level with an inspection form that we use by allowing employees
 to use tablets to complete. On the inspection we enter an s for
 satisfactory. Unsat is another column and we do not need to do anything
 with it.
 So what I have entered is an IF and it works. However I am not able to
 just drag it down for the next 15 cells or so and it add all the S's up as
 numbers. At the bottom of the sheet, if there are 15 items inspected, I
 want it to add all up and give me 15 as a total, assuming an S is in each
 of the above 15 cells. If there is a way to drag to add the cells it would
 be helpful since there are several hundred total S opportunities in
 multiple sections.Thanks again for any assistance.


 =IF(A1=S,1,0)

 --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/groups/opt_out.




 --
 Sam Mathai Chacko

 --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups MS EXCEL AND VBA MACROS group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/excel-macros/lDPr80E5SHo/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Thanks,
   Robert Barnes
   817-995-0500

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at 

Re: $$Excel-Macros$$ excel question

2013-11-01 Thread Sam Mathai Chacko
Are you looking for this?

=COUNTIF($D$2:$D$15,S)

Regards,
Sam Mathai Chacko


On Sat, Nov 2, 2013 at 4:16 AM, Robert Barnes rbar...@hcsgcorp.com wrote:



 First of all thank you. I am, at best, a novice user of excel. Even though
 we use it for its most basic functions daily. I am attempting to go to the
 next level with an inspection form that we use by allowing employees to use
 tablets to complete. On the inspection we enter an s for satisfactory.
 Unsat is another column and we do not need to do anything with it.
 So what I have entered is an IF and it works. However I am not able to
 just drag it down for the next 15 cells or so and it add all the S's up as
 numbers. At the bottom of the sheet, if there are 15 items inspected, I
 want it to add all up and give me 15 as a total, assuming an S is in each
 of the above 15 cells. If there is a way to drag to add the cells it would
 be helpful since there are several hundred total S opportunities in
 multiple sections.Thanks again for any assistance.


 =IF(A1=S,1,0)

 --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.

 NOTE : Don't ever post confidential data in a workbook. Forum owners and
 members are not responsible for any loss.
 ---
 You received this message because you are subscribed to the Google Groups
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Sam Mathai Chacko

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/groups/opt_out.


Re: $$Excel-Macros$$ Excel question

2011-07-07 Thread Vasant
Pls find a UDF

Public Function GetFirstRevenueDate(Rng As Range)
For Each cls In Rng.Cells
If cls.Value  0 Then
Dt = Cells(1, cls.Column)
GetFirstRevenueDate = Format(Dt, dd-mmm-)
Exit Function
End If
Next
End Function

File attached.

On Thu, Jul 7, 2011 at 10:05 PM, AK exce...@gmail.com wrote:

 Hi Experts,


 Could you please look into my excel query. I have the multiple columns
 filled with some Revenue values. I need the first month when the revenue
 started flowing in (anything which is greater than 0).


 For example – for the Account Name: Mohan, We started recognizing the
 revenue from ‘3/31/2010’ so ‘Revenue started from Month’ Column should
 have 3/31/2010 as the output.


 Excel formula or Macro . Anything is fine with me :-)



 Thanking you in Advance.

 --
 Regards,

 AK

 --

 --
 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

Vasant

skype Id: vasantjob
http://facebook.com/vasantjob

-- 
--
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


ABC_sheet.xlsm
Description: Binary data


Re: $$Excel-Macros$$ Excel question

2011-07-07 Thread Haseeb Avarakkan
Hi,
 
C2  copy down.
 
=IFERROR(INDEX(D$1:SF$1,MATCH(TRUE,INDEX(ISNUMBER(1/D2:SF2),),0)),Not 
Started)
 
HTH
Haseeb

-- 
--
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$$ Excel question

2011-07-07 Thread Rajan_Verma
Try this Function in C2

 

Function GetStartDate(RevRange As Range) As Variant

Dim cell As Range

For Each cell In RevRange

If cell.Value  0 Then

GetStartDate = Cells(1, cell.Column).Value

Exit Function

End If

Next

End Function

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of AK
Sent: Thursday, July 07, 2011 10:06 PM
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Excel question

 

Hi Experts,

 

Could you please look into my excel query. I have the multiple columns
filled with some Revenue values. I need the first month when the revenue
started flowing in (anything which is greater than 0).

 

For example - for the Account Name: Mohan, We started recognizing the
revenue from '3/31/2010' so 'Revenue started from Month' Column should have
3/31/2010 as the output. 

 

Excel formula or Macro . Anything is fine with me :-)

 

Thanking you in Advance.


-- 
Regards,

AK

-- 

--
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$$ Excel question

2011-07-07 Thread ashish koul
=INDEX($1:$1,0,SMALL(IF(D2:AB20,COLUMN(D2:AB2),),1))

press ctrl +shift+ enter

check the attachment

On Fri, Jul 8, 2011 at 12:31 AM, Rajan_Verma rajanverma1...@gmail.comwrote:

  *Try this Function in C2*

 * *

 *Function GetStartDate(RevRange As Range) As Variant*

 *Dim cell As Range*

 *For Each cell In RevRange*

 *If cell.Value  0 Then*

 *GetStartDate = Cells(1, cell.Column).Value*

 *Exit Function*

 *End If*

 *Next*

 *End Function*

 * *

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *AK
 *Sent:* Thursday, July 07, 2011 10:06 PM
 *To:* excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ Excel question

 ** **

 Hi Experts,

 ** **

 Could you please look into my excel query. I have the multiple columns
 filled with some Revenue values. I need the first month when the revenue
 started flowing in (anything which is greater than 0).

 ** **

 For example – for the Account Name: Mohan, We started recognizing the
 revenue from ‘3/31/2010’ so ‘Revenue started from Month’ Column should
 have 3/31/2010 as the output. 

 ** **

 Excel formula or Macro . Anything is fine with me :-)

  

 Thanking you in Advance.


 --
 Regards,

 AK

 --

 --
 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




-- 
*Regards*
* *
*Ashish Koul*
*akoul*.*blogspot*.com http://akoul.blogspot.com/
http://akoul.posterous.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


ABC sheet.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


Re: $$Excel-Macros$$ Excel question

2011-07-07 Thread AK
Thanks Vasant, Haseeb, Rajan and Ashish for your solution .. you guys are
Master !

Regards,
AK

On Fri, Jul 8, 2011 at 5:39 AM, ashish koul koul.ash...@gmail.com wrote:

 =INDEX($1:$1,0,SMALL(IF(D2:AB20,COLUMN(D2:AB2),),1))

 press ctrl +shift+ enter

 check the attachment


 On Fri, Jul 8, 2011 at 12:31 AM, Rajan_Verma rajanverma1...@gmail.comwrote:

  *Try this Function in C2*

 * *

 *Function GetStartDate(RevRange As Range) As Variant*

 *Dim cell As Range*

 *For Each cell In RevRange*

 *If cell.Value  0 Then*

 *GetStartDate = Cells(1, cell.Column).Value*

 *Exit Function*

 *End If*

 *Next*

 *End Function*

 * *

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *AK
 *Sent:* Thursday, July 07, 2011 10:06 PM
 *To:* excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ Excel question

 ** **

 Hi Experts,

 ** **

 Could you please look into my excel query. I have the multiple columns
 filled with some Revenue values. I need the first month when the revenue
 started flowing in (anything which is greater than 0).

 ** **

 For example – for the Account Name: Mohan, We started recognizing the
 revenue from ‘3/31/2010’ so ‘Revenue started from Month’ Column should
 have 3/31/2010 as the output. 

 ** **

 Excel formula or Macro . Anything is fine with me :-)

  

 Thanking you in Advance.


 --
 Regards,

 AK

 --

 --
 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




 --
 *Regards*
 * *
 *Ashish Koul*
 *akoul*.*blogspot*.com http://akoul.blogspot.com/
 http://akoul.posterous.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




-- 
Regards,

AK

-- 
--
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