Re: $$Excel-Macros$$ need a macro to change the background color a cell as soon as i change the value (alphanumeric)

2012-07-04 Thread vijay yadav
Hi,
 
how to conditional format for a changed alpahnumerical cell  value? is it 
possible?
 
if i have a filled worksheet where
 
 tb3 is value in cell A1 and 
 
*tb4 is value in cell A2*
and
 
 I change cell *A1 value to tb4* 
 
the macro would 
 
*change only cell A1 background*.
It *shouldn'*t change cell A2 value
 
 
I think this is not possible with conditional formatting.
conditional formatting will highlight all cells with some condition
i want to highlight only cell which has a changed value...
 
 
Please help me in this regard
 
Best regards
Vijay yadav

On Wednesday, 4 July 2012 11:04:32 UTC+5:30, Annu wrote:

 Dear Vijay,
  
 For this you may use conditional formatting. There is no need to make 
 macro.
  
  
 Thanks  Regards,
 Gawli Anil

 On Wed, Jul 4, 2012 at 11:00 AM, vijay yadav  wrote:

 Hi Members / Experts
  
 I need a macro to change the background color of  a cell as soon as i 
 change the value (alphanumeric).
 The background is originally yellow and as soon  I change a value it 
 should become no fill (or white ).
  
 Sometimes the changed value might be same as previous value ..in that 
 case what should be done so that the
 background color changes to white ? 
 like should I enter the cell and write the value again or any other option
  
 Please help me in this regard
  
 Vijay yadav
  

 -- 
 FORUM RULES (986+ 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. 
  
 NOTE : Don't ever post personal or confidential data in a workbook. Forum 
 owners and members are not responsible for any loss.
  

 --
 To post to this group, send email to excel-macros@googlegroups.com
  
 To unsubscribe, send a blank email to 
 excel-macros+unsubscr...@googlegroups.com




 -- 
 Thanks  Regards,
 Gawli Anil Narayan
 Software Developer,
 Abacus Software Services Pvt Ltd


-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

$$Excel-Macros$$ Excel Function_Code

2012-07-04 Thread Deba Ranjan
Dear experts,

   i am keep on trying to make mention below function code (concatenate) as
Excel Add-ins.  Can we make function as Add -ins ?. - whenever and
wherever we wish to insert the add-in function at any system it should work
out.

   i have tried to save as add- in and after adding the add - in to the
excel, it is not working. Any solution for this please.

Note- Can we make in one single add- in more then 1 function ?

Code:-
 Function Full_con(rng As Range)
Dim cell As Range
Dim str As String
For Each cell In rng
str = str  cell ,   
Next cell
str = VBA.Right(str, Len(str) - 1)
Full_con = str
End Function


Thanks  Regards,
*Deba Ranjan P*




-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Function_Addin.xls
Description: MS-Excel spreadsheet


$$Excel-Macros$$ Grade Wise Max Total Required

2012-07-04 Thread Jayaprakash S
Dear Experts,

Please help to get the Grade wise Maxium total through formula for the
enclosed data.

Many Thanks

JP.

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

GRADE'S MAX TOTAL REQD.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


Re: $$Excel-Macros$$ Grade Wise Max Total Required

2012-07-04 Thread Maries
Hi,

Please this formula in C22  Drag it down. (Apply with Ctrl+Shift+Enter

=MAX(IF($A$2:$A$18=A22,$C$2:$C$18,))

On Wed, Jul 4, 2012 at 11:11 AM, Jayaprakash S
bhat.jayaprak...@gmail.comwrote:

 Dear Experts,

 Please help to get the Grade wise Maxium total through formula for the
 enclosed data.

 Many Thanks

 JP.

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
*
*
*  MARIES*
Excel Inspiration http://xcel-inspiration.blogspot.com/

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Grade Wise Max Total Required

2012-07-04 Thread NOORAIN ANSARI
Dear JP,

Please try

with ctrl+shfit+Enter
=LARGE(IF(A2:A18=A22,C2:C18,),1)

Without ctrl+shfit+enter
=SUMPRODUCT(MAX((A2:A18=A22)*(C2:C18)))


see attached sheet.

-- 
Thanks  regards,
Noorain Ansari
www.noorainansari.com
www.excelmacroworld.blogspot.com


On Wed, Jul 4, 2012 at 12:53 PM, Maries talk2mar...@gmail.com wrote:

 Hi,

 Please this formula in C22  Drag it down. (Apply with Ctrl+Shift+Enter

 =MAX(IF($A$2:$A$18=A22,$C$2:$C$18,))


 On Wed, Jul 4, 2012 at 11:11 AM, Jayaprakash S bhat.jayaprak...@gmail.com
  wrote:

 Dear Experts,

 Please help to get the Grade wise Maxium total through formula for the
 enclosed data.

 Many Thanks

 JP.

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




 --
 *
 *
 *  MARIES*
 Excel Inspiration http://xcel-inspiration.blogspot.com/

  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
Thanks  regards,
Noorain Ansari
www.noorainansari.com
www.excelmacroworld.blogspot.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Copy of GRADE'S MAX TOTAL REQD(JP).xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


Re: $$Excel-Macros$$ Grade Wise Max Total Required

2012-07-04 Thread Jayaprakash S
Dear Champs...

Excellent !!!  working superb  thanks so much !!!

Have a great day!!

JP.



On Wed, Jul 4, 2012 at 1:01 PM, NOORAIN ANSARI noorain.ans...@gmail.com wrote:
 Dear JP,

 Please try

 with ctrl+shfit+Enter
 =LARGE(IF(A2:A18=A22,C2:C18,),1)

 Without ctrl+shfit+enter
 =SUMPRODUCT(MAX((A2:A18=A22)*(C2:C18)))


 see attached sheet.

 --
 Thanks  regards,
 Noorain Ansari
 www.noorainansari.com
 www.excelmacroworld.blogspot.com


 On Wed, Jul 4, 2012 at 12:53 PM, Maries talk2mar...@gmail.com wrote:

 Hi,

 Please this formula in C22  Drag it down. (Apply with Ctrl+Shift+Enter

 =MAX(IF($A$2:$A$18=A22,$C$2:$C$18,))


 On Wed, Jul 4, 2012 at 11:11 AM, Jayaprakash S
 bhat.jayaprak...@gmail.com wrote:

 Dear Experts,

 Please help to get the Grade wise Maxium total through formula for the
 enclosed data.

 Many Thanks

 JP.

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




 --

   MARIES
 Excel Inspiration

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




 --
 Thanks  regards,
 Noorain Ansari
 www.noorainansari.com
 www.excelmacroworld.blogspot.com




 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.

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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com



-- 
Regards, Jayaprakash. S (JAYAPRAKASH. S.) Adaptability is the most
desirable habit for success - Swamy Vivekananda. This message is for
the designated recipient only and may contain privileged, proprietary,
or otherwise private information. If you have received it in error,
please notify the sender immediately and delete the original. Any other
use of the email by you is prohibited.

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.


Re: $$Excel-Macros$$ MVP Award....Congratulations Ashish Koul and Dilip Pandey !!

2012-07-04 Thread NRao Mynampati
Congaratulation Ashish and Dilip

On Tue, Jul 3, 2012 at 12:17 PM, Excel Vba excelvba.lear...@gmail.comwrote:

 Congrats both of them. God bless..



 On Sun, Jul 1, 2012 at 9:54 PM, Ayush Jain jainayus...@gmail.com wrote:

 Dear members,

 I am extremely happy to inform you that two members of the group are
 awarded Microsoft Most Valuable Professional Award.
 My heartiest congratulations to *Ashish koul* and *Dilip Pandey* and
 thanks for their big support to this forum.

 Keep posting !

 Best regards,
 Ayush Jain
 Group Manager
 Microsoft MVP




 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ CTRL+D macro

2012-07-04 Thread Amit Gandhi
Thanks Ashish

Its perfectly working.

On Tue, Jul 3, 2012 at 7:43 PM, ashish koul koul.ash...@gmail.com wrote:

 Sub sample()
 Sheets(Sheet1).Range(d4:d20).FillDown
 End Sub



 On Tue, Jul 3, 2012 at 1:35 PM, Amit Gandhi silkyro...@gmail.com wrote:

 Hi Experts

 I want to copy formula of cell D6 to D7 to D8 upto D20 using macro in
 attached file.

 Pls help me providing this macro code.

 Regards

 Amit

  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




 --
 *Regards*
 * *
 *Ashish Koul*
 *http://www.excelvbamacros.com/*
 *http://www.accessvbamacros.com/* http://www.accessvbamacros.com/


 P Before printing, think about the environment.


  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
'Expecting the world to treat u fairly coz u r a good person is like
expecting the lion not to attack u coz u r a vegetarian.
Think about it.'

Take care

Amit

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Re: CTRL+D macro

2012-07-04 Thread Amit Gandhi
Thanks Prince

On Tue, Jul 3, 2012 at 10:08 PM, Prince Dubey prince141...@gmail.comwrote:

 Hi Amit,

 Please see the attachment.

 regards
 Prince Dubey.

 On Tuesday, 3 July 2012 13:35:23 UTC+5:30, Mitr wrote:

 Hi Experts

 I want to copy formula of cell D6 to D7 to D8 upto D20 using macro in
 attached file.

 Pls help me providing this macro code.

 Regards

 Amit

  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
'Expecting the world to treat u fairly coz u r a good person is like
expecting the lion not to attack u coz u r a vegetarian.
Think about it.'

Take care

Amit

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ need a macro to change the background color a cell as soon as i change the value (alphanumeric)

2012-07-04 Thread vishal angre
see attached file

On Wed, Jul 4, 2012 at 11:53 AM, vijay yadav
vijay.ganesh.ya...@gmail.comwrote:

 Hi,

 how to conditional format for a changed alpahnumerical cell  value? is it
 possible?

 if i have a filled worksheet where

  tb3 is value in cell A1 and

 *tb4 is value in cell A2*
 and

  I change cell *A1 value to tb4*

 the macro would

 *change only cell A1 background*.
 It *shouldn'*t change cell A2 value


 I think this is not possible with conditional formatting.
 conditional formatting will highlight all cells with some condition
 i want to highlight only cell which has a changed value...


 Please help me in this regard

 Best regards
 Vijay yadav

 On Wednesday, 4 July 2012 11:04:32 UTC+5:30, Annu wrote:

 Dear Vijay,

 For this you may use conditional formatting. There is no need to make
 macro.


 Thanks  Regards,
 Gawli Anil

 On Wed, Jul 4, 2012 at 11:00 AM, vijay yadav  wrote:

 Hi Members / Experts

 I need a macro to change the background color of  a cell as soon as i
 change the value (alphanumeric).
 The background is originally yellow and as soon  I change a value it
 should become no fill (or white ).

 Sometimes the changed value might be same as previous value ..in that
 case what should be done so that the
 background color changes to white ?
 like should I enter the cell and write the value again or any
 other option

 Please help me in this regard

 Vijay yadav


 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.

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

 To unsubscribe, send a blank email to excel-macros+unsubscribe@**
 googlegroups.com excel-macros%2bunsubscr...@googlegroups.com




 --
 Thanks  Regards,
 Gawli Anil Narayan
 Software Developer,
 Abacus Software Services Pvt Ltd

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
With Regards,
*Vishal K. Angre*
E-mail :  visha...@gmail.com
 vishal.k.an...@gmail.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Copy.xls
Description: MS-Excel spreadsheet


$$Excel-Macros$$ VBA code for Updating External links in excel

2012-07-04 Thread Amit Gandhi
Hi Experts

Pls help me with VBA code for UPDATING External links in a excel file
whenever I open that file.

Pls help me with VBA code to PREVENT excel to UPDATE External links in a
excel file whenever I open that file.

Regards

Amit

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ VBA code for Updating External links in excel

2012-07-04 Thread NOORAIN ANSARI
Dear Amit,

Please use it..in Workbook_Open Event

Private Sub Workbook_Open()

Workbooks.Open FileNmae:=D:\VBA_Class\LinkedBook.xls,
UpdateLinks:=xlUpdateLinksAlways
End Sub


On Wed, Jul 4, 2012 at 3:48 PM, Amit Gandhi silkyro...@gmail.com wrote:

 Hi Experts

 Pls help me with VBA code for UPDATING External links in a excel file
 whenever I open that file.

 Pls help me with VBA code to PREVENT excel to UPDATE External links in a
 excel file whenever I open that file.

 Regards

 Amit

  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
Thanks  regards,
Noorain Ansari
www.noorainansari.com
www.excelmacroworld.blogspot.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

$$Excel-Macros$$ Re: need a macro to change the background color a cell as soon as i change the value (alphanumeric)

2012-07-04 Thread vijay yadav
Great!
 
 
Exactly what i wanted!
 

Thnaks Vishal!
 
Regards
Vijay yadav
 
 
On Wednesday, 4 July 2012 11:00:42 UTC+5:30, vijay yadav wrote:

 Hi Members / Experts
  
 I need a macro to change the background color of  a cell as soon as i 
 change the value (alphanumeric).
 The background is originally yellow and as soon  I change a value it 
 should become no fill (or white ).
  
 Sometimes the changed value might be same as previous value ..in that case 
 what should be done so that the
 background color changes to white ? 
 like should I enter the cell and write the value again or any other option
  
 Please help me in this regard
  
 Vijay yadav
  


-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ VBA code for Updating External links in excel

2012-07-04 Thread Amit Gandhi
Hi Noorain

Pls elaborate more.

1st Example --
I have file named File1, which have too many external links to different
excel files (File2, File3, File4 ) through VLOOKUP. I want to write a
VBA code in File1 Open event, so that it can UPDATE all external links.

2nd Example --
I have file named File1, which have too many external links to different
excel files (File2, File3, File4 ) through VLOOKUP. I want to write a
VBA code in File1 Open event, so that it CANNOT update any external links.

Pls help me here in both cases

Regards

Amit


On Wed, Jul 4, 2012 at 4:03 PM, NOORAIN ANSARI noorain.ans...@gmail.comwrote:

 Dear Amit,

 Please use it..in Workbook_Open Event

 Private Sub Workbook_Open()

 Workbooks.Open FileNmae:=D:\VBA_Class\LinkedBook.xls,
 UpdateLinks:=xlUpdateLinksAlways
 End Sub



 On Wed, Jul 4, 2012 at 3:48 PM, Amit Gandhi silkyro...@gmail.com wrote:

 Hi Experts

 Pls help me with VBA code for UPDATING External links in a excel file
 whenever I open that file.

 Pls help me with VBA code to PREVENT excel to UPDATE External links in a
 excel file whenever I open that file.

 Regards

 Amit

  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




 --
 Thanks  regards,
 Noorain Ansari
 www.noorainansari.com
 www.excelmacroworld.blogspot.com




  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
'Expecting the world to treat u fairly coz u r a good person is like
expecting the lion not to attack u coz u r a vegetarian.
Think about it.'

Take care

Amit

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Extract All Data when drop down list is selected

2012-07-04 Thread Anil Gawli
your formula is right but u have protected the some sheet that's why it's
not picking the value.
for eg.
17-jul 2012 sheet the amount invested field is not protected that's why
value is a capturing but in case of 24jul 2012 same field is not capturing
because it is been protected .

Regards
Gawli Anil

On Wed, Jul 4, 2012 at 3:51 PM, Hilary Lomotey  wrote:

 *Hi Gurus*
 *
 *
 *i have information in different on the attached file, i want to able to
  extract all the information for a client if i select the drop down list. i
 have been able to write the formula, but is only picks the first data.
 kindly let me know what am doing wrong. thanks *

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
Thanks  Regards,
Gawli Anil Narayan
Software Developer,
Abacus Software Services Pvt Ltd

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Excel Function_Code

2012-07-04 Thread Deba Ranjan
Any response please to my query !


Thanks  Regards,
*Deba Ranjan P*





On Wed, Jul 4, 2012 at 2:12 PM, Deba Ranjan drdeva...@gmail.com wrote:

 Any update please. can we make add-ins to this above query !!


 Thanks  Regards,
 *Deba Ranjan P*


 


 On Wed, Jul 4, 2012 at 12:13 PM, Deba Ranjan drdeva...@gmail.com wrote:

 Dear experts,

i am keep on trying to make mention below function code (concatenate)
 as Excel Add-ins.  Can we make function as Add -ins ?. - whenever and
 wherever we wish to insert the add-in function at any system it should work
 out.

i have tried to save as add- in and after adding the add - in to the
 excel, it is not working. Any solution for this please.

 Note- Can we make in one single add- in more then 1 function ?

 Code:-
  Function Full_con(rng As Range)
 Dim cell As Range
 Dim str As String
 For Each cell In rng
 str = str  cell ,   
 Next cell
 str = VBA.Right(str, Len(str) - 1)
 Full_con = str
 End Function
 

 Thanks  Regards,
 *Deba Ranjan P*


 

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ ****** FIVE YEARS COMPLETION******THANK YOU******

2012-07-04 Thread Indrajit $nai
Congrats Asish. :)


On Tue, Jul 3, 2012 at 8:27 PM, Bé Trần Văn betnmtdongna...@gmail.comwrote:

   Show group already have 03 users received decode of the
 Microsoft, real absolute. I am tham community this because it very useful to
 add comments expression cho me also like all all user.
   Sorry, I was busy at the work group, wish all the members of this
 forum to achieve important event, I hope that in future other members can
 achieve as Ashish koul and Pandey Dilip, hope you two continue to
 contribute to better forum.

 2012/7/3 Dilip Pandey dilipan...@gmail.com

 Congratulations Ayush . . . . !!

 This is a wonderful group with full of energy and learning.  Thanks to
 all the members for achieving this milestone.  :)

  Thanks  Regards,

 DILIP KUMAR PANDEY, mvp
 MBA,B.Com(Hons),BCA
 Mobile: +91 9810929744
 dilipan...@gmail.com
 dilipan...@yahoo.com
 New Delhi -62, India
  On Mar 22, 2012 4:25 AM, Ayush Jain jainayus...@gmail.com wrote:

  Dear members,**

  

 I am proud to announce that the forum has completed 5 years today. This
 is really great milestone of the forum. 

 My sincere thanks to each one of you who keep this forum alive by asking
 questions and helping others by providing solutions.

  

 Over the last five years, I have seen decent growth in the number of
 posts and quality of solutions provided by the experts here. I have learned
 many things from this forum and experts. 

 In my view, Learning never stops and the discussion forum is the best
 place to learn and share the skills.

  

 I hardly get time to resolve the excel queries after office hours but I
 try my best to moderate the forum closely. I visit the forum 2-3 times
 daily to approve the messages and to check everything is ok. Please let me
 know the improvements and changes you want to see in the forum. I would be
 happy to hear your feedback.

  

 Some key achievements of this forum in numbers:

 1) In last 1.5 years, we have seen three people receiving the Microsoft
 MVP award from this forum. This is itself a big achievement for forum and I
 hope to see more deserving people get this award in future.

  

 2) This is spam free forum and we hardly get spam messages. In last 5
 years, 1000 members are banned for sending spam messages

  

 3) We are 8400+ members with diversity in expertise, experience and
 location.

  

 4) Over 7600+ topics discussed in five years

  

 Once again many thanks and congratulations to all of you. Keep posting
 and together we will achieve more milestones.

 Regards,
 Ayush Jain
 Microsoft MVP
 Forum Owner
 jainayus...@gmail.com

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.


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

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


  --
 FORUM RULES (986+ 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 

Re: $$Excel-Macros$$ VLOOKUP OR SUMPRODUCT FORMULA HELP

2012-07-04 Thread dguillett1
With large data, you may take a bit of time with any method. Perhaps you could 
break it up.
If desired, send your real file to ME.

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

From: Amit Gandhi 
Sent: Tuesday, July 03, 2012 3:17 AM
To: excel-macros@googlegroups.com 
Subject: Re: $$Excel-Macros$$ VLOOKUP OR SUMPRODUCT FORMULA HELP

Hi Rajan 

Get Total function (UDF) is perfectly fine, but it is taking too much time to 
process large data.

Is there any other way to get the same results using Excel in-built functions 
like VLOOKUP/ SUMPRODUCT/ INDIRECT. I am attaching the output file again.

Regards

Amit



On Mon, Jun 25, 2012 at 11:37 AM, Amit Gandhi silkyro...@gmail.com wrote:

  Thanks alot Mr. Rajan 

  This function is Perfectly as per my requirement.

  Thanks once again

  Amit Gandhi



  On Sat, Jun 23, 2012 at 6:45 PM, Rajan_Verma rajanverma1...@gmail.com wrote:

HI Amit,



This function can work independently, you just need to understand the 
function Arguments :

Function GetTotal(rngLookUpRange, rngMapping As Range, rngLookup As Range, 
lngCOlumnresult As Long, lngMinusValue As Double) As Double

rngLookUpRange = it is a value you want to look in table1

rngMapping  =  Select whole Table1

rngLookup  =select the Table2

lngCOlumnresult = Which column you want to Sum from Table2

lngMinusValue   = If you want to minus any value from the result formula at 
every iteration



so if you are increasing column in table2 you also need to increase 
lngCOlumnresult value in the formula 



use the below function  in J15:

=GetTotal(G15,$A$8:$B$18,$F$4:$I$9,4,0)





Regards

Rajan verma

+91 7838100659 [IM-Gtalk]



From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] 
On Behalf Of Amit Gandhi
Sent: 23 June 2012 5:19
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ VLOOKUP OR SUMPRODUCT FORMULA HELP



Thanks Mr. Rajan



For given set of values, its working perfectly. But I have some questions.



1. If values in H5:H9 are changed, then it doesn't give correct result.



Pls suggest function, which can work independently and doesn't depend on 
adjacent column. I am attaching modified task file for your quick reference.



It will be a great help if you can suggest formula with inbuilt functions 
(INDIRECT, MATCH, SUMPRODUCT) as well.



Regards



Amit



On Sat, Jun 23, 2012 at 1:38 PM, Rajan_Verma rajanverma1...@gmail.com 
wrote:

Hi Amit,



It will fulfil your requirement . J , See the attached.



Function GetTotal(rngLookUpRange, rngMapping As Range, rngLookup As Range, 
lngCOlumnresult As Long, lngMinusValue As Double) As Double



Dim VarMapping

Dim VarLookup

Dim strLookUp

Dim lngResult  As Double

Dim lngCounter As Long

Dim StrLookupValue As String



VarMapping = rngMapping

VarLookup = rngLookup

StrLookupValue = rngLookUpRange.Value



strLookUp = 

   For lngCounter = LBound(VarMapping) To UBound(VarMapping)

If VarMapping(lngCounter, 1) = StrLookupValue Then

strLookUp = strLookUp  VarMapping(lngCounter, 2)  |

End If

Next lngCounter



For lngCounter = LBound(VarLookup) To UBound(VarLookup)

If InStr(strLookUp, VarLookup(lngCounter, 1)) Then

lngResult = lngResult + VarLookup(lngCounter, lngCOlumnresult) 
- lngMinusValue

End If

Next lngCounter

GetTotal = lngResult



End Function







Revert if it is not desired 



Regards

Rajan verma

+91 7838100659 [IM-Gtalk]



From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] 
On Behalf Of Amit Gandhi
Sent: 22 June 2012 5:20
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ VLOOKUP OR SUMPRODUCT FORMULA HELP



Hi Experts



I have two Input/Lookup tables, and 1 result table. I want a formula which 
can give me desired result instantly. Sample file is attached for your ready 
reference.



How it will be possible? Pls help me here.



Regards



Amit



-- 
-- FORUM RULES (986+ 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. NOTE : Don't ever post personal or confidential data in a 
workbook. Forum owners and members are 

Re: $$Excel-Macros$$ Excel Function_Code

2012-07-04 Thread dguillett1
http://www.add-in-express.com/docs/net-excel-xll-addins.php 

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

From: Deba Ranjan 
Sent: Wednesday, July 04, 2012 1:43 AM
To: excel-macros@googlegroups.com 
Subject: $$Excel-Macros$$ Excel Function_Code

Dear experts,

   i am keep on trying to make mention below function code (concatenate) as 
Excel Add-ins.  Can we make function as Add -ins ?. - whenever and  wherever we 
wish to insert the add-in function at any system it should work out. 

   i have tried to save as add- in and after adding the add - in to the excel, 
it is not working. Any solution for this please.

Note- Can we make in one single add- in more then 1 function ?

Code:-
Function Full_con(rng As Range)
Dim cell As Range
Dim str As String
For Each cell In rng
str = str  cell ,   
Next cell
str = VBA.Right(str, Len(str) - 1)
Full_con = str
End Function 



Thanks  Regards,
Deba Ranjan P





-- 
FORUM RULES (986+ 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. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
--
To post to this group, send email to excel-macros@googlegroups.com
 
To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

RE: $$Excel-Macros$$ urgent required vba code:: 2 list boxes in userform scroll same time.

2012-07-04 Thread Rajan_Verma
Can u share useform?

 

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of Dhartikumar Sahu
Sent: 04 July 2012 10:22
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ urgent required vba code:: 2 list boxes in
userform scroll same time.

 


Hi Group



I have 2 list boxes side by side in userform. I need to use a single scroll
bar to scroll all 2 listboxes at the same time, so that all the information
in the boxes stay aligned. 


 

 

need urgent reply

 

-- 

Regards,

Dhartikumar Sahu

Sr.Database Manager - Institutional Equities

 IDBI Capital Markets Services Ltd

5th Floor, Mafatlal Centre | Nariman Point | Mumbai - 21

Board: +91 22 4322 1212 | Dir: +91 22 4322 1169 | Cell: +91 77383 63450

 

-- 
FORUM RULES (986+ 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. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
 

--
To post to this group, send email to excel-macros@googlegroups.com
 
To unsubscribe, send a blank email to
excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ urgent required vba code:: 2 list boxes in userform scroll same time.

2012-07-04 Thread Divaker Pandey
suppose you scrorll listbox1 then

write on listbox1_change event

listbox2.listindex = listbox1.listindex


Divaker

On Wed, Jul 4, 2012 at 7:03 PM, Rajan_Verma rajanverma1...@gmail.comwrote:

 Can u share useform?

 ** **

 * *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 ** **

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Dhartikumar Sahu
 *Sent:* 04 July 2012 10:22
 *To:* excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ urgent required vba code:: 2 list boxes in
 userform scroll same time.

 ** **
 Hi Group
 I have 2 list boxes side by side in userform. I need to use a single
 scroll bar to scroll all 2 listboxes at the same time, so that all the
 information in the boxes stay aligned. 

 ** **

 ** **

 need urgent reply

 ** **

 -- 

 *Regards,*

 *Dhartikumar Sahu*

 Sr.Database Manager - Institutional Equities

 * IDBI Capital Markets Services Ltd*

 5th Floor, Mafatlal Centre | Nariman Point | Mumbai – 21

 Board: +91 22 4322 1212 | Dir: +91 22 4322 1169 | Cell: +91 77383 63450***
 *

 ** **

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

$$Excel-Macros$$ Need Urgent Help on If statement

2012-07-04 Thread Mangesh Vimay
Hi Friends,

Please find the attached sheet for if statement.
Please help me dear all !!!

-- 
With regards,

MaNgEsH

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Help for IF.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


Re: $$Excel-Macros$$ urgent required vba code:: 2 list boxes in userform scroll same time.

2012-07-04 Thread dguillett1
I won’t speak for others but your plea for “urgency” makes me NOT respond as 
all requests are urgent and yours is no more urgent than others. 

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

From: Dhartikumar Sahu 
Sent: Tuesday, July 03, 2012 11:52 PM
To: excel-macros@googlegroups.com 
Subject: $$Excel-Macros$$ urgent required vba code:: 2 list boxes in userform 
scroll same time.

Hi Group

I have 2 list boxes side by side in userform. I need to use a single scroll bar 
to scroll all 2 listboxes at the same time, so that all the information in the 
boxes stay aligned. 


need urgent reply

-- 

Regards,

Dhartikumar Sahu

Sr.Database Manager - Institutional Equities

 IDBI Capital Markets Services Ltd

5th Floor, Mafatlal Centre | Nariman Point | Mumbai – 21

Board: +91 22 4322 1212 | Dir: +91 22 4322 1169 | Cell: +91 77383 63450


-- 
FORUM RULES (986+ 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. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
--
To post to this group, send email to excel-macros@googlegroups.com
 
To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Need Urgent Help on If statement

2012-07-04 Thread ashish koul
= iF(ISBLANK(A2),,IF(A2=24,24 Hours,24 Hours))



On Wed, Jul 4, 2012 at 7:35 PM, Mangesh Vimay mangesh.da...@gmail.comwrote:

 Hi Friends,

 Please find the attached sheet for if statement.
 Please help me dear all !!!

 --
 With regards,

 MaNgEsH

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
*Regards*
* *
*Ashish Koul*
*http://www.excelvbamacros.com/*
*http://www.accessvbamacros.com/* http://www.accessvbamacros.com/


P Before printing, think about the environment.

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Need Urgent Help on If statement

2012-07-04 Thread Mangesh Vimay
Thank you so much mere bhai u saved my job 

On 7/4/12, ashish koul koul.ash...@gmail.com wrote:
 = iF(ISBLANK(A2),,IF(A2=24,24 Hours,24 Hours))



 On Wed, Jul 4, 2012 at 7:35 PM, Mangesh Vimay
 mangesh.da...@gmail.comwrote:

 Hi Friends,

 Please find the attached sheet for if statement.
 Please help me dear all !!!

 --
 With regards,

 MaNgEsH

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook.
 Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




 --
 *Regards*
 * *
 *Ashish Koul*
 *http://www.excelvbamacros.com/*
 *http://www.accessvbamacros.com/* http://www.accessvbamacros.com/


 P Before printing, think about the environment.

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.

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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


-- 
With regards,

MaNgEsH

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com


Re: $$Excel-Macros$$ Need Urgent Help on If statement

2012-07-04 Thread Mangesh Vimay
Hi Friends/Ashish,

How will you put this formula in vba code. please tell.

On 7/4/12, Mangesh Vimay mangesh.da...@gmail.com wrote:
 Thank you so much mere bhai u saved my job 

 On 7/4/12, ashish koul koul.ash...@gmail.com wrote:
 = iF(ISBLANK(A2),,IF(A2=24,24 Hours,24 Hours))



 On Wed, Jul 4, 2012 at 7:35 PM, Mangesh Vimay
 mangesh.da...@gmail.comwrote:

 Hi Friends,

 Please find the attached sheet for if statement.
 Please help me dear all !!!

 --
 With regards,

 MaNgEsH

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook.
 Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




 --
 *Regards*
 * *
 *Ashish Koul*
 *http://www.excelvbamacros.com/*
 *http://www.accessvbamacros.com/* http://www.accessvbamacros.com/


 P Before printing, think about the environment.

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook.
 Forum
 owners and members are not responsible for any loss.

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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


 --
 With regards,

 MaNgEsH



-- 
With regards,

MaNgEsH

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com


Re: $$Excel-Macros$$ Need Urgent Help on If statement

2012-07-04 Thread NOORAIN ANSARI
Dear Mangesh,

Please use it

*Function Test(rng As Excel.Range)
If rng.Value   And rng.Value = 24 Then
Test = 24 Hours
ElseIf rng.Value   And rng.Value  24 Then
Test = 24 Hours
Else
Test = 
End If
End Function
*

On Wed, Jul 4, 2012 at 7:52 PM, Mangesh Vimay mangesh.da...@gmail.comwrote:

 Hi Friends/Ashish,

 How will you put this formula in vba code. please tell.

 On 7/4/12, Mangesh Vimay mangesh.da...@gmail.com wrote:
  Thank you so much mere bhai u saved my job 
 
  On 7/4/12, ashish koul koul.ash...@gmail.com wrote:
  = iF(ISBLANK(A2),,IF(A2=24,24 Hours,24 Hours))
 
 
 
  On Wed, Jul 4, 2012 at 7:35 PM, Mangesh Vimay
  mangesh.da...@gmail.comwrote:
 
  Hi Friends,
 
  Please find the attached sheet for if statement.
  Please help me dear all !!!
 
  --
  With regards,
 
  MaNgEsH
 
  --
  FORUM RULES (986+ 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.
 
  NOTE  : Don't ever post personal or confidential data in a workbook.
  Forum
  owners and members are not responsible for any loss.
 
 
 
 --
  To post to this group, send email to excel-macros@googlegroups.com
 
  To unsubscribe, send a blank email to
  excel-macros+unsubscr...@googlegroups.com
 
 
 
 
  --
  *Regards*
  * *
  *Ashish Koul*
  *http://www.excelvbamacros.com/*
  *http://www.accessvbamacros.com/* http://www.accessvbamacros.com/
 
 
  P Before printing, think about the environment.
 
  --
  FORUM RULES (986+ 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.
 
  NOTE  : Don't ever post personal or confidential data in a workbook.
  Forum
  owners and members are not responsible for any loss.
 
 
 --
  To post to this group, send email to excel-macros@googlegroups.com
 
  To unsubscribe, send a blank email to
  excel-macros+unsubscr...@googlegroups.com
 
 
  --
  With regards,
 
  MaNgEsH
 


 --
 With regards,

 MaNgEsH

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
Thanks  regards,
Noorain Ansari
www.noorainansari.com
www.excelmacroworld.blogspot.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to 

Re: $$Excel-Macros$$ Need Urgent Help on If statement

2012-07-04 Thread Mangesh Vimay
Thanks Noorain Where should I put this code. I mean in module or any
the place to run the code.
Please tell me detail as u know very well I am new to VBA.

On 7/4/12, NOORAIN ANSARI noorain.ans...@gmail.com wrote:
 Dear Mangesh,

 Please use it

 *Function Test(rng As Excel.Range)
 If rng.Value   And rng.Value = 24 Then
 Test = 24 Hours
 ElseIf rng.Value   And rng.Value  24 Then
 Test = 24 Hours
 Else
 Test = 
 End If
 End Function
 *

 On Wed, Jul 4, 2012 at 7:52 PM, Mangesh Vimay
 mangesh.da...@gmail.comwrote:

 Hi Friends/Ashish,

 How will you put this formula in vba code. please tell.

 On 7/4/12, Mangesh Vimay mangesh.da...@gmail.com wrote:
  Thank you so much mere bhai u saved my job 
 
  On 7/4/12, ashish koul koul.ash...@gmail.com wrote:
  = iF(ISBLANK(A2),,IF(A2=24,24 Hours,24 Hours))
 
 
 
  On Wed, Jul 4, 2012 at 7:35 PM, Mangesh Vimay
  mangesh.da...@gmail.comwrote:
 
  Hi Friends,
 
  Please find the attached sheet for if statement.
  Please help me dear all !!!
 
  --
  With regards,
 
  MaNgEsH
 
  --
  FORUM RULES (986+ 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.
 
  NOTE  : Don't ever post personal or confidential data in a workbook.
  Forum
  owners and members are not responsible for any loss.
 
 
 
 --
  To post to this group, send email to excel-macros@googlegroups.com
 
  To unsubscribe, send a blank email to
  excel-macros+unsubscr...@googlegroups.com
 
 
 
 
  --
  *Regards*
  * *
  *Ashish Koul*
  *http://www.excelvbamacros.com/*
  *http://www.accessvbamacros.com/* http://www.accessvbamacros.com/
 
 
  P Before printing, think about the environment.
 
  --
  FORUM RULES (986+ 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.
 
  NOTE  : Don't ever post personal or confidential data in a workbook.
  Forum
  owners and members are not responsible for any loss.
 
 
 --
  To post to this group, send email to excel-macros@googlegroups.com
 
  To unsubscribe, send a blank email to
  excel-macros+unsubscr...@googlegroups.com
 
 
  --
  With regards,
 
  MaNgEsH
 


 --
 With regards,

 MaNgEsH

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook.
 Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




 --
 Thanks  regards,
 Noorain Ansari
 www.noorainansari.com
 www.excelmacroworld.blogspot.com

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are 

Re: $$Excel-Macros$$ Need Urgent Help on If statement

2012-07-04 Thread NOORAIN ANSARI
Dear Mangesh,

Please put it in Module after press Alt+F11.
Then we can use it under Activeworkbook.


On Wed, Jul 4, 2012 at 8:06 PM, Mangesh Vimay mangesh.da...@gmail.comwrote:

 Thanks Noorain Where should I put this code. I mean in module or any
 the place to run the code.
 Please tell me detail as u know very well I am new to VBA.

 On 7/4/12, NOORAIN ANSARI noorain.ans...@gmail.com wrote:
  Dear Mangesh,
 
  Please use it
 
  *Function Test(rng As Excel.Range)
  If rng.Value   And rng.Value = 24 Then
  Test = 24 Hours
  ElseIf rng.Value   And rng.Value  24 Then
  Test = 24 Hours
  Else
  Test = 
  End If
  End Function
  *
 
  On Wed, Jul 4, 2012 at 7:52 PM, Mangesh Vimay
  mangesh.da...@gmail.comwrote:
 
  Hi Friends/Ashish,
 
  How will you put this formula in vba code. please tell.
 
  On 7/4/12, Mangesh Vimay mangesh.da...@gmail.com wrote:
   Thank you so much mere bhai u saved my job 
  
   On 7/4/12, ashish koul koul.ash...@gmail.com wrote:
   = iF(ISBLANK(A2),,IF(A2=24,24 Hours,24 Hours))
  
  
  
   On Wed, Jul 4, 2012 at 7:35 PM, Mangesh Vimay
   mangesh.da...@gmail.comwrote:
  
   Hi Friends,
  
   Please find the attached sheet for if statement.
   Please help me dear all !!!
  
   --
   With regards,
  
   MaNgEsH
  
   --
   FORUM RULES (986+ 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.
  
   NOTE  : Don't ever post personal or confidential data in a workbook.
   Forum
   owners and members are not responsible for any loss.
  
  
  
 
 --
   To post to this group, send email to excel-macros@googlegroups.com
  
   To unsubscribe, send a blank email to
   excel-macros+unsubscr...@googlegroups.com
  
  
  
  
   --
   *Regards*
   * *
   *Ashish Koul*
   *http://www.excelvbamacros.com/*
   *http://www.accessvbamacros.com/* http://www.accessvbamacros.com/
  
  
   P Before printing, think about the environment.
  
   --
   FORUM RULES (986+ 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.
  
   NOTE  : Don't ever post personal or confidential data in a workbook.
   Forum
   owners and members are not responsible for any loss.
  
  
 
 --
   To post to this group, send email to excel-macros@googlegroups.com
  
   To unsubscribe, send a blank email to
   excel-macros+unsubscr...@googlegroups.com
  
  
   --
   With regards,
  
   MaNgEsH
  
 
 
  --
  With regards,
 
  MaNgEsH
 
  --
  FORUM RULES (986+ 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.
 
  NOTE  : Don't ever post personal or confidential data in a workbook.
  Forum
  owners and members are not responsible for any loss.
 
 
 
 --
  To post to this group, send email to excel-macros@googlegroups.com
 
  To unsubscribe, send a blank email to
  excel-macros+unsubscr...@googlegroups.com
 
 
 
 
  --
  Thanks  regards,
  Noorain Ansari
  www.noorainansari.com
  www.excelmacroworld.blogspot.com
 
  --
  FORUM RULES (986+ 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 

Re: $$Excel-Macros$$ MVP Award....Congratulations Ashish Koul and Dilip Pandey !!

2012-07-04 Thread Divaker Pandey
*Congrats..Ashish  Dilip, for your gr8 Achievement.*

But it will be awesome.if you explore with group member, your journey to
plan, execution and finally getting award.

Hope another group member can get this award.

Divaker

On Wed, Jul 4, 2012 at 2:02 PM, NRao Mynampati ml.narasimha...@gmail.comwrote:

 Congaratulation Ashish and Dilip


 On Tue, Jul 3, 2012 at 12:17 PM, Excel Vba excelvba.lear...@gmail.comwrote:

 Congrats both of them. God bless..



 On Sun, Jul 1, 2012 at 9:54 PM, Ayush Jain jainayus...@gmail.com wrote:

 Dear members,

 I am extremely happy to inform you that two members of the group are
 awarded Microsoft Most Valuable Professional Award.
 My heartiest congratulations to *Ashish koul* and *Dilip Pandey* and
 thanks for their big support to this forum.

 Keep posting !

 Best regards,
 Ayush Jain
 Group Manager
 Microsoft MVP




 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

2012-07-04 Thread ChilExcel
Rajan Congratulations .  Excellent  

Chilexcel

2012/7/4 Ayush Jain jainayus...@gmail.com:
 Hello Everyone,

 Rajan Verma has been selected as 'Most Helpful Member' for the month of
 June'2012. This is third time in row. :)
 He has posted 149 posts in June 2012 and helped many people through his
 expertise.

 I truly appreciate his consistency and commitment to group. He is really
 doing great job.

 Thanks to Noorain, Deba Ranjan, Don, David, Lalit, Lokesh, Hilary, Asa and
 other folks for helping excel enthusiasts voluntarily !! Keep it up !!

 Keep posting.

 Regards
 Ayush Jain
 Group Manager , Microsoft MVP

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.

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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com



-- 
Visita ; http://sites.google.com/site/chilexcel/Home
Visita ; http://www.youtube.com/user/timextag41

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com


Re: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

2012-07-04 Thread Hilary Lomotey
Congrats Raj, keep it up

On Wed, Jul 4, 2012 at 4:16 PM, Ayush Jain jainayus...@gmail.com wrote:

 Hello Everyone,

 Rajan Verma has been selected as 'Most Helpful Member' for the month of
 June'2012. This is third time in row. :)
 He has posted 149 posts in June 2012 and helped many people through his
 expertise.

 I truly appreciate his consistency and commitment to group. He is really
 doing great job.

 Thanks to Noorain, Deba Ranjan, Don, David, Lalit, Lokesh, Hilary, Asa and
 other folks for helping excel enthusiasts voluntarily !! Keep it up !!

 Keep posting.

 Regards
 Ayush Jain
 Group Manager , Microsoft MVP

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ ****** FIVE YEARS COMPLETION******THANK YOU******

2012-07-04 Thread Ayush Jain
Thanks Dilip and everyone for your great contribution to this forum.
The forum is really doing well and we will achieve more and more milestones.

Together we can and we will make a difference.

Cheers,
Ayush Jain
On Wed, Jul 4, 2012 at 5:11 PM, Indrajit $nai talk2indra...@gmail.comwrote:

 Congrats Asish. :)



 On Tue, Jul 3, 2012 at 8:27 PM, Bé Trần Văn betnmtdongna...@gmail.comwrote:

   Show group already have 03 users received decode of the
 Microsoft, real absolute. I am tham community this because it very useful to
 add comments expression cho me also like all all user.
   Sorry, I was busy at the work group, wish all the members of this
 forum to achieve important event, I hope that in future other members can
 achieve as Ashish koul and Pandey Dilip, hope you two continue to
 contribute to better forum.

 2012/7/3 Dilip Pandey dilipan...@gmail.com

 Congratulations Ayush . . . . !!

 This is a wonderful group with full of energy and learning.  Thanks to
 all the members for achieving this milestone.  :)

  Thanks  Regards,

 DILIP KUMAR PANDEY, mvp
 MBA,B.Com(Hons),BCA
 Mobile: +91 9810929744
 dilipan...@gmail.com
 dilipan...@yahoo.com
 New Delhi -62, India
  On Mar 22, 2012 4:25 AM, Ayush Jain jainayus...@gmail.com wrote:

  Dear members,**

  

 I am proud to announce that the forum has completed 5 years today. This
 is really great milestone of the forum. 

 My sincere thanks to each one of you who keep this forum alive by
 asking questions and helping others by providing solutions.

  

 Over the last five years, I have seen decent growth in the number of
 posts and quality of solutions provided by the experts here. I have learned
 many things from this forum and experts. 

 In my view, Learning never stops and the discussion forum is the best
 place to learn and share the skills.

  

 I hardly get time to resolve the excel queries after office hours but I
 try my best to moderate the forum closely. I visit the forum 2-3 times
 daily to approve the messages and to check everything is ok. Please let me
 know the improvements and changes you want to see in the forum. I would be
 happy to hear your feedback.

  

 Some key achievements of this forum in numbers:

 1) In last 1.5 years, we have seen three people receiving the Microsoft
 MVP award from this forum. This is itself a big achievement for forum and I
 hope to see more deserving people get this award in future.

  

 2) This is spam free forum and we hardly get spam messages. In last 5
 years, 1000 members are banned for sending spam messages

  

 3) We are 8400+ members with diversity in expertise, experience and
 location.

  

 4) Over 7600+ topics discussed in five years

  

 Once again many thanks and congratulations to all of you. Keep posting
 and together we will achieve more milestones.

 Regards,
 Ayush Jain
 Microsoft MVP
 Forum Owner
 jainayus...@gmail.com

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.


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

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


 --
 FORUM RULES (986+ 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$$ MVP Award....Congratulations Ashish Koul and Dilip Pandey !!--Add

2012-07-04 Thread Ayush Jain
Pankaj,
 
Please let me know which advertisements you are referring to.
 
Thanks,
 

On Tuesday, 3 July 2012 11:25:02 UTC+5:30, panky wrote:

 Dear Moderator,
  
 Please also Ban these kinds of Promotional/Advertisements in this forum.
  
 They are not related to Excel Help.
  
 Please advice
  
  
 Thanks and Regads,
 Pankaj Michael

 On Sun, Jul 1, 2012 at 9:54 PM, Ayush Jain jainayus...@gmail.com wrote:

 Dear members,
  
 I am extremely happy to inform you that two members of the group are 
 awarded Microsoft Most Valuable Professional Award.
 My heartiest congratulations to *Ashish koul* and *Dilip Pandey* and  
 thanks for their big support to this forum.
  
 Keep posting !

 Best regards,
 Ayush Jain
 Group Manager
 Microsoft MVP


  

 -- 
 FORUM RULES (986+ 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. 
  
 NOTE : Don't ever post personal or confidential data in a workbook. Forum 
 owners and members are not responsible for any loss.
  

 --
 To post to this group, send email to excel-macros@googlegroups.com
  
 To unsubscribe, send a blank email to 
 excel-macros+unsubscr...@googlegroups.com




 -- 
 Pankaj Kumar


-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June '12)

2012-07-04 Thread Born to Win
Congrats Ranjan...j

have seen really great commitment towards group.

and helping us with your expertise.


Cheer's,
CS



On Wed, Jul 4, 2012 at 9:50 PM, Hilary Lomotey resp...@gmail.com wrote:

 Congrats Raj, keep it up


 On Wed, Jul 4, 2012 at 4:16 PM, Ayush Jain jainayus...@gmail.com wrote:

 Hello Everyone,

 Rajan Verma has been selected as 'Most Helpful Member' for the month of
 June'2012. This is third time in row. :)
 He has posted 149 posts in June 2012 and helped many people through his
 expertise.

 I truly appreciate his consistency and commitment to group. He is really
 doing great job.

 Thanks to Noorain, Deba Ranjan, Don, David, Lalit, Lokesh, Hilary, Asa
 and other folks for helping excel enthusiasts voluntarily !! Keep it up !!

 Keep posting.

 Regards
 Ayush Jain
 Group Manager , Microsoft MVP

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ MVP Award....Congratulations Ashish Koul and Dilip Pandey !!--Add

2012-07-04 Thread Bé Trần Văn
I just want to congratulate Ashish and Dilip.
and contributions that you want two more forums.

2012/7/4 Ayush Jain jainayus...@gmail.com

 Pankaj,

 Please let me know which advertisements you are referring to.

 Thanks,


 On Tuesday, 3 July 2012 11:25:02 UTC+5:30, panky wrote:

 Dear Moderator,

 Please also Ban these kinds of Promotional/Advertisements in this forum.

 They are not related to Excel Help.

 Please advice


 Thanks and Regads,
 Pankaj Michael

 On Sun, Jul 1, 2012 at 9:54 PM, Ayush Jain jainayus...@gmail.com wrote:

 Dear members,

 I am extremely happy to inform you that two members of the group are
 awarded Microsoft Most Valuable Professional Award.
 My heartiest congratulations to *Ashish koul* and *Dilip Pandey* and
 thanks for their big support to this forum.

 Keep posting !

 Best regards,
 Ayush Jain
 Group Manager
 Microsoft MVP




 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.

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

 To unsubscribe, send a blank email to excel-macros+unsubscribe@**
 googlegroups.com excel-macros%2bunsubscr...@googlegroups.com




 --
 Pankaj Kumar

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

2012-07-04 Thread dguillett1
Congratulations from Austin Texas

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

From: Ayush Jain 
Sent: Wednesday, July 04, 2012 11:16 AM
To: excel-macros 
Subject: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

Hello Everyone,
 
Rajan Verma has been selected as 'Most Helpful Member' for the month of 
June'2012. This is third time in row. :)
He has posted 149 posts in June 2012 and helped many people through his 
expertise.
 
I truly appreciate his consistency and commitment to group. He is really doing 
great job.

Thanks to Noorain, Deba Ranjan, Don, David, Lalit, Lokesh, Hilary, Asa and 
other folks for helping excel enthusiasts voluntarily !! Keep it up !!

Keep posting.
 
Regards
Ayush Jain
Group Manager , Microsoft MVP
-- 
FORUM RULES (986+ 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. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
--
To post to this group, send email to excel-macros@googlegroups.com
 
To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

$$Excel-Macros$$ PLease Help

2012-07-04 Thread Mangesh Vimay
I need diff in between these two dates in Hours
Start Date  End Date
4/1/2012 5:01   4/3/2012 6:15
Whatever the diff in between these two dats in terms of hours (hh:mm)

Please help

-- 
With regards,

MaNgEsH

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com


Re: $$Excel-Macros$$ PLease Help

2012-07-04 Thread NOORAIN ANSARI
Dear Mangesh,

Please use it..

=TEXT(B2-A2,[H]:mm:ss)

On Wed, Jul 4, 2012 at 10:46 PM, Mangesh Vimay mangesh.da...@gmail.comwrote:

 I need diff in between these two dates in Hours
 Start Date  End Date
 4/1/2012 5:01   4/3/2012 6:15
 Whatever the diff in between these two dats in terms of hours (hh:mm)

 Please help

 --
 With regards,

 MaNgEsH

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
Thanks  regards,
Noorain Ansari
www.noorainansari.com
www.excelmacroworld.blogspot.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

2012-07-04 Thread NOORAIN ANSARI
Congrats Rajan...

On Wed, Jul 4, 2012 at 10:43 PM, dguillett1 dguille...@gmail.com wrote:

   Congratulations from Austin Texas

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

  *From:* Ayush Jain jainayus...@gmail.com
 *Sent:* Wednesday, July 04, 2012 11:16 AM
 *To:* excel-macros excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

  Hello Everyone,

 Rajan Verma has been selected as 'Most Helpful Member' for the month of
 June'2012. This is third time in row. :)
 He has posted 149 posts in June 2012 and helped many people through his
 expertise.

 I truly appreciate his consistency and commitment to group. He is really
 doing great job.

 Thanks to Noorain, Deba Ranjan, Don, David, Lalit, Lokesh, Hilary, Asa and
 other folks for helping excel enthusiasts voluntarily !! Keep it up !!

 Keep posting.

 Regards
 Ayush Jain
 Group Manager , Microsoft MVP
 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
Thanks  regards,
Noorain Ansari
www.noorainansari.com
www.excelmacroworld.blogspot.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

2012-07-04 Thread Maries
Congrats Rajan...

On Wed, Jul 4, 2012 at 9:53 PM, NOORAIN ANSARI noorain.ans...@gmail.comwrote:

 Congrats Rajan...


 On Wed, Jul 4, 2012 at 10:43 PM, dguillett1 dguille...@gmail.com wrote:

   Congratulations from Austin Texas

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

  *From:* Ayush Jain jainayus...@gmail.com
 *Sent:* Wednesday, July 04, 2012 11:16 AM
 *To:* excel-macros excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

  Hello Everyone,

 Rajan Verma has been selected as 'Most Helpful Member' for the month of
 June'2012. This is third time in row. :)
 He has posted 149 posts in June 2012 and helped many people through his
 expertise.

 I truly appreciate his consistency and commitment to group. He is really
 doing great job.

 Thanks to Noorain, Deba Ranjan, Don, David, Lalit, Lokesh, Hilary, Asa
 and other folks for helping excel enthusiasts voluntarily !! Keep it up !!

 Keep posting.

 Regards
 Ayush Jain
 Group Manager , Microsoft MVP
 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




 --
 Thanks  regards,
 Noorain Ansari
 www.noorainansari.com
 www.excelmacroworld.blogspot.com




  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
*
*
*  MARIES*
Excel Inspiration http://xcel-inspiration.blogspot.com/

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to 

Re: $$Excel-Macros$$ PLease Help

2012-07-04 Thread Mangesh Vimay
Thanks Noorain

On 7/4/12, NOORAIN ANSARI noorain.ans...@gmail.com wrote:
 Dear Mangesh,

 Please use it..

 =TEXT(B2-A2,[H]:mm:ss)

 On Wed, Jul 4, 2012 at 10:46 PM, Mangesh Vimay
 mangesh.da...@gmail.comwrote:

 I need diff in between these two dates in Hours
 Start Date  End Date
 4/1/2012 5:01   4/3/2012 6:15
 Whatever the diff in between these two dats in terms of hours (hh:mm)

 Please help

 --
 With regards,

 MaNgEsH

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook.
 Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




 --
 Thanks  regards,
 Noorain Ansari
 www.noorainansari.com
 www.excelmacroworld.blogspot.com

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.

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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


-- 
With regards,

MaNgEsH

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com


Re: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June '12)

2012-07-04 Thread Aamir Shahzad
Congrats Rajan

Aamir Shahzad

On Wed, Jul 4, 2012 at 10:55 PM, Maries talk2mar...@gmail.com wrote:

 Congrats Rajan...

 On Wed, Jul 4, 2012 at 9:53 PM, NOORAIN ANSARI 
 noorain.ans...@gmail.comwrote:

 Congrats Rajan...


 On Wed, Jul 4, 2012 at 10:43 PM, dguillett1 dguille...@gmail.com wrote:

   Congratulations from Austin Texas

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

  *From:* Ayush Jain jainayus...@gmail.com
 *Sent:* Wednesday, July 04, 2012 11:16 AM
 *To:* excel-macros excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

  Hello Everyone,

 Rajan Verma has been selected as 'Most Helpful Member' for the month of
 June'2012. This is third time in row. :)
 He has posted 149 posts in June 2012 and helped many people through his
 expertise.

 I truly appreciate his consistency and commitment to group. He is really
 doing great job.

 Thanks to Noorain, Deba Ranjan, Don, David, Lalit, Lokesh, Hilary, Asa
 and other folks for helping excel enthusiasts voluntarily !! Keep it up !!

 Keep posting.

 Regards
 Ayush Jain
 Group Manager , Microsoft MVP
 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com
 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




 --
 Thanks  regards,
 Noorain Ansari
 www.noorainansari.com
 www.excelmacroworld.blogspot.com




 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




 --
  *
 *
 *  MARIES*
 Excel Inspiration http://xcel-inspiration.blogspot.com/

  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


 

RE: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

2012-07-04 Thread Asa Rossoff
Extraorinary contribution, Rajan.

Cheers.

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On 
Behalf Of Ayush Jain
Sent: Wednesday, July 04, 2012 9:17 AM
To: excel-macros
Subject: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

 

Hello Everyone,
 
Rajan Verma has been selected as 'Most Helpful Member' for the month of 
June'2012. This is third time in row. :)
He has posted 149 posts in June 2012 and helped many people through his 
expertise.
 
I truly appreciate his consistency and commitment to group. He is really doing 
great job.

 
Thanks to Noorain, Deba Ranjan, Don, David, Lalit, Lokesh, Hilary, Asa and 
other folks for helping excel enthusiasts voluntarily !! Keep it up !!

 

Keep posting.
 
Regards

Ayush Jain

Group Manager , Microsoft MVP

-- 
FORUM RULES (986+ 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. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
--
To post to this group, send email to excel-macros@googlegroups.com
 
To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June '12)

2012-07-04 Thread pawel lupinski
Congrats Rajan
 
Pawel
 


 From: Aamir Shahzad aamirshahza...@gmail.com
To: excel-macros@googlegroups.com 
Sent: Wednesday, July 4, 2012 7:18 PM
Subject: Re: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June '12)
  

Congrats Rajan


Aamir Shahzad
 

On Wed, Jul 4, 2012 at 10:55 PM, Maries talk2mar...@gmail.com wrote:

Congrats Rajan... 



On Wed, Jul 4, 2012 at 9:53 PM, NOORAIN ANSARI noorain.ans...@gmail.com 
wrote:

Congrats Rajan...



On Wed, Jul 4, 2012 at 10:43 PM, dguillett1 dguille...@gmail.com wrote:

Congratulations from Austin Texas 

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

From: Ayush Jain  
Sent: Wednesday, July 04, 2012 11:16 AM 
To: excel-macros  
Subject: $$Excel-Macros$$ Rajan Verma - Most helpful 
Member(June​'12) 
 Hello Everyone,
 
Rajan Verma has been selected as 'Most Helpful 
Member' for the month of June'2012. This is third time in row. :)
He has 
posted 149 posts in June 2012 and helped many people through his 
expertise.
 
I truly appreciate his consistency and commitment to 
group. He is really doing great job. 

Thanks to Noorain, Deba Ranjan, Don, David, Lalit, Lokesh, Hilary, Asa 
and other folks for helping excel enthusiasts voluntarily !! Keep it up !! 

Keep posting.
 
Regards 
Ayush Jain 
Group Manager , Microsoft MVP-- 
FORUM RULES (986+ 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. 
 
NOTE : Don't ever post 
personal or confidential data in a workbook. Forum owners and members are not 
responsible for any 
loss.
 
--
To 
post to this group, send email to excel-macros@googlegroups.com
 
To 
unsubscribe, send a blank email to 
mailto:excel-macros%2bunsubscr...@googlegroups.com
-- 
FORUM RULES (986+ 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. 
 
NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
--
To post to this group, send email to excel-macros@googlegroups.com
 
To unsubscribe, send a blank email to 
mailto:excel-macros%2bunsubscr...@googlegroups.com


-- 
Thanks  regards,
Noorain Ansari
http://www.noorainansari.com/
www.excelmacroworld.blogspot.com 
 



-- 
FORUM RULES (986+ 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. 
 
NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
--
To post to this group, send email to excel-macros@googlegroups.com
 
To unsubscribe, send a blank email to 
mailto:excel-macros%2bunsubscr...@googlegroups.com


-- 



  MARIES
Excel Inspiration


-- 
FORUM RULES (986+ 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. 
 
NOTE  : Don't ever post personal or 

Re: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

2012-07-04 Thread Lokesh Loki
Hi Rajan Brother,

Once again congratulation for the 'Most Helpful Member' for the month of
June'2012.

Keep up the same momentum.

Regards
Lokesh.M

On Thu, Jul 5, 2012 at 1:38 AM, Asa Rossoff a...@lovetour.info wrote:

 Extraorinary contribution, Rajan.

 Cheers.

 ** **

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Ayush Jain
 *Sent:* Wednesday, July 04, 2012 9:17 AM

 *To:* excel-macros
 *Subject:* $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)***
 *

 ** **

 Hello Everyone,

 Rajan Verma has been selected as 'Most Helpful Member' for the month of
 June'2012. This is third time in row. :)
 He has posted 149 posts in June 2012 and helped many people through his
 expertise.

 I truly appreciate his consistency and commitment to group. He is really
 doing great job.


 Thanks to Noorain, Deba Ranjan, Don, David, Lalit, Lokesh, Hilary, Asa and
 other folks for helping excel enthusiasts voluntarily !! Keep it up !!

  

 Keep posting.

 Regards

 Ayush Jain

 Group Manager , Microsoft MVP

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

RE: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

2012-07-04 Thread Raghav
Congratulations Rajan. 

 

Regards,

Raghav 

Sr. Analyst 

Tata Teleservices Ltd. 

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On 
Behalf Of Ayush Jain
Sent: Wednesday, July 04, 2012 9:47 PM
To: excel-macros
Subject: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

 

Hello Everyone,
 
Rajan Verma has been selected as 'Most Helpful Member' for the month of 
June'2012. This is third time in row. :)
He has posted 149 posts in June 2012 and helped many people through his 
expertise.
 
I truly appreciate his consistency and commitment to group. He is really doing 
great job.

 
Thanks to Noorain, Deba Ranjan, Don, David, Lalit, Lokesh, Hilary, Asa and 
other folks for helping excel enthusiasts voluntarily !! Keep it up !!

 

Keep posting.
 
Regards

Ayush Jain

Group Manager , Microsoft MVP

-- 
FORUM RULES (986+ 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. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
--
To post to this group, send email to excel-macros@googlegroups.com
 
To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

2012-07-04 Thread Anil Gawli
heartly congrats Mr Rajan..:)

Regards,
Gawli Anil.

On Thu, Jul 5, 2012 at 8:32 AM, Raghav raghav.bhupen...@gmail.com wrote:

  Congratulations Rajan. 

 ** **

 Regards,

 Raghav 

 Sr. Analyst 

 Tata Teleservices Ltd. 

 ** **

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Ayush Jain
 *Sent:* Wednesday, July 04, 2012 9:47 PM

 *To:* excel-macros
 *Subject:* $$Excel-Macros$$ Rajan Verma - Most helpful Member(June
 ​'12)

  ** **

 Hello Everyone,

 Rajan Verma has been selected as 'Most Helpful Member' for the month of
 June'2012. This is third time in row. :)
 He has posted 149 posts in June 2012 and helped many people through his
 expertise.

 I truly appreciate his consistency and commitment to group. He is really
 doing great job.


 Thanks to Noorain, Deba Ranjan, Don, David, Lalit, Lokesh, Hilary, Asa and
 other folks for helping excel enthusiasts voluntarily !! Keep it up !!

  

 Keep posting.

 Regards

 Ayush Jain

 Group Manager , Microsoft MVP

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
Thanks  Regards,
Gawli Anil Narayan
Software Developer,
Abacus Software Services Pvt Ltd

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ MVP Award....Congratulations Ashish Koul and Dilip Pandey !!--Add

2012-07-04 Thread pankaj gmail account
These kind of Congratulating etc

Regards
Pankaj

On Wed, Jul 4, 2012 at 10:20 PM, Bé Trần Văn betnmtdongna...@gmail.comwrote:

 I just want to congratulate Ashish and Dilip.
 and contributions that you want two more forums.

 2012/7/4 Ayush Jain jainayus...@gmail.com

 Pankaj,

 Please let me know which advertisements you are referring to.

 Thanks,


 On Tuesday, 3 July 2012 11:25:02 UTC+5:30, panky wrote:

 Dear Moderator,

 Please also Ban these kinds of Promotional/Advertisements in this forum.

 They are not related to Excel Help.

 Please advice


 Thanks and Regads,
 Pankaj Michael

 On Sun, Jul 1, 2012 at 9:54 PM, Ayush Jain jainayus...@gmail.comwrote:

 Dear members,

 I am extremely happy to inform you that two members of the group are
 awarded Microsoft Most Valuable Professional Award.
 My heartiest congratulations to *Ashish koul* and *Dilip Pandey* and
 thanks for their big support to this forum.

 Keep posting !

 Best regards,
 Ayush Jain
 Group Manager
 Microsoft MVP




 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.

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

 To unsubscribe, send a blank email to excel-macros+unsubscribe@**
 googlegroups.com excel-macros%2bunsubscr...@googlegroups.com




 --
 Pankaj Kumar

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
Pankaj Kumar

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June​'12)

2012-07-04 Thread Deba Ranjan
Verma Ji, congrates...very much


Thanks  Regards,
*Deba Ranjan P*





On Thu, Jul 5, 2012 at 9:21 AM, Anil Gawli gawlianil8...@gmail.com wrote:

 heartly congrats Mr Rajan..:)

 Regards,
 Gawli Anil.

 On Thu, Jul 5, 2012 at 8:32 AM, Raghav raghav.bhupen...@gmail.com wrote:

  Congratulations Rajan. 

 ** **

 Regards,

 Raghav 

 Sr. Analyst 

 Tata Teleservices Ltd. 

 ** **

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Ayush Jain
 *Sent:* Wednesday, July 04, 2012 9:47 PM

 *To:* excel-macros
 *Subject:* $$Excel-Macros$$ Rajan Verma - Most helpful Member(June
 ​'12)

  ** **

 Hello Everyone,


 Rajan Verma has been selected as 'Most Helpful Member' for the month of
 June'2012. This is third time in row. :)
 He has posted 149 posts in June 2012 and helped many people through his
 expertise.

 I truly appreciate his consistency and commitment to group. He is really
 doing great job.


 Thanks to Noorain, Deba Ranjan, Don, David, Lalit, Lokesh, Hilary, Asa
 and other folks for helping excel enthusiasts voluntarily !! Keep it up !!
 

  

 Keep posting.

 Regards

 Ayush Jain

 Group Manager , Microsoft MVP

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com

  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




 --
 Thanks  Regards,
 Gawli Anil Narayan
 Software Developer,
 Abacus Software Services Pvt Ltd

  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to 

Re: $$Excel-Macros$$ Excel Function_Code

2012-07-04 Thread Deba Ranjan
Thanks Chile,
  Working fine.


Thanks  Regards,
*Deba Ranjan P*





On Wed, Jul 4, 2012 at 9:19 PM, ChilExcel chilexcel...@gmail.com wrote:

 Please see attached Add-Ins, I think is what you need

 open excel add ins and then search

 functions user defined

 you should always add add ins before using


 Chilexcel


 2012/7/4 dguillett1 dguille...@gmail.com:
  http://www.add-in-express.com/docs/net-excel-xll-addins.php
 
  Don Guillett
  Microsoft Excel Developer
  SalesAid Software
  dguille...@gmail.com
 
  From: Deba Ranjan
  Sent: Wednesday, July 04, 2012 1:43 AM
  To: excel-macros@googlegroups.com
  Subject: $$Excel-Macros$$ Excel Function_Code
 
  Dear experts,
 
 i am keep on trying to make mention below function code (concatenate)
 as
  Excel Add-ins.  Can we make function as Add -ins ?. - whenever and
  wherever
  we wish to insert the add-in function at any system it should work out.
 
 i have tried to save as add- in and after adding the add - in to the
  excel, it is not working. Any solution for this please.
 
  Note- Can we make in one single add- in more then 1 function ?
 
  Code:-
  Function Full_con(rng As Range)
  Dim cell As Range
  Dim str As String
  For Each cell In rng
  str = str  cell ,   
  Next cell
  str = VBA.Right(str, Len(str) - 1)
  Full_con = str
  End Function
  
 
  Thanks  Regards,
  Deba Ranjan P
 
 
 
  --
  FORUM RULES (986+ 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.
 
  NOTE : Don't ever post personal or confidential data in a workbook. Forum
  owners and members are not responsible for any loss.
 
 
 --
  To post to this group, send email to excel-macros@googlegroups.com
 
  To unsubscribe, send a blank email to
  excel-macros+unsubscr...@googlegroups.com
 
  --
  FORUM RULES (986+ 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.
 
  NOTE : Don't ever post personal or confidential data in a workbook. Forum
  owners and members are not responsible for any loss.
 
 
 --
  To post to this group, send email to excel-macros@googlegroups.com
 
  To unsubscribe, send a blank email to
  excel-macros+unsubscr...@googlegroups.com



 --
 Visita ; http://sites.google.com/site/chilexcel/Home
 Visita ; http://www.youtube.com/user/timextag41

 --
 FORUM RULES (986+ 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.

 NOTE  : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


-- 
FORUM RULES (986+ 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 

Re: $$Excel-Macros$$ MVP Award....Congratulations Ashish Koul and Dilip Pandey !!--Add

2012-07-04 Thread joseph . camill
Hi Pankaj,

Its an appreciation given to group members for helping.

Correct me Ayush if I am wrong.

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-Original Message-
From: pankaj gmail account pankaji...@gmail.com
Sender: excel-macros@googlegroups.com
Date: Thu, 5 Jul 2012 09:37:17 
To: excel-macros@googlegroups.com
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ MVP AwardCongratulations Ashish Koul and
 Dilip Pandey !!--Add

These kind of Congratulating etc

Regards
Pankaj

On Wed, Jul 4, 2012 at 10:20 PM, Bé Trần Văn betnmtdongna...@gmail.comwrote:

 I just want to congratulate Ashish and Dilip.
 and contributions that you want two more forums.

 2012/7/4 Ayush Jain jainayus...@gmail.com

 Pankaj,

 Please let me know which advertisements you are referring to.

 Thanks,


 On Tuesday, 3 July 2012 11:25:02 UTC+5:30, panky wrote:

 Dear Moderator,

 Please also Ban these kinds of Promotional/Advertisements in this forum.

 They are not related to Excel Help.

 Please advice


 Thanks and Regads,
 Pankaj Michael

 On Sun, Jul 1, 2012 at 9:54 PM, Ayush Jain jainayus...@gmail.comwrote:

 Dear members,

 I am extremely happy to inform you that two members of the group are
 awarded Microsoft Most Valuable Professional Award.
 My heartiest congratulations to *Ashish koul* and *Dilip Pandey* and
 thanks for their big support to this forum.

 Keep posting !

 Best regards,
 Ayush Jain
 Group Manager
 Microsoft MVP




 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.

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

 To unsubscribe, send a blank email to excel-macros+unsubscribe@**
 googlegroups.com excel-macros%2bunsubscr...@googlegroups.com




 --
 Pankaj Kumar

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
Pankaj Kumar

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't 

Re: $$Excel-Macros$$ Rajan Verma - Most helpful Member(June '12)

2012-07-04 Thread Sanjib Chatterjee
Cong Mr. Ranjan Verma.  Hoping for the est of life.

Regds,

Sanjib


On Wed, Jul 4, 2012 at 10:18 PM, Born to Win cs4...@gmail.com wrote:

 Congrats Ranjan...j

 have seen really great commitment towards group.

 and helping us with your expertise.


 Cheer's,
 CS



 On Wed, Jul 4, 2012 at 9:50 PM, Hilary Lomotey resp...@gmail.com wrote:

 Congrats Raj, keep it up


 On Wed, Jul 4, 2012 at 4:16 PM, Ayush Jain jainayus...@gmail.com wrote:

 Hello Everyone,

 Rajan Verma has been selected as 'Most Helpful Member' for the month of
 June'2012. This is third time in row. :)
 He has posted 149 posts in June 2012 and helped many people through his
 expertise.

 I truly appreciate his consistency and commitment to group. He is really
 doing great job.

 Thanks to Noorain, Deba Ranjan, Don, David, Lalit, Lokesh, Hilary, Asa
 and other folks for helping excel enthusiasts voluntarily !! Keep it up !!

 Keep posting.

 Regards
 Ayush Jain
 Group Manager , Microsoft MVP

 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
-

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ MVP Award....Congratulations Ashish Koul and Dilip Pandey !!

2012-07-04 Thread Sanjib Chatterjee
cong both of you

Regards,

Sanjib


On Wed, Jul 4, 2012 at 8:45 PM, Divaker Pandey divake...@gmail.com wrote:

 *Congrats..Ashish  Dilip, for your gr8 Achievement.*

 But it will be awesome.if you explore with group member, your journey to
 plan, execution and finally getting award.

 Hope another group member can get this award.

 Divaker

 On Wed, Jul 4, 2012 at 2:02 PM, NRao Mynampati 
 ml.narasimha...@gmail.comwrote:

 Congaratulation Ashish and Dilip


 On Tue, Jul 3, 2012 at 12:17 PM, Excel Vba excelvba.lear...@gmail.comwrote:

 Congrats both of them. God bless..



 On Sun, Jul 1, 2012 at 9:54 PM, Ayush Jain jainayus...@gmail.comwrote:

 Dear members,

 I am extremely happy to inform you that two members of the group are
 awarded Microsoft Most Valuable Professional Award.
 My heartiest congratulations to *Ashish koul* and *Dilip Pandey* and
 thanks for their big support to this forum.

 Keep posting !

 Best regards,
 Ayush Jain
 Group Manager
 Microsoft MVP




 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com


  --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook. Forum
 owners and members are not responsible for any loss.


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

 To unsubscribe, send a blank email to
 excel-macros+unsubscr...@googlegroups.com




-- 
-

-- 
FORUM RULES (986+ 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 

Re: $$Excel-Macros$$ sum base on 8 digits code

2012-07-04 Thread pawel lupinski
Hi Noorain,
 
Full respect, great solution, many thanks
 
Pawel
 


 From: NOORAIN ANSARI noorain.ans...@gmail.com
To: excel-macros@googlegroups.com 
Sent: Thursday, July 5, 2012 4:10 AM
Subject: Re: $$Excel-Macros$$ sum base on 8 digits code
  

Hi Lupinski,

Please use it..

=SUMIF($E$5:$E$23,B4*,$F$5:$F$23)

see attached sheet.


-- 
Thanks  regards,
Noorain Ansari
http://www.noorainansari.com/
www.excelmacroworld.blogspot.com

On Thu, Jul 5, 2012 at 1:55 AM, pawel lupinski lupins...@yahoo.com wrote:

Hi All,
I need your help on this particular task. Does anyone know how to add up this 
value?
I have bigger table that I need to add all codes started with first the same 8 
digits rest of the digits are not important as this is only combination of the 
main first 8.
I hope that I didn't over complicated this example. Main thing is that the 
function need to find code started with (codes) in column B and add them up. 
I'll be grateful if you can help me.
Pawel

-- 
FORUM RULES (986+ 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. 
 
NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
--
To post to this group, send email to excel-macros@googlegroups.com
 
To unsubscribe, send a blank email to 
mailto:excel-macros%2bunsubscr...@googlegroups.com

 


 
-- 
FORUM RULES (986+ 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. 
 
NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
--
To post to this group, send email to excel-macros@googlegroups.com
 
To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com