Re: $$Excel-Macros$$ Count when po is greater than zero

2012-09-05 Thread Muralidhar E
Thanks it was working.


On Tue, Sep 4, 2012 at 7:04 PM, Rajan_Verma rajanverma1...@gmail.comwrote:

  * *

 * *

 *=SUMPRODUCT(N($B$2:$B$10=B2),N($D$2:$D$10))*

 * *

 * *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Muralidhar E
 *Sent:* 04 September 2012 11:28

 *To:* excel-macros@googlegroups.com
 *Subject:* Re: $$Excel-Macros$$ Count when po is greater than zero

  ** **


 Dear all,

  

 Find the attached file, I want i column E if column D is more than zero to
 be calculated with how many times column B is repeated.

 Ex. In column B Murali is repeated 3 times but in column D is more than
 zero is only 2 times, the result is 2.

  

 Thanks in advance.

 On Mon, Sep 3, 2012 at 6:02 PM, dguillett1 dguille...@gmail.com wrote:**
 **

 Provide a file and a complete explanation and examples.

  

 Don Guillett
 Microsoft Excel Developer
 SalesAid Software
 dguille...@gmail.com

  

 *From:* Muralidhar E emuralidha...@gmail.com 

 *Sent:* Monday, September 03, 2012 3:33 AM

 *To:* excel-macros@googlegroups.com 

 *Subject:* Re: $$Excel-Macros$$ Count when po is greater than zero

  

 Hi,

  

 Thanks for quickly reply, but it is not working, in result columncount of
 name is not coming, name is appears,

  

 Plz, ignore the column E it is remarks for the status of PO under process.
 

 Actually i want the vendor name how many times it is repeat when it has
 PO, if PO is not confirmed it will not to be calculated(not to be counted).
 

  

 Thanks in advance.


  

 On Mon, Sep 3, 2012 at 12:55 PM, Kuldeep Singh naukrikuld...@gmail.com
 wrote:



 Hi Murli,

  

 Try this one.

  


 =IFERROR(INDEX($B$2:$B$10,SMALL(IF($D$2:$D$10=E2,ROW($E$2:$E$10),),COUNTIF($B$2:B10,B2))-1),0)
 

  

 Ctrl + Shift + Enter

  

 Regards,

 Kuldeep Singh 

 ** **

 On Mon, Sep 3, 2012 at 12:29 PM, Muralidhar E emuralidha...@gmail.com
 wrote:

   Hi,

  

 thanks, But the result is coming wrong, for blank p o vendor name is
 taking in calculation.

 On Mon, Sep 3, 2012 at 11:52 AM, Kuldeep Singh naukrikuld...@gmail.com
 wrote:



 Hi Muralidhar, 

  

 Try this.

  

 =IF(D2=E2,COUNTIF($B$2:$B$10,B2),IF(COUNT($E$2:$E$10),,0))

  

 Regards,

 Kuldeep Singh 

  

  

 On Mon, Sep 3, 2012 at 11:15 AM, Muralidhar E emuralidha...@gmail.com
 wrote:



 Dear all,

 Good morning to every body

  

 Iam using Office 2010, I need in result column(F) how many times the
 vendor name(column B) is repeat, it is countable when the po(column D) is
 greater than zero, if po is blank or zero it will not be
 counted(calculated). Plz, find the attached file.


 Thanks in advance.
 -- 

 *Thanks  Regards,*

  

 *Muralidhar E.*

 Think different

 Do Different

 Make different

  

 --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.

 To unsubscribe from this group, send email to
 mailto:excel-macros%2bunsubscr...@googlegroups.comexcel-macros%2bunsubscr...@googlegroups.com
 .

   --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7

Re: $$Excel-Macros$$ Count when po is greater than zero

2012-09-04 Thread Amresh Maurya
Hi,

Find the attached solution.

use below  formula
=+COUNTIFS($B$2:$B$10,B2,$D$2:$D$10,0)




On Tue, Sep 4, 2012 at 11:28 AM, Muralidhar E emuralidha...@gmail.comwrote:


 Dear all,

 Find the attached file, I want i column E if column D is more than zero to
 be calculated with how many times column B is repeated.
 Ex. In column B Murali is repeated 3 times but in column D is more than
 zero is only 2 times, the result is 2.

 Thanks in advance.
 On Mon, Sep 3, 2012 at 6:02 PM, dguillett1 dguille...@gmail.com wrote:

   Provide a file and a complete explanation and examples.

 Don Guillett
 Microsoft Excel Developer
 SalesAid Software
 dguille...@gmail.com

  *From:* Muralidhar E emuralidha...@gmail.com
 *Sent:* Monday, September 03, 2012 3:33 AM
 *To:* excel-macros@googlegroups.com
  *Subject:* Re: $$Excel-Macros$$ Count when po is greater than zero

   Hi,

 Thanks for quickly reply, but it is not working, in result columncount of
 name is not coming, name is appears,

 Plz, ignore the column E it is remarks for the status of PO under process.
 Actually i want the vendor name how many times it is repeat when it has
 PO, if PO is not confirmed it will not to be calculated(not to be counted).

 Thanks in advance.


  On Mon, Sep 3, 2012 at 12:55 PM, Kuldeep Singh 
 naukrikuld...@gmail.comwrote:


 Hi Murli,

 Try this one.


 =IFERROR(INDEX($B$2:$B$10,SMALL(IF($D$2:$D$10=E2,ROW($E$2:$E$10),),COUNTIF($B$2:B10,B2))-1),0)

 Ctrl + Shift + Enter

 Regards,
 Kuldeep Singh


  On Mon, Sep 3, 2012 at 12:29 PM, Muralidhar E 
 emuralidha...@gmail.comwrote:

   Hi,

 thanks, But the result is coming wrong, for blank p o vendor name is
 taking in calculation.

   On Mon, Sep 3, 2012 at 11:52 AM, Kuldeep Singh 
 naukrikuld...@gmail.com wrote:


 Hi Muralidhar,

 Try this.

 =IF(D2=E2,COUNTIF($B$2:$B$10,B2),IF(COUNT($E$2:$E$10),,0))

 Regards,
 Kuldeep Singh


  On Mon, Sep 3, 2012 at 11:15 AM, Muralidhar E 
 emuralidha...@gmail.com wrote:


 Dear all,

 Good morning to every body

 Iam using Office 2010, I need in result column(F) how many times the
 vendor name(column B) is repeat, it is countable when the po(column D) is
 greater than zero, if po is blank or zero it will not be
 counted(calculated). Plz, find the attached file.

 Thanks in advance.
 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

 --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum
 in signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not
 allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 mailto:excel-macros%2bunsubscr...@googlegroups.comexcel-macros%2bunsubscr...@googlegroups.com
 .

   --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum
 in signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not
 allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 mailto:excel-macros%2bunsubscr...@googlegroups.comexcel-macros%2bunsubscr...@googlegroups.com
 .






 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

  --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

Re: $$Excel-Macros$$ Count when po is greater than zero

2012-09-04 Thread Amresh Maurya
sorry previous was wrong attachment. consider this one.

Regards
Amresh

On Tue, Sep 4, 2012 at 11:47 AM, Amresh Maurya amreshkushw...@gmail.comwrote:

 Hi,

 Find the attached solution.

 use below  formula
 =+COUNTIFS($B$2:$B$10,B2,$D$2:$D$10,0)




 On Tue, Sep 4, 2012 at 11:28 AM, Muralidhar E emuralidha...@gmail.comwrote:


 Dear all,

 Find the attached file, I want i column E if column D is more than zero
 to be calculated with how many times column B is repeated.
 Ex. In column B Murali is repeated 3 times but in column D is more than
 zero is only 2 times, the result is 2.

 Thanks in advance.
 On Mon, Sep 3, 2012 at 6:02 PM, dguillett1 dguille...@gmail.com wrote:

   Provide a file and a complete explanation and examples.

 Don Guillett
 Microsoft Excel Developer
 SalesAid Software
 dguille...@gmail.com

  *From:* Muralidhar E emuralidha...@gmail.com
 *Sent:* Monday, September 03, 2012 3:33 AM
 *To:* excel-macros@googlegroups.com
  *Subject:* Re: $$Excel-Macros$$ Count when po is greater than zero

   Hi,

 Thanks for quickly reply, but it is not working, in result columncount
 of name is not coming, name is appears,

 Plz, ignore the column E it is remarks for the status of PO under
 process.
 Actually i want the vendor name how many times it is repeat when it has
 PO, if PO is not confirmed it will not to be calculated(not to be counted).

 Thanks in advance.


  On Mon, Sep 3, 2012 at 12:55 PM, Kuldeep Singh naukrikuld...@gmail.com
  wrote:


 Hi Murli,

 Try this one.


 =IFERROR(INDEX($B$2:$B$10,SMALL(IF($D$2:$D$10=E2,ROW($E$2:$E$10),),COUNTIF($B$2:B10,B2))-1),0)

 Ctrl + Shift + Enter

 Regards,
 Kuldeep Singh


  On Mon, Sep 3, 2012 at 12:29 PM, Muralidhar E emuralidha...@gmail.com
  wrote:

   Hi,

 thanks, But the result is coming wrong, for blank p o vendor name is
 taking in calculation.

   On Mon, Sep 3, 2012 at 11:52 AM, Kuldeep Singh 
 naukrikuld...@gmail.com wrote:


 Hi Muralidhar,

 Try this.

 =IF(D2=E2,COUNTIF($B$2:$B$10,B2),IF(COUNT($E$2:$E$10),,0))

 Regards,
 Kuldeep Singh


  On Mon, Sep 3, 2012 at 11:15 AM, Muralidhar E 
 emuralidha...@gmail.com wrote:


 Dear all,

 Good morning to every body

 Iam using Office 2010, I need in result column(F) how many times the
 vendor name(column B) is repeat, it is countable when the po(column D) 
 is
 greater than zero, if po is blank or zero it will not be
 counted(calculated). Plz, find the attached file.

 Thanks in advance.
 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

 --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum
 in signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not
 allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 mailto:excel-macros%2bunsubscr...@googlegroups.comexcel-macros%2bunsubscr...@googlegroups.com
 .

   --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum
 in signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not
 allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 mailto:excel-macros%2bunsubscr...@googlegroups.comexcel-macros%2bunsubscr...@googlegroups.com
 .






 --
  *Thanks  Regards

RE: $$Excel-Macros$$ Count when po is greater than zero

2012-09-04 Thread Rajan_Verma
 

 

=SUMPRODUCT(N($B$2:$B$10=B2),N($D$2:$D$10))

 

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of Muralidhar E
Sent: 04 September 2012 11:28
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Count when po is greater than zero

 


Dear all,

 

Find the attached file, I want i column E if column D is more than zero to
be calculated with how many times column B is repeated.

Ex. In column B Murali is repeated 3 times but in column D is more than zero
is only 2 times, the result is 2.

 

Thanks in advance.

On Mon, Sep 3, 2012 at 6:02 PM, dguillett1 dguille...@gmail.com wrote:

Provide a file and a complete explanation and examples.

 

Don Guillett
Microsoft Excel Developer
SalesAid Software
dguille...@gmail.com

 

From: Muralidhar E mailto:emuralidha...@gmail.com  

Sent: Monday, September 03, 2012 3:33 AM

To: excel-macros@googlegroups.com 

Subject: Re: $$Excel-Macros$$ Count when po is greater than zero

 

Hi,

 

Thanks for quickly reply, but it is not working, in result columncount of
name is not coming, name is appears,

 

Plz, ignore the column E it is remarks for the status of PO under process.

Actually i want the vendor name how many times it is repeat when it has PO,
if PO is not confirmed it will not to be calculated(not to be counted).

 

Thanks in advance.


 

On Mon, Sep 3, 2012 at 12:55 PM, Kuldeep Singh naukrikuld...@gmail.com
wrote:

 

Hi Murli,

 

Try this one.

 

=IFERROR(INDEX($B$2:$B$10,SMALL(IF($D$2:$D$10=E2,ROW($E$2:$E$10),),COUNTI
F($B$2:B10,B2))-1),0) 

 

Ctrl + Shift + Enter

 

Regards,

Kuldeep Singh 

 

On Mon, Sep 3, 2012 at 12:29 PM, Muralidhar E emuralidha...@gmail.com
wrote:

Hi,

 

thanks, But the result is coming wrong, for blank p o vendor name is
taking in calculation.

On Mon, Sep 3, 2012 at 11:52 AM, Kuldeep Singh naukrikuld...@gmail.com
wrote:

 

Hi Muralidhar, 

 

Try this.

 

=IF(D2=E2,COUNTIF($B$2:$B$10,B2),IF(COUNT($E$2:$E$10),,0))

 

Regards,

Kuldeep Singh 

 

 

On Mon, Sep 3, 2012 at 11:15 AM, Muralidhar E emuralidha...@gmail.com
wrote:

 

Dear all,
 
Good morning to every body

 

Iam using Office 2010, I need in result column(F) how many times the vendor
name(column B) is repeat, it is countable when the po(column D) is greater
than zero, if po is blank or zero it will not be counted(calculated). Plz,
find the attached file.


Thanks in advance.
-- 

Thanks  Regards,

 

Muralidhar E.

Think different

Do Different

Make different

 

-- 
Join official facebook page of this forum @
https://www.facebook.com/discussexcel
 
FORUM RULES (1120+ members already BANNED for violation)
 
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) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
6) Jobs posting is not allowed.
 
7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.
 
NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.

To unsubscribe from this group, send email to
mailto:excel-macros%2bunsubscr...@googlegroups.com.

-- 
Join official facebook page of this forum @
https://www.facebook.com/discussexcel
 
FORUM RULES (1120+ members already BANNED for violation)
 
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) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
6) Jobs posting is not allowed.
 
7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.
 
NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.

To unsubscribe from this group, send email to
mailto:excel-macros%2bunsubscr...@googlegroups.com.
 
 




-- 

Thanks  Regards,

 

Muralidhar E.

Think different

Do Different

Make different

 

-- 
Join official

Re: $$Excel-Macros$$ Count when po is greater than zero

2012-09-03 Thread Kuldeep Singh
Hi Muralidhar,

Try this.

=IF(D2=E2,COUNTIF($B$2:$B$10,B2),IF(COUNT($E$2:$E$10),,0))

Regards,
Kuldeep Singh

On Mon, Sep 3, 2012 at 11:15 AM, Muralidhar E emuralidha...@gmail.comwrote:


 Dear all,

 Good morning to every body

 Iam using Office 2010, I need in result column(F) how many times the
 vendor name(column B) is repeat, it is countable when the po(column D) is
 greater than zero, if po is blank or zero it will not be
 counted(calculated). Plz, find the attached file.

 Thanks in advance.
 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

  --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.

-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES (1120+ members already BANNED for violation)

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)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

NOTE  : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.




Re: $$Excel-Macros$$ Count when po is greater than zero

2012-09-03 Thread Muralidhar E
Hi,

thanks, But the result is coming wrong, for blank p o vendor name is
taking in calculation.

On Mon, Sep 3, 2012 at 11:52 AM, Kuldeep Singh naukrikuld...@gmail.comwrote:


 Hi Muralidhar,

 Try this.

 =IF(D2=E2,COUNTIF($B$2:$B$10,B2),IF(COUNT($E$2:$E$10),,0))

 Regards,
 Kuldeep Singh


 On Mon, Sep 3, 2012 at 11:15 AM, Muralidhar E emuralidha...@gmail.comwrote:


 Dear all,

 Good morning to every body

 Iam using Office 2010, I need in result column(F) how many times the
 vendor name(column B) is repeat, it is countable when the po(column D) is
 greater than zero, if po is blank or zero it will not be
 counted(calculated). Plz, find the attached file.

 Thanks in advance.
 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

 --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.

  --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.






-- 
 *Thanks  Regards,*
**
*Muralidhar E.*
Think different
Do Different
Make different

-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES (1120+ members already BANNED for violation)

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)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

NOTE  : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.




Re: $$Excel-Macros$$ Count when po is greater than zero

2012-09-03 Thread Kuldeep Singh
Hi Murli,

Try this one.

=IFERROR(INDEX($B$2:$B$10,SMALL(IF($D$2:$D$10=E2,ROW($E$2:$E$10),),COUNTIF($B$2:B10,B2))-1),0)

Ctrl + Shift + Enter

Regards,
Kuldeep Singh

On Mon, Sep 3, 2012 at 12:29 PM, Muralidhar E emuralidha...@gmail.comwrote:

 Hi,

 thanks, But the result is coming wrong, for blank p o vendor name is
 taking in calculation.

 On Mon, Sep 3, 2012 at 11:52 AM, Kuldeep Singh naukrikuld...@gmail.comwrote:


 Hi Muralidhar,

 Try this.

 =IF(D2=E2,COUNTIF($B$2:$B$10,B2),IF(COUNT($E$2:$E$10),,0))

 Regards,
 Kuldeep Singh


 On Mon, Sep 3, 2012 at 11:15 AM, Muralidhar E emuralidha...@gmail.comwrote:


 Dear all,

 Good morning to every body

 Iam using Office 2010, I need in result column(F) how many times the
 vendor name(column B) is repeat, it is countable when the po(column D) is
 greater than zero, if po is blank or zero it will not be
 counted(calculated). Plz, find the attached file.

 Thanks in advance.
 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

 --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.

  --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.






 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

  --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.


-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES (1120+ members already BANNED for violation)

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 

Re: $$Excel-Macros$$ Count when po is greater than zero

2012-09-03 Thread Muralidhar E
Hi,

Thanks for quickly reply, but it is not working, in result columncount of
name is not coming, name is appears,

Plz, ignore the column E it is remarks for the status of PO under process.
Actually i want the vendor name how many times it is repeat when it has PO,
if PO is not confirmed it will not to be calculated(not to be counted).

Thanks in advance.


On Mon, Sep 3, 2012 at 12:55 PM, Kuldeep Singh naukrikuld...@gmail.comwrote:


 Hi Murli,

 Try this one.


 =IFERROR(INDEX($B$2:$B$10,SMALL(IF($D$2:$D$10=E2,ROW($E$2:$E$10),),COUNTIF($B$2:B10,B2))-1),0)

 Ctrl + Shift + Enter

 Regards,
 Kuldeep Singh


 On Mon, Sep 3, 2012 at 12:29 PM, Muralidhar E emuralidha...@gmail.comwrote:

  Hi,

 thanks, But the result is coming wrong, for blank p o vendor name is
 taking in calculation.

  On Mon, Sep 3, 2012 at 11:52 AM, Kuldeep Singh 
 naukrikuld...@gmail.comwrote:


 Hi Muralidhar,

 Try this.

 =IF(D2=E2,COUNTIF($B$2:$B$10,B2),IF(COUNT($E$2:$E$10),,0))

 Regards,
 Kuldeep Singh


 On Mon, Sep 3, 2012 at 11:15 AM, Muralidhar E 
 emuralidha...@gmail.comwrote:


 Dear all,

 Good morning to every body

 Iam using Office 2010, I need in result column(F) how many times the
 vendor name(column B) is repeat, it is countable when the po(column D) is
 greater than zero, if po is blank or zero it will not be
 counted(calculated). Plz, find the attached file.

 Thanks in advance.
 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

 --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.

  --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.






 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

  --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from 

Re: $$Excel-Macros$$ Count when po is greater than zero

2012-09-03 Thread dguillett1
Provide a file and a complete explanation and examples.

Don Guillett
Microsoft Excel Developer
SalesAid Software
dguille...@gmail.com

From: Muralidhar E 
Sent: Monday, September 03, 2012 3:33 AM
To: excel-macros@googlegroups.com 
Subject: Re: $$Excel-Macros$$ Count when po is greater than zero

Hi,

Thanks for quickly reply, but it is not working, in result columncount of name 
is not coming, name is appears,

Plz, ignore the column E it is remarks for the status of PO under process.
Actually i want the vendor name how many times it is repeat when it has PO, if 
PO is not confirmed it will not to be calculated(not to be counted).

Thanks in advance.

 
On Mon, Sep 3, 2012 at 12:55 PM, Kuldeep Singh naukrikuld...@gmail.com wrote:


  Hi Murli,

  Try this one.

  
=IFERROR(INDEX($B$2:$B$10,SMALL(IF($D$2:$D$10=E2,ROW($E$2:$E$10),),COUNTIF($B$2:B10,B2))-1),0)
 

  Ctrl + Shift + Enter

  Regards,
  Kuldeep Singh 



  On Mon, Sep 3, 2012 at 12:29 PM, Muralidhar E emuralidha...@gmail.com wrote:

Hi,

thanks, But the result is coming wrong, for blank p o vendor name is 
taking in calculation.


On Mon, Sep 3, 2012 at 11:52 AM, Kuldeep Singh naukrikuld...@gmail.com 
wrote:


  Hi Muralidhar, 

  Try this.

  =IF(D2=E2,COUNTIF($B$2:$B$10,B2),IF(COUNT($E$2:$E$10),,0))

  Regards,
  Kuldeep Singh 


  On Mon, Sep 3, 2012 at 11:15 AM, Muralidhar E emuralidha...@gmail.com 
wrote:


Dear all,
 
Good morning to every body

Iam using Office 2010, I need in result column(F) how many times the 
vendor name(column B) is repeat, it is countable when the po(column D) is 
greater than zero, if po is blank or zero it will not be counted(calculated). 
Plz, find the attached file.

Thanks in advance.
-- 

Thanks  Regards,

Muralidhar E.
Think different
Do Different
Make different

-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES (1120+ members already BANNED for violation)
 
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) Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 
 
6) Jobs posting is not allowed.
 
7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.
 
NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
mailto:excel-macros%2bunsubscr...@googlegroups.com.
  -- 
  Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel
   
  FORUM RULES (1120+ members already BANNED for violation)
   
  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) Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 
   
  6) Jobs posting is not allowed.
   
  7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.
   
  NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
  To unsubscribe from this group, send email to 
mailto:excel-macros%2bunsubscr...@googlegroups.com.
   
   




-- 

Thanks  Regards,

Muralidhar E.
Think different
Do Different
Make different

-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES (1120+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please 
Help, Urgent, Need Help, Formula Problem, Code

Re: $$Excel-Macros$$ Count when po is greater than zero

2012-09-03 Thread Muralidhar E
Dear all,

Find the attached file, I want i column E if column D is more than zero to
be calculated with how many times column B is repeated.
Ex. In column B Murali is repeated 3 times but in column D is more than
zero is only 2 times, the result is 2.

Thanks in advance.
On Mon, Sep 3, 2012 at 6:02 PM, dguillett1 dguille...@gmail.com wrote:

   Provide a file and a complete explanation and examples.

 Don Guillett
 Microsoft Excel Developer
 SalesAid Software
 dguille...@gmail.com

  *From:* Muralidhar E emuralidha...@gmail.com
 *Sent:* Monday, September 03, 2012 3:33 AM
 *To:* excel-macros@googlegroups.com
  *Subject:* Re: $$Excel-Macros$$ Count when po is greater than zero

   Hi,

 Thanks for quickly reply, but it is not working, in result columncount of
 name is not coming, name is appears,

 Plz, ignore the column E it is remarks for the status of PO under process.
 Actually i want the vendor name how many times it is repeat when it has
 PO, if PO is not confirmed it will not to be calculated(not to be counted).

 Thanks in advance.


  On Mon, Sep 3, 2012 at 12:55 PM, Kuldeep Singh 
 naukrikuld...@gmail.comwrote:


 Hi Murli,

 Try this one.


 =IFERROR(INDEX($B$2:$B$10,SMALL(IF($D$2:$D$10=E2,ROW($E$2:$E$10),),COUNTIF($B$2:B10,B2))-1),0)

 Ctrl + Shift + Enter

 Regards,
 Kuldeep Singh


  On Mon, Sep 3, 2012 at 12:29 PM, Muralidhar E 
 emuralidha...@gmail.comwrote:

   Hi,

 thanks, But the result is coming wrong, for blank p o vendor name is
 taking in calculation.

   On Mon, Sep 3, 2012 at 11:52 AM, Kuldeep Singh 
 naukrikuld...@gmail.com wrote:


 Hi Muralidhar,

 Try this.

 =IF(D2=E2,COUNTIF($B$2:$B$10,B2),IF(COUNT($E$2:$E$10),,0))

 Regards,
 Kuldeep Singh


  On Mon, Sep 3, 2012 at 11:15 AM, Muralidhar E emuralidha...@gmail.com
  wrote:


 Dear all,

 Good morning to every body

 Iam using Office 2010, I need in result column(F) how many times the
 vendor name(column B) is repeat, it is countable when the po(column D) is
 greater than zero, if po is blank or zero it will not be
 counted(calculated). Plz, find the attached file.

 Thanks in advance.
 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

 --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum
 in signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not
 allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 mailto:excel-macros%2bunsubscr...@googlegroups.comexcel-macros%2bunsubscr...@googlegroups.com
 .

  --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 mailto:excel-macros%2bunsubscr...@googlegroups.comexcel-macros%2bunsubscr...@googlegroups.com
 .






 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

  --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 1) Use concise, accurate thread titles. Poor thread titles, like Please
 Help, Urgent, Need Help, Formula Problem, Code