Re: $$Excel-Macros$$ Help Required

2018-11-26 Thread Kishore P V K
Select the column, right click then select “Format Cells”. In that category
select as Date and in Type select as per your required format.

Hope this is helpful.

On Tuesday, November 27, 2018, Neeraj Gmail 
wrote:

> Dear Expert,
>
>
>
> I want to change the date format as per given below
>
>
>
> *Date*
>
> *Date Want in this format*
>
> 9/26/2018
>
> Nov-18
>
>
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Sent from Gmail Mobile

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help - Recorded Formula Not Ending Up In Cell Correctly

2018-04-06 Thread Johnny
Hi, I really appreciate the assistance, but that has nothing to do with my 
issue. The formula I'm using is the recorded version of the working formula.

But thanks!
John

On Tuesday, April 3, 2018 at 7:02:47 AM UTC-4, Aas mh wrote:

> Hi You are using a slightly wrong one,
>
> try to change R[-7] to R[-6] like below:
> =IF(AND(R[-6]C[-5]<>R[-7]C[-5].. and rest yourself. 
>
> On Sat, Mar 31, 2018 at 4:55 AM, Johnny  
> wrote:
>
>> Hi All, this is the strangest problem I've ever had with inserting a 
>> formula into a cell with VBA. This is the formula that I am trying to 
>> insert into cell K2:
>>
>>
>> =IF(AND(B2<>B1,B2<>B3),"ONLY",IF(AND(B2=B1,B2<>B3),"LAST",IF(B3=B2,TEXT(I3-J2,"h:mm"
>>
>>
>> It records like this:
>>
>> "=IF(AND(R[-7]C[-5]<>R[-6]C[-5],R[-5]C[-5]<>R[-6]C[-5]),""ONLY"",IF(AND(R[-7]C[-5]=R[-6]C[-5],R[-6]C[-5]<>R[-5]C[-5]),""LAST"",IF(R[-5]C[-5]=R[-6]C[-5],TEXT(R[-5]C[2]-R[-6]C[3],""h:mm"""
>>
>>
>> If I manually insert the formula into K2, it works perfectly and I can 
>> fill down, and it works perfectly all the way down the column.
>>
>> Here's the problem, this is how it ends up in cell K2:
>>
>>
>> =IF(AND(G1048571<>G1048572,G1048573<>G1048572),"ONLY",IF(AND(G1048571=G1048572,G1048572<>G1048573),"LAST",IF(G1048573=G1048572,TEXT(N1048573-O1048572,"h:mm"
>>
>> I have never seen anything like this in all the time I've been tinkering 
>> with VBA. Not only do the Column references get messed up, but what's up 
>> with the numbers in the hundreds of thousands?
>>
>> I use the syntax of Range("K2").FormulaR1C1 = 
>>  (and it works with every other formula I've 
>> ever tried). There's just something funky about this particular formula I'm 
>> trying to insert. Please help me, I thank you in advance!
>>
>> John
>>
>> -- 
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
>> https://www.facebook.com/discussexcel
>>  
>> FORUM RULES
>>  
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please 
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security 
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>  
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and 
>> members are not responsible for any loss.
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to excel-macros...@googlegroups.com .
>> To post to this group, send email to excel-...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Thanks & Regards.
> Aas Mohd.
> *https://www.youtube.com/watch?v=sfInP8sZ3DQ 
> *
>  
>

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help - Recorded Formula Not Ending Up In Cell Correctly

2018-04-03 Thread Aas mh
Hi You are using a slightly wrong one,

try to change R[-7] to R[-6] like below:
=IF(AND(R[-6]C[-5]<>R[-7]C[-5].. and rest yourself.

On Sat, Mar 31, 2018 at 4:55 AM, Johnny  wrote:

> Hi All, this is the strangest problem I've ever had with inserting a
> formula into a cell with VBA. This is the formula that I am trying to
> insert into cell K2:
>
> =IF(AND(B2<>B1,B2<>B3),"ONLY",IF(AND(B2=B1,B2<>B3),"LAST",
> IF(B3=B2,TEXT(I3-J2,"h:mm"
>
>
> It records like this:
> "=IF(AND(R[-7]C[-5]<>R[-6]C[-5],R[-5]C[-5]<>R[-6]C[-5]),""
> ONLY"",IF(AND(R[-7]C[-5]=R[-6]C[-5],R[-6]C[-5]<>R[-5]C[-5]),
> ""LAST"",IF(R[-5]C[-5]=R[-6]C[-5],TEXT(R[-5]C[2]-R[-6]C[3],""h:mm"""
>
>
> If I manually insert the formula into K2, it works perfectly and I can
> fill down, and it works perfectly all the way down the column.
>
> Here's the problem, this is how it ends up in cell K2:
>
> =IF(AND(G1048571<>G1048572,G1048573<>G1048572),"ONLY",IF(
> AND(G1048571=G1048572,G1048572<>G1048573),"LAST",IF(
> G1048573=G1048572,TEXT(N1048573-O1048572,"h:mm"
>
> I have never seen anything like this in all the time I've been tinkering
> with VBA. Not only do the Column references get messed up, but what's up
> with the numbers in the hundreds of thousands?
>
> I use the syntax of Range("K2").FormulaR1C1 = 
> (and it works with every other formula I've ever tried). There's just
> something funky about this particular formula I'm trying to insert. Please
> help me, I thank you in advance!
>
> John
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Thanks & Regards.
Aas Mohd.
*https://www.youtube.com/watch?v=sfInP8sZ3DQ
*

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help Req.

2017-09-21 Thread Rabindra Thapa
if adding helping column, use same countif function in vlookup also to pull
out data from sheet1.

if without helping column , use before formula just change
INDEX(Sheet1!$B:$B(Qty
or SMS)



*Regards,*



*For quick responds click here for Message <vhr.ad...@arabianfal.com>*

On Wed, Sep 20, 2017 at 2:13 PM, Neeraj Gmail <neerajchauhan...@gmail.com>
wrote:

> Thanks sir,
>
>
>
> Its working but I want to also QTY without, kindly find the sheet I have
> one more solution but It will implement only in one sheet,
>
>
>
> Kindly find sheet and help if formula will implement at sheet 2
>
>
>
> *From:* excel-macros@googlegroups.com [mailto:excel-macros@
> googlegroups.com] *On Behalf Of *Rabindra Thapa
> *Sent:* 20 September 2017 03:46
> *To:* excel-macros@googlegroups.com
> *Subject:* Re: $$Excel-Macros$$ Help Req.
>
>
>
>
>
> Last Date
>
> =INDEX(Sheet1!$C:$C,MATCH($A2,Sheet1!$A$2:$A$11270,0)+(
> COUNTIF(Sheet1!$A:$A,$A2)))
>
>
>
> Second Last Date
>
> =INDEX(Sheet1!$C:$C,MATCH($A2,Sheet1!$A$2:$A$11270,0)+(
> COUNTIF(Sheet1!$A:$A,$A2))-1)
>
>
>
> if need for quantity wise, have to use vba
>
>
> *Regards,*
>
> *[image: Image removed by sender.]*
>
> *For quick responds click here for Message <vhr.ad...@arabianfal.com>*
>
>
>
> On Wed, Sep 20, 2017 at 11:56 AM, Neeraj Gmail <neerajchauhan...@gmail.com>
> wrote:
>
> Dear experts,
>
>
>
> Kindly find the sheet, we have two sheet in workbook I want last and
> Second last Date in sheet2
>
>
>
> .
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing 

Re: $$Excel-Macros$$ Help Req.

2017-09-20 Thread Rabindra Thapa
Last Date
=INDEX(Sheet1!$C:$C,MATCH($A2,Sheet1!$A$2:$A$11270,0)+(COUNTIF(Sheet1!$A:$A,$A2)))

Second Last Date
=INDEX(Sheet1!$C:$C,MATCH($A2,Sheet1!$A$2:$A$11270,0)+(COUNTIF(Sheet1!$A:$A,$A2))-1)

if need for quantity wise, have to use vba

*Regards,*



*For quick responds click here for Message *

On Wed, Sep 20, 2017 at 11:56 AM, Neeraj Gmail 
wrote:

> Dear experts,
>
>
>
> Kindly find the sheet, we have two sheet in workbook I want last and
> Second last Date in sheet2
>
>
>
> .
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help Req.

2017-09-17 Thread Rabindra Thapa
=RIGHT(B3,2)

*Regards,*



*For quick responds click here for Message *

On Sat, Sep 16, 2017 at 7:17 PM, Neeraj Gmail 
wrote:

> Dear experts,
>
>
>
> Kindly find the sheet I want to put last two entries against Indus ID, can
> we solve with an excel formula
>
>
>
>
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help on Week Formula

2017-08-03 Thread Chandra Shekar
Hello Team,

issue got resolved. Thanks All :)

Regards,

Chandru

On Mon, Jul 31, 2017 at 8:42 AM, 'Storey Thomas' via MS EXCEL AND VBA
MACROS <excel-macros@googlegroups.com> wrote:

>
> 
> On Sun, 7/30/17, 'Yu Spain' via MS EXCEL AND VBA MACROS <
> excel-macros@googlegroups.com> wrote:
>
>  Subject: Re: $$Excel-Macros$$ Help on Week Formula
>  To: excel-macros@googlegroups.com
>  Date: Sunday, July 30, 2017, 11:56 PM
>
>
>  
>  On Sun, 7/30/17, 'Martinez David' via
>  MS EXCEL AND VBA MACROS <excel-macros@googlegroups.com>
>  wrote:
>
>   Subject: Re: $$Excel-Macros$$ Help on
>  Week Formula
>   To: excel-macros@googlegroups.com
>   Date: Sunday, July 30, 2017, 8:42 PM
>
>
>
>  
>   On Sun, 7/30/17, 'Hopkins Ruben' via
>  MS
>   EXCEL AND VBA MACROS <excel-macros@googlegroups.com>
>   wrote:
>
>Subject: Re: $$Excel-Macros$$
>  Help on
>   Week Formula
>To: excel-macros@googlegroups.com
>Date: Sunday, July 30, 2017,
>  3:31 PM
>
>
>
>
>  ------------
>On Sun, 7/30/17, Chandra Shekar
>  <chandrashekarb@gmail.com>
>wrote:
>
> Subject: Re: $$Excel-Macros$$
>   Help on
>Week Formula
> To: excel-macros@googlegroups.com
> Date: Sunday, July 30, 2017,
>   2:57 PM
>
> Hello
> Paul,
> For Ex: If I
> mention date as 07/01/2017(Sat)
>formula should give Week 1
> from there every week it should
>increase by 1.1)
> 07-01-2017 to 07-07-2017 =
>   Week12)
>22-01-2017 to
> 28-07-2017 = Week43) 29-07-2017
>   -
>04-08-2017 =
> Week5
> Regards,
> Chandru
> On Tue, Jul 25, 2017 at
> 4:31 PM, Paul Schreiner <schreiner_p...@att.net>
> wrote:
> I
> think you'll need to be more
>   specific
>on how you want
> the "weeks" calculated.For
> instance, in
>   August (2017) August 1
>is on  a
> Tuesday.
> so,
> the weeks are handled:
>
> but,
> July 1 is on a Saturday,so,
> does Week 1 only have a single
>   day?
> Or
> is July 1 counted as part of
>   week 5 of
>June.If
> so, what is the minimum number
>   of days
>counted in a week
> 1?
> Or
> are you wanting a simple count
>   of
>days:Week
> 1 = first 7 daysWeek
> 2 = Second 7 daysetc.
>
>Paul--
> ---
> “Do
> all the good you can,
> By all the means you
> can,
> In all the ways you can,
> In all the places you can,
> At
> all the times you can,
> To all the people you
> can,
> As long as ever you can.” -
>   John
> Wesley
> --
> ---
>
>
>
>   On Tuesday, July 25, 2017
>   3:34
>AM,
> Chandra Shekar <chandrashekarb@gmail.com>
> wrote:
>
>
>  Hello Team,
> Could you please help me in
>   attached
> week formula.
> Regards,
> Chandru
>
>
>
> --
>
> Are you =EXP(E:RT) or
>   =NOT(EXP(E:RT))
>in Excel? And do you
> wanna be? It’s
>   =TIME(2,DO:IT,N:OW) !
>Join official
> Facebook page of this forum @ https://www.facebook.com/
> discussexcel
>
>
>
> FORUM RULES
>
>
>
> 1) Use concise, accurate thread
>titles. Poor thread titles,
> like Please Help, Urgent, Need
>   Help,
>Formula Problem, Code
> Problem, and Need Advice will
>   not get
>quick attention or may
> not be answered.
>
> 2) Don't post a question in the
>   thread
>of another
> member.
>
> 3) Don't post questions
>   regarding
>breaking or bypassing
> any security measure.
>
> 4) Acknowledge the responses
>   you
>receive, good or bad.
>
> 5) Jobs posting is not allowed.
>
> 6) Sharing copyrighted material
>   and
>their links is not
> allowed.
>
>
>
> NOTE  : Don't ever post
>confidential data in a
>  workbook.
> Forum owners and members are
>   not
>responsible for any
> loss.
>
> ---
>
> You received this message
>   because you
>are subscribed to the
> Google Groups "MS EXCEL AND VBA
>MACROS" group.
>
> To unsubscribe from this group
>   and
>stop receiving emails
>

Re: $$Excel-Macros$$ Help on Week Formula

2017-07-30 Thread 'Storey Thomas' via MS EXCEL AND VBA MACROS


On Sun, 7/30/17, 'Yu Spain' via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help on Week Formula
 To: excel-macros@googlegroups.com
 Date: Sunday, July 30, 2017, 11:56 PM
 
 
 
 On Sun, 7/30/17, 'Martinez David' via
 MS EXCEL AND VBA MACROS <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help on
 Week Formula
  To: excel-macros@googlegroups.com
  Date: Sunday, July 30, 2017, 8:42 PM
  
  
 
 
  On Sun, 7/30/17, 'Hopkins Ruben' via
 MS
  EXCEL AND VBA MACROS <excel-macros@googlegroups.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$
 Help on
  Week Formula
   To: excel-macros@googlegroups.com
   Date: Sunday, July 30, 2017,
 3:31 PM
   
   
  
 
 
   On Sun, 7/30/17, Chandra Shekar
 <chandrashekarb@gmail.com>
   wrote:
   
    Subject: Re: $$Excel-Macros$$
  Help on
   Week Formula
    To: excel-macros@googlegroups.com
    Date: Sunday, July 30, 2017,
  2:57 PM
    
    Hello
    Paul,
    For Ex: If I
    mention date as 07/01/2017(Sat)
   formula should give Week 1
    from there every week it should
   increase by 1.1)
    07-01-2017 to 07-07-2017 =
  Week12)
   22-01-2017 to
    28-07-2017 = Week43) 29-07-2017
  -
   04-08-2017 =
    Week5
    Regards,
    Chandru
    On Tue, Jul 25, 2017 at
    4:31 PM, Paul Schreiner <schreiner_p...@att.net>
    wrote:
    I
    think you'll need to be more
  specific
   on how you want
    the "weeks" calculated.For
    instance, in
  August (2017) August 1
   is on  a
    Tuesday.
    so,
    the weeks are handled:
    
    but,
    July 1 is on a Saturday,so,
    does Week 1 only have a single
  day?
    Or
    is July 1 counted as part of
  week 5 of
   June.If
    so, what is the minimum number
  of days
   counted in a week
    1?
    Or
    are you wanting a simple count
  of
   days:Week
    1 = first 7 daysWeek
    2 = Second 7 daysetc.
   
   Paul--
    ---
    “Do
    all the good you can,
    By all the means you
    can,
    In all the ways you can,
    In all the places you can,
    At
    all the times you can,
    To all the people you
    can,
    As long as ever you can.” -
  John
    Wesley
    --
    ---
    
    
     
      On Tuesday, July 25, 2017
  3:34
   AM,
    Chandra Shekar <chandrashekarb@gmail.com>
    wrote:
      
    
     Hello Team,
    Could you please help me in
  attached
    week formula.
    Regards,
    Chandru
    
    
    
    -- 
    
    Are you =EXP(E:RT) or
  =NOT(EXP(E:RT))
   in Excel? And do you
    wanna be? It’s
  =TIME(2,DO:IT,N:OW) !
   Join official
    Facebook page of this forum @ https://www.facebook.com/
    discussexcel
    
     
    
    FORUM RULES
    
     
    
    1) Use concise, accurate thread
   titles. Poor thread titles,
    like Please Help, Urgent, Need
  Help,
   Formula Problem, Code
    Problem, and Need Advice will
  not get
   quick attention or may
    not be answered.
    
    2) Don't post a question in the
  thread
   of another
    member.
    
    3) Don't post questions
  regarding
   breaking or bypassing
    any security measure.
    
    4) Acknowledge the responses
  you
   receive, good or bad.
    
    5) Jobs posting is not allowed.
    
    6) Sharing copyrighted material
  and
   their links is not
    allowed.
    
     
    
    NOTE  : Don't ever post
   confidential data in a
 workbook.
    Forum owners and members are
  not
   responsible for any
    loss.
    
    --- 
    
    You received this message
  because you
   are subscribed to the
    Google Groups "MS EXCEL AND VBA
   MACROS" group.
    
    To unsubscribe from this group
  and
   stop receiving emails
    from it, send an email to
   excel-macros+unsubscribe@
    googlegroups.com.
    
    To post to this group, send
  email to
   excel-macros@googlegroups.com.
    
    Visit this group at https://groups.google.com/
    group/excel-macros.
    
    For more options, visit https://groups.google.com/d/
    optout.
    
    
        
    
    
    
    
    -- 
    
    Are you =EXP(E:RT) or
  =NOT(EXP(E:RT))
   in Excel? And do you
    wanna be? It’s
  =TIME(2,DO:IT,N:OW) !
   Join official
    Facebook page of this forum @ https://www.facebook.com/
    discussexcel
    
     
    
    FORUM RULES
    
     
    
    1) Use concise, accurate thread
   titles. Poor thread titles,
    like Please Help, Urgent, Need
  Help,
   Formula Problem, Code
    Problem, and Need Advice will
  not get
   quick attention or may
    not be answered.
    
    2) Don't post a question in the
  thread
   of another
    member.
    
    3) Don't post questions
  regarding
   breaking or bypassing
    any security measure.
    
    4)

Re: $$Excel-Macros$$ Help on Week Formula

2017-07-30 Thread 'Yu Spain' via MS EXCEL AND VBA MACROS


On Sun, 7/30/17, 'Martinez David' via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help on Week Formula
 To: excel-macros@googlegroups.com
 Date: Sunday, July 30, 2017, 8:42 PM
 
 
 
 On Sun, 7/30/17, 'Hopkins Ruben' via MS
 EXCEL AND VBA MACROS <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help on
 Week Formula
  To: excel-macros@googlegroups.com
  Date: Sunday, July 30, 2017, 3:31 PM
  
  
 
 
  On Sun, 7/30/17, Chandra Shekar <chandrashekarb@gmail.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$
 Help on
  Week Formula
   To: excel-macros@googlegroups.com
   Date: Sunday, July 30, 2017,
 2:57 PM
   
   Hello
   Paul,
   For Ex: If I
   mention date as 07/01/2017(Sat)
  formula should give Week 1
   from there every week it should
  increase by 1.1)
   07-01-2017 to 07-07-2017 =
 Week12)
  22-01-2017 to
   28-07-2017 = Week43) 29-07-2017
 -
  04-08-2017 =
   Week5
   Regards,
   Chandru
   On Tue, Jul 25, 2017 at
   4:31 PM, Paul Schreiner <schreiner_p...@att.net>
   wrote:
   I
   think you'll need to be more
 specific
  on how you want
   the "weeks" calculated.For
   instance, in
 August (2017) August 1
  is on  a
   Tuesday.
   so,
   the weeks are handled:
   
   but,
   July 1 is on a Saturday,so,
   does Week 1 only have a single
 day?
   Or
   is July 1 counted as part of
 week 5 of
  June.If
   so, what is the minimum number
 of days
  counted in a week
   1?
   Or
   are you wanting a simple count
 of
  days:Week
   1 = first 7 daysWeek
   2 = Second 7 daysetc.
  
  Paul--
   ---
   “Do
   all the good you can,
   By all the means you
   can,
   In all the ways you can,
   In all the places you can,
   At
   all the times you can,
   To all the people you
   can,
   As long as ever you can.” -
 John
   Wesley
   --
   ---
   
   
    
     On Tuesday, July 25, 2017
 3:34
  AM,
   Chandra Shekar <chandrashekarb@gmail.com>
   wrote:
     
   
    Hello Team,
   Could you please help me in
 attached
   week formula.
   Regards,
   Chandru
   
   
   
   -- 
   
   Are you =EXP(E:RT) or
 =NOT(EXP(E:RT))
  in Excel? And do you
   wanna be? It’s
 =TIME(2,DO:IT,N:OW) !
  Join official
   Facebook page of this forum @ https://www.facebook.com/
   discussexcel
   
    
   
   FORUM RULES
   
    
   
   1) Use concise, accurate thread
  titles. Poor thread titles,
   like Please Help, Urgent, Need
 Help,
  Formula Problem, Code
   Problem, and Need Advice will
 not get
  quick attention or may
   not be answered.
   
   2) Don't post a question in the
 thread
  of another
   member.
   
   3) Don't post questions
 regarding
  breaking or bypassing
   any security measure.
   
   4) Acknowledge the responses
 you
  receive, good or bad.
   
   5) Jobs posting is not allowed.
   
   6) Sharing copyrighted material
 and
  their links is not
   allowed.
   
    
   
   NOTE  : Don't ever post
  confidential data in a workbook.
   Forum owners and members are
 not
  responsible for any
   loss.
   
   --- 
   
   You received this message
 because you
  are subscribed to the
   Google Groups "MS EXCEL AND VBA
  MACROS" group.
   
   To unsubscribe from this group
 and
  stop receiving emails
   from it, send an email to
  excel-macros+unsubscribe@
   googlegroups.com.
   
   To post to this group, send
 email to
  excel-macros@googlegroups.com.
   
   Visit this group at https://groups.google.com/
   group/excel-macros.
   
   For more options, visit https://groups.google.com/d/
   optout.
   
   
       
   
   
   
   
   -- 
   
   Are you =EXP(E:RT) or
 =NOT(EXP(E:RT))
  in Excel? And do you
   wanna be? It’s
 =TIME(2,DO:IT,N:OW) !
  Join official
   Facebook page of this forum @ https://www.facebook.com/
   discussexcel
   
    
   
   FORUM RULES
   
    
   
   1) Use concise, accurate thread
  titles. Poor thread titles,
   like Please Help, Urgent, Need
 Help,
  Formula Problem, Code
   Problem, and Need Advice will
 not get
  quick attention or may
   not be answered.
   
   2) Don't post a question in the
 thread
  of another
   member.
   
   3) Don't post questions
 regarding
  breaking or bypassing
   any security measure.
   
   4) Acknowledge the responses
 you
  receive, good or bad.
   
   5) Jobs posting is not allowed.
   
   6) Sharing copyrighted material
 and
  their links is not
   allowed.
   
    
   
   NOTE  : Don't ever post
  confidential data in a workbook.
   Forum owners and members are
 not
  responsible for any
   loss.
   
   --- 
   
   You received this message
 because you
  are subscribed to the
   Google Groups "MS EXCEL AND VBA
  MACROS" group.
   
   To unsubscribe from this group
 and
  stop receiving em

Re: $$Excel-Macros$$ Help on Week Formula

2017-07-30 Thread 'Martinez David' via MS EXCEL AND VBA MACROS


On Sun, 7/30/17, 'Hopkins Ruben' via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help on Week Formula
 To: excel-macros@googlegroups.com
 Date: Sunday, July 30, 2017, 3:31 PM
 
 
 
 On Sun, 7/30/17, Chandra Shekar <chandrashekarb@gmail.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help on
 Week Formula
  To: excel-macros@googlegroups.com
  Date: Sunday, July 30, 2017, 2:57 PM
  
  Hello
  Paul,
  For Ex: If I
  mention date as 07/01/2017(Sat)
 formula should give Week 1
  from there every week it should
 increase by 1.1)
  07-01-2017 to 07-07-2017 = Week12)
 22-01-2017 to
  28-07-2017 = Week43) 29-07-2017 -
 04-08-2017 =
  Week5
  Regards,
  Chandru
  On Tue, Jul 25, 2017 at
  4:31 PM, Paul Schreiner <schreiner_p...@att.net>
  wrote:
  I
  think you'll need to be more specific
 on how you want
  the "weeks" calculated.For
  instance, in August (2017) August 1
 is on  a
  Tuesday.
  so,
  the weeks are handled:
  
  but,
  July 1 is on a Saturday,so,
  does Week 1 only have a single day?
  Or
  is July 1 counted as part of week 5 of
 June.If
  so, what is the minimum number of days
 counted in a week
  1?
  Or
  are you wanting a simple count of
 days:Week
  1 = first 7 daysWeek
  2 = Second 7 daysetc.
   Paul--
  ---
  “Do
  all the good you can,
  By all the means you
  can,
  In all the ways you can,
  In all the places you can,
  At
  all the times you can,
  To all the people you
  can,
  As long as ever you can.” - John
  Wesley
  --
  ---
  
  
   
    On Tuesday, July 25, 2017 3:34
 AM,
  Chandra Shekar <chandrashekarb@gmail.com>
  wrote:
    
  
   Hello Team,
  Could you please help me in attached
  week formula.
  Regards,
  Chandru
  
  
  
  -- 
  
  Are you =EXP(E:RT) or =NOT(EXP(E:RT))
 in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) !
 Join official
  Facebook page of this forum @ https://www.facebook.com/
  discussexcel
  
   
  
  FORUM RULES
  
   
  
  1) Use concise, accurate thread
 titles. Poor thread titles,
  like Please Help, Urgent, Need Help,
 Formula Problem, Code
  Problem, and Need Advice will not get
 quick attention or may
  not be answered.
  
  2) Don't post a question in the thread
 of another
  member.
  
  3) Don't post questions regarding
 breaking or bypassing
  any security measure.
  
  4) Acknowledge the responses you
 receive, good or bad.
  
  5) Jobs posting is not allowed.
  
  6) Sharing copyrighted material and
 their links is not
  allowed.
  
   
  
  NOTE  : Don't ever post
 confidential data in a workbook.
  Forum owners and members are not
 responsible for any
  loss.
  
  --- 
  
  You received this message because you
 are subscribed to the
  Google Groups "MS EXCEL AND VBA
 MACROS" group.
  
  To unsubscribe from this group and
 stop receiving emails
  from it, send an email to
 excel-macros+unsubscribe@
  googlegroups.com.
  
  To post to this group, send email to
 excel-macros@googlegroups.com.
  
  Visit this group at https://groups.google.com/
  group/excel-macros.
  
  For more options, visit https://groups.google.com/d/
  optout.
  
  
      
  
  
  
  
  -- 
  
  Are you =EXP(E:RT) or =NOT(EXP(E:RT))
 in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) !
 Join official
  Facebook page of this forum @ https://www.facebook.com/
  discussexcel
  
   
  
  FORUM RULES
  
   
  
  1) Use concise, accurate thread
 titles. Poor thread titles,
  like Please Help, Urgent, Need Help,
 Formula Problem, Code
  Problem, and Need Advice will not get
 quick attention or may
  not be answered.
  
  2) Don't post a question in the thread
 of another
  member.
  
  3) Don't post questions regarding
 breaking or bypassing
  any security measure.
  
  4) Acknowledge the responses you
 receive, good or bad.
  
  5) Jobs posting is not allowed.
  
  6) Sharing copyrighted material and
 their links is not
  allowed.
  
   
  
  NOTE  : Don't ever post
 confidential data in a workbook.
  Forum owners and members are not
 responsible for any
  loss.
  
  --- 
  
  You received this message because you
 are subscribed to the
  Google Groups "MS EXCEL AND VBA
 MACROS" group.
  
  To unsubscribe from this group and
 stop receiving emails
  from it, send an email to
 excel-macros+unsubscribe@
  googlegroups.com.
  
  To post to this group, send email to
 excel-macros@googlegroups.com.
  
  Visit this group at https://groups.google.com/
  group/excel-macros.
  
  For more options, visit https://groups.google.com/d/
  optout.
  
  
  
  
  
  
  -- 
  
  Are you =EXP(E:RT) or =NOT(EXP(E:RT))
 in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) !
 Join official
  Facebook page of this forum @ https://www.facebook.com/discussexcel
  
   
  
  FORUM RULES
  
   
  
  1) Use concis

Re: $$Excel-Macros$$ Help on Week Formula

2017-07-30 Thread 'Hopkins Ruben' via MS EXCEL AND VBA MACROS


On Sun, 7/30/17, Chandra Shekar <chandrashekarb@gmail.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help on Week Formula
 To: excel-macros@googlegroups.com
 Date: Sunday, July 30, 2017, 2:57 PM
 
 Hello
 Paul,
 For Ex: If I
 mention date as 07/01/2017(Sat) formula should give Week 1
 from there every week it should increase by 1.1)
 07-01-2017 to 07-07-2017 = Week12) 22-01-2017 to
 28-07-2017 = Week43) 29-07-2017 - 04-08-2017 =
 Week5
 Regards,
 Chandru
 On Tue, Jul 25, 2017 at
 4:31 PM, Paul Schreiner <schreiner_p...@att.net>
 wrote:
 I
 think you'll need to be more specific on how you want
 the "weeks" calculated.For
 instance, in August (2017) August 1 is on  a
 Tuesday.
 so,
 the weeks are handled:
 
 but,
 July 1 is on a Saturday,so,
 does Week 1 only have a single day?
 Or
 is July 1 counted as part of week 5 of June.If
 so, what is the minimum number of days counted in a week
 1?
 Or
 are you wanting a simple count of days:Week
 1 = first 7 daysWeek
 2 = Second 7 daysetc.
  Paul--
 ---
 “Do
 all the good you can,
 By all the means you
 can,
 In all the ways you can,
 In all the places you can,
 At
 all the times you can,
 To all the people you
 can,
 As long as ever you can.” - John
 Wesley
 --
 ---
 
 
  
   On Tuesday, July 25, 2017 3:34 AM,
 Chandra Shekar <chandrashekarb@gmail.com>
 wrote:
   
 
  Hello Team,
 Could you please help me in attached
 week formula.
 Regards,
 Chandru
 
 
 
 -- 
 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/
 discussexcel
 
  
 
 FORUM RULES
 
  
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 
 2) Don't post a question in the thread of another
 member.
 
 3) Don't post questions regarding breaking or bypassing
 any security measure.
 
 4) Acknowledge the responses you receive, good or bad.
 
 5) Jobs posting is not allowed.
 
 6) Sharing copyrighted material and their links is not
 allowed.
 
  
 
 NOTE  : Don't ever post confidential data in a workbook.
 Forum owners and members are not responsible for any
 loss.
 
 --- 
 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscribe@
 googlegroups.com.
 
 To post to this group, send email to excel-macros@googlegroups.com.
 
 Visit this group at https://groups.google.com/
 group/excel-macros.
 
 For more options, visit https://groups.google.com/d/
 optout.
 
 
 
 
 
 
 
 -- 
 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/
 discussexcel
 
  
 
 FORUM RULES
 
  
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 
 2) Don't post a question in the thread of another
 member.
 
 3) Don't post questions regarding breaking or bypassing
 any security measure.
 
 4) Acknowledge the responses you receive, good or bad.
 
 5) Jobs posting is not allowed.
 
 6) Sharing copyrighted material and their links is not
 allowed.
 
  
 
 NOTE  : Don't ever post confidential data in a workbook.
 Forum owners and members are not responsible for any
 loss.
 
 --- 
 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscribe@
 googlegroups.com.
 
 To post to this group, send email to excel-macros@googlegroups.com.
 
 Visit this group at https://groups.google.com/
 group/excel-macros.
 
 For more options, visit https://groups.google.com/d/
 optout.
 
 
 
 
 
 
 -- 
 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/discussexcel
 
  
 
 FORUM RULES
 
  
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 
 2) Don't post a question in the thread of another
 member.
 
 3) Don't post questions regarding breaking or bypassing
 any security measure.
 
 4) Acknowledge the responses you receive, good or bad.
 
 5) Jobs posting is not allowed.
 
 6) Sharing copyrighted material and their links is not
 allowed.
 
  
 
 NOTE  : Don't ever pos

Re: $$Excel-Macros$$ Help on Week Formula

2017-07-30 Thread Chandra Shekar
Hello Paul,

For Ex: If I mention date as 07/01/2017(Sat) formula should give Week 1
from there every week it should increase by 1.
1) 07-01-2017 to 07-07-2017 = Week1
2) 22-01-2017 to 28-07-2017 = Week4
3) 29-07-2017 - 04-08-2017 = Week5

Regards,

Chandru

On Tue, Jul 25, 2017 at 4:31 PM, Paul Schreiner 
wrote:

> I think you'll need to be more specific on how you want the "weeks"
> calculated.
> For instance, in August (2017) August 1 is on  a Tuesday.
>
> so, the weeks are handled:
> [image: Inline image]
>
> but, July 1 is on a Saturday,
> so, does Week 1 only have a single day?
> [image: Inline image]
>
> Or is July 1 counted as part of week 5 of June.
> If so, what is the minimum number of days counted in a week 1?
>
> Or are you wanting a simple count of days:
> Week 1 = first 7 days
> Week 2 = Second 7 days
> etc.
>
> *Paul*
> -
>
>
>
>
>
>
>
> *“Do all the good you can,By all the means you can,In all the ways you
> can,In all the places you can,At all the times you can,To all the people
> you can,As long as ever you can.” - John Wesley*
> -
>
>
> On Tuesday, July 25, 2017 3:34 AM, Chandra Shekar <
> chandrashekarb@gmail.com> wrote:
>
>
> Hello Team,
>
> Could you please help me in attached week formula.
>
> Regards,
>
> Chandru
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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

Re: $$Excel-Macros$$ Help on Week Formula

2017-07-25 Thread Paul Schreiner
I think you'll need to be more specific on how you want the "weeks" 
calculated.For instance, in August (2017) August 1 is on  a Tuesday.
so, the weeks are handled:

but, July 1 is on a Saturday,so, does Week 1 only have a single day?
Or is July 1 counted as part of week 5 of June.If so, what is the minimum 
number of days counted in a week 1?
Or are you wanting a simple count of days:Week 1 = first 7 daysWeek 2 = Second 
7 daysetc.
 Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
- 

On Tuesday, July 25, 2017 3:34 AM, Chandra Shekar 
 wrote:
 

 Hello Team,
Could you please help me in attached week formula.
Regards,
Chandru-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


   

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help on Week Formula

2017-07-25 Thread Aindril De
Please use the following formula in the cell C2
="WK"((DAY(A2)+6)/7)

And drag down to copy the formula.
Cheers!!
Aindril

On Tue, Jul 25, 2017 at 1:03 PM, Chandra Shekar <
chandrashekarb@gmail.com> wrote:

> Hello Team,
>
> Could you please help me in attached week formula.
>
> Regards,
>
> Chandru
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Warm Regards,
Aindril De
Ph: 9811300157

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help required in excel

2017-07-16 Thread 'Karleen Biggs' via MS EXCEL AND VBA MACROS


On Sun, 7/16/17, 'Kenyatta Freed' via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help required in excel
 To: excel-macros@googlegroups.com
 Date: Sunday, July 16, 2017, 1:32 PM
 
 
 
 On Sat, 7/15/17, Manoj Garg <datac...@gmail.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help
 required in excel
  To: excel-macros@googlegroups.com,
 srinu88...@gmail.com
  Date: Saturday, July 15, 2017, 7:19
 PM
  
  You can
  use Exact(text1, text2)
  
  On Sat, Jul 15, 2017 at
  8:01 PM, Srinivas G <srinu88...@gmail.com>
  wrote:
  Hi Friends,
  I want
  to help in Excel
  ramu
      Ramu       FalseRaju    
  Raju    
      Truemohan   Mohan    
  FalseVenu      Venu      
   TrueSAI        Sai        
  
  False
  I first cell and
  second cell there will be data, please
 bring me a formulae
  that says the True and False data
 based on the small letters
  or capital letter.
  Regards,Srinivas
  G.
  
  
  
  -- 
  
  Are you =EXP(E:RT) or =NOT(EXP(E:RT))
 in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) !
 Join official
  Facebook page of this forum @ https://www.facebook.com/
  discussexcel
  
   
  
  FORUM RULES
  
   
  
  1) Use concise, accurate thread
 titles. Poor thread titles,
  like Please Help, Urgent, Need Help,
 Formula Problem, Code
  Problem, and Need Advice will not get
 quick attention or may
  not be answered.
  
  2) Don't post a question in the thread
 of another
  member.
  
  3) Don't post questions regarding
 breaking or bypassing
  any security measure.
  
  4) Acknowledge the responses you
 receive, good or bad.
  
  5) Jobs posting is not allowed.
  
  6) Sharing copyrighted material and
 their links is not
  allowed.
  
   
  
  NOTE  : Don't ever post
 confidential data in a workbook.
  Forum owners and members are not
 responsible for any
  loss.
  
  --- 
  
  You received this message because you
 are subscribed to the
  Google Groups "MS EXCEL AND VBA
 MACROS" group.
  
  To unsubscribe from this group and
 stop receiving emails
  from it, send an email to
 excel-macros+unsubscribe@
  googlegroups.com.
  
  To post to this group, send email to
 excel-macros@googlegroups.com.
  
  Visit this group at https://groups.google.com/
  group/excel-macros.
  
  For more options, visit https://groups.google.com/d/
  optout.
  
  
  
  
  -- 
  
  
  Regards,
  Manoj Garg
  Mobile:+91-9927199217
  
  
  
  
  
  -- 
  
  Are you =EXP(E:RT) or =NOT(EXP(E:RT))
 in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) !
 Join official
  Facebook page of this forum @ https://www.facebook.com/discussexcel
  
   
  
  FORUM RULES
  
   
  
  1) Use concise, accurate thread
 titles. Poor thread titles,
  like Please Help, Urgent, Need Help,
 Formula Problem, Code
  Problem, and Need Advice will not get
 quick attention or may
  not be answered.
  
  2) Don't post a question in the thread
 of another
  member.
  
  3) Don't post questions regarding
 breaking or bypassing
  any security measure.
  
  4) Acknowledge the responses you
 receive, good or bad.
  
  5) Jobs posting is not allowed.
  
  6) Sharing copyrighted material and
 their links is not
  allowed.
  
   
  
  NOTE  : Don't ever post
 confidential data in a workbook.
  Forum owners and members are not
 responsible for any
  loss.
  
  --- 
  
  You received this message because you
 are subscribed to the
  Google Groups "MS EXCEL AND VBA
 MACROS" group.
  
  To unsubscribe from this group and
 stop receiving emails
  from it, send an email to
 excel-macros+unsubscr...@googlegroups.com.
  
  To post to this group, send email to
 excel-macros@googlegroups.com.
  
  Visit this group at
 https://groups.google.com/group/excel-macros.
  
  For more options, visit
 https://groups.google.com/d/optout.
  istru  fiind putini
 ingineri-topografi  masuratorile pamanturilor
 legiuite  s-au
 
 -- 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT))
 in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) !
 Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
 FORUM RULES
 
 1) Use concise, accurate thread titles.
 Poor thread titles, like Please Help, Urgent, Need Help,
 Formula Problem, Code Problem, and Need Advice will not get
 quick attention or may not be answered.
 2) Don't post a question in the thread
 of another member.
 3) Don't post questions regarding
 breaking or bypassing any security measure.
 4) Acknowledge the responses you
 receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and
 their links is not allowed.
 
 NOTE  : Don't ever post
 confidential data in a workbook. Forum owners and members
 are not responsible for any loss.
 --- 
 You received this message because you
 are subscribed to the Google Groups "MS EXCEL AND VBA
 MACROS" group.
 To unsubscribe from this group and stop
 r

Re: $$Excel-Macros$$ Help required in excel

2017-07-16 Thread 'Kenyatta Freed' via MS EXCEL AND VBA MACROS


On Sat, 7/15/17, Manoj Garg <datac...@gmail.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help required in excel
 To: excel-macros@googlegroups.com, srinu88...@gmail.com
 Date: Saturday, July 15, 2017, 7:19 PM
 
 You can
 use Exact(text1, text2)
 
 On Sat, Jul 15, 2017 at
 8:01 PM, Srinivas G <srinu88...@gmail.com>
 wrote:
 Hi Friends,
 I want
 to help in Excel
 ramu
     Ramu       FalseRaju      Raju    
     Truemohan   Mohan    
 FalseVenu      Venu      
  TrueSAI        Sai          
 False
 I first cell and
 second cell there will be data, please bring me a formulae
 that says the True and False data based on the small letters
 or capital letter.
 Regards,Srinivas
 G.
 
 
 
 -- 
 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/
 discussexcel
 
  
 
 FORUM RULES
 
  
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 
 2) Don't post a question in the thread of another
 member.
 
 3) Don't post questions regarding breaking or bypassing
 any security measure.
 
 4) Acknowledge the responses you receive, good or bad.
 
 5) Jobs posting is not allowed.
 
 6) Sharing copyrighted material and their links is not
 allowed.
 
  
 
 NOTE  : Don't ever post confidential data in a workbook.
 Forum owners and members are not responsible for any
 loss.
 
 --- 
 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscribe@
 googlegroups.com.
 
 To post to this group, send email to excel-macros@googlegroups.com.
 
 Visit this group at https://groups.google.com/
 group/excel-macros.
 
 For more options, visit https://groups.google.com/d/
 optout.
 
 
 
 
 -- 
 
 
 Regards,
 Manoj Garg
 Mobile:+91-9927199217
 
 
 
 
 
 -- 
 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/discussexcel
 
  
 
 FORUM RULES
 
  
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 
 2) Don't post a question in the thread of another
 member.
 
 3) Don't post questions regarding breaking or bypassing
 any security measure.
 
 4) Acknowledge the responses you receive, good or bad.
 
 5) Jobs posting is not allowed.
 
 6) Sharing copyrighted material and their links is not
 allowed.
 
  
 
 NOTE  : Don't ever post confidential data in a workbook.
 Forum owners and members are not responsible for any
 loss.
 
 --- 
 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscr...@googlegroups.com.
 
 To post to this group, send email to excel-macros@googlegroups.com.
 
 Visit this group at https://groups.google.com/group/excel-macros.
 
 For more options, visit https://groups.google.com/d/optout.
 istru  fiind putini ingineri-topografi  masuratorile pamanturilor legiuite  
s-au

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help required in excel

2017-07-15 Thread Manoj Garg
You can use Exact(text1, text2)

On Sat, Jul 15, 2017 at 8:01 PM, Srinivas G  wrote:

> Hi Friends,
>
> I want to help in Excel
>
> ramu Ramu   False
> Raju  Raju True
> mohan   Mohan False
> Venu  VenuTrue
> SAISai   False
>
> I first cell and second cell there will be data, please bring me a
> formulae that says the True and False data based on the small letters or
> capital letter.
>
> Regards,
> Srinivas G.
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 


Regards,
Manoj Garg
Mobile:+91-9927199217


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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help with a formula problem.

2017-05-05 Thread Spencer Patterson

>
> So it would be as simple as...
>


# Of Transactions = 250

100 Transactions @ $60 = $6,000 x Billing Rate of .003 = $18 Fee
150 Transactions @ $40 = $6,000 x Billing Rate of .002 = $12 Fee

Total Fees = $30

--

# Of Transactions = 50

25 Transactions @ $60 = $1,500 x Billing Rate of .005 = $7.5 Fee
25 Transactions @ $40 = $1,000 x Billing Rate of .002 = $4 Fee

Total Fees = $11.5




So...  basically:

IF (Transactions > 200)
and ( IF (Dollar Amount > $50)
then ( Rate = .003)

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help with a formula problem.

2017-05-04 Thread Swapnil Palande
Hi,

Please provide sample data and expected output.

Regards,
Swapnil Suresh Palande

On Thu, May 4, 2017 at 8:21 PM, Spencer Patterson <
williamspencerpatter...@gmail.com> wrote:

> I need to solve a problem and I need help with the IF:THEN:ELSE
> calculation please.
>
>
> I need to create a spreadsheet where this is the model and calculate costs.
>
>
> IF(TRANSACTION) IS MORE THAN $50, AND UNDER 100 TRANSACTIONS TOTAL,
> BILLING RATE IS .005
> IF(TRANSACTION) IS LESS THAN $50, AND UNDER 100 TRANSACTIONS TOTAL,
> BILLING RATE IS .004.
>
> IF(TRANSACTION) IS MORE THAN $50, AND OVER 200 TRANSACTIONS TOTAL, BILLING
> RATE IS .003
> IF(TRANSACTION) IS LESS THAN $50, AND OVER 200 TRANSACTIONS TOTAL, BILLING
> RATE IS .002.
>
>
> So if I have 180 transactions at $10 and 20 transactions at $60 the
> billing fee rate would be:
>
>
> 180x10= $1800 x .003 = $9 fee
> 20x60= $1200 x .002 = $2.4 fee
>
>
> THANK YOU!!!
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help Required

2017-01-22 Thread karleenbiggs via MS EXCEL AND VBA MACROS


On Sun, 1/22/17, julienneschindler via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help Required
 To: excel-macros@googlegroups.com
 Date: Sunday, January 22, 2017, 6:29 PM
 
 
 
 On Sat, 1/21/17, sriram ji <sriramg...@gmail.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help Required
  To: excel-macros@googlegroups.com
  Date: Saturday, January 21, 2017, 12:24 PM
  
  Thank you so much
   Saleem Ansari.
  File working fine and also i need same format
  splitup in master file. i attached the file. Kindly help
  me..
  Thank in advance.
  Thanks & Regards,Sriram
  G
  On Thu, Jan 12, 2017
  at 6:35 PM, Saleem Ansari <saleem.logic...@gmail.com>
  wrote:
  Dear
  Friend,
  Please
  check & Confirm
  if any
  query plz revert
  Regards,
  Saleem Ansari
  On Thu, Jan 12, 2017
  at 2:13 PM, sriram ji <sriramg...@gmail.com>
  wrote:
  Hi Excel Guru,
  Kindly help me the below attached
  file,
  Thanks in advance.
  Thanks  & Regards,Sriram
  G 
  
  
  
  -- 
  
  Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
  Facebook page of this forum @ https://www.facebook.com/discu
  ssexcel
  
   
  
  FORUM RULES
  
   
  
  1) Use concise, accurate thread titles. Poor thread
 titles,
  like Please Help, Urgent, Need Help, Formula Problem, Code
  Problem, and Need Advice will not get quick attention or
 may
  not be answered.
  
  2) Don't post a question in the thread of another
  member.
  
  3) Don't post questions regarding breaking or bypassing
  any security measure.
  
  4) Acknowledge the responses you receive, good or bad.
  
  5) Jobs posting is not allowed.
  
  6) Sharing copyrighted material and their links is not
  allowed.
  
   
  
  NOTE  : Don't ever post confidential data in a
 workbook.
  Forum owners and members are not responsible for any loss.
  
  --- 
  
  You received this message because you are subscribed to
 the
  Google Groups "MS EXCEL AND VBA MACROS" group.
  
  To unsubscribe from this group and stop receiving emails
  from it, send an email to excel-macros+unsubscribe@googl
  egroups.com.
  
  To post to this group, send email to excel-macros@googlegroups.com.
  
  Visit this group at https://groups.google.com/grou
  p/excel-macros.
  
  For more options, visit https://groups.google.com/d/op
  tout.
  
  
  
  
  
  
  -- 
  
  Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
  Facebook page of this forum @ https://www.facebook.com/
  discussexcel
  
   
  
  FORUM RULES
  
   
  
  1) Use concise, accurate thread titles. Poor thread
 titles,
  like Please Help, Urgent, Need Help, Formula Problem, Code
  Problem, and Need Advice will not get quick attention or
 may
  not be answered.
  
  2) Don't post a question in the thread of another
  member.
  
  3) Don't post questions regarding breaking or bypassing
  any security measure.
  
  4) Acknowledge the responses you receive, good or bad.
  
  5) Jobs posting is not allowed.
  
  6) Sharing copyrighted material and their links is not
  allowed.
  
   
  
  NOTE  : Don't ever post confidential data in a
 workbook.
  Forum owners and members are not responsible for any loss.
  
  --- 
  
  You received this message because you are subscribed to
 the
  Google Groups "MS EXCEL AND VBA MACROS" group.
  
  To unsubscribe from this group and stop receiving emails
  from it, send an email to excel-macros+unsubscribe@
  googlegroups.com.
  
  To post to this group, send email to excel-macros@googlegroups.com.
  
  Visit this group at https://groups.google.com/
  group/excel-macros.
  
  For more options, visit https://groups.google.com/d/
  optout.
  
  
  
  
  
  
  -- 
  
  Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
  Facebook page of this forum @ https://www.facebook.com/discussexcel
  
   
  
  FORUM RULES
  
   
  
  1) Use concise, accurate thread titles. Poor thread
 titles,
  like Please Help, Urgent, Need Help, Formula Problem, Code
  Problem, and Need Advice will not get quick attention or
 may
  not be answered.
  
  2) Don't post a question in the thread of another
  member.
  
  3) Don't post questions regarding breaking or bypassing
  any security measure.
  
  4) Acknowledge the responses you receive, good or bad.
  
  5) Jobs posting is not allowed.
  
  6) Sharing copyrighted material and their links is not
  allowed.
  
   
  
  NOTE  : Don't ever post confidential data in a
 workbook.
  Forum owners and members are not responsible for any loss.
  
  --- 
  
  You received this message because you are subscribed to
 the
  Google Groups "MS EXCEL AND VBA MACROS" group.
  
  To unsubscribe from this group and stop 

Re: $$Excel-Macros$$ Help Required

2017-01-22 Thread julienneschindler via MS EXCEL AND VBA MACROS


On Sat, 1/21/17, sriram ji <sriramg...@gmail.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help Required
 To: excel-macros@googlegroups.com
 Date: Saturday, January 21, 2017, 12:24 PM
 
 Thank you so much
  Saleem Ansari.
 File working fine and also i need same format
 splitup in master file. i attached the file. Kindly help
 me..
 Thank in advance.
 Thanks & Regards,Sriram
 G
 On Thu, Jan 12, 2017
 at 6:35 PM, Saleem Ansari <saleem.logic...@gmail.com>
 wrote:
 Dear
 Friend,
 Please
 check & Confirm
 if any
 query plz revert
 Regards,
 Saleem Ansari
 On Thu, Jan 12, 2017
 at 2:13 PM, sriram ji <sriramg...@gmail.com>
 wrote:
 Hi Excel Guru,
 Kindly help me the below attached
 file,
 Thanks in advance.
 Thanks  & Regards,Sriram
 G 
 
 
 
 -- 
 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/discu
 ssexcel
 
  
 
 FORUM RULES
 
  
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 
 2) Don't post a question in the thread of another
 member.
 
 3) Don't post questions regarding breaking or bypassing
 any security measure.
 
 4) Acknowledge the responses you receive, good or bad.
 
 5) Jobs posting is not allowed.
 
 6) Sharing copyrighted material and their links is not
 allowed.
 
  
 
 NOTE  : Don't ever post confidential data in a workbook.
 Forum owners and members are not responsible for any loss.
 
 --- 
 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscribe@googl
 egroups.com.
 
 To post to this group, send email to excel-macros@googlegroups.com.
 
 Visit this group at https://groups.google.com/grou
 p/excel-macros.
 
 For more options, visit https://groups.google.com/d/op
 tout.
 
 
 
 
 
 
 -- 
 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/
 discussexcel
 
  
 
 FORUM RULES
 
  
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 
 2) Don't post a question in the thread of another
 member.
 
 3) Don't post questions regarding breaking or bypassing
 any security measure.
 
 4) Acknowledge the responses you receive, good or bad.
 
 5) Jobs posting is not allowed.
 
 6) Sharing copyrighted material and their links is not
 allowed.
 
  
 
 NOTE  : Don't ever post confidential data in a workbook.
 Forum owners and members are not responsible for any loss.
 
 --- 
 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscribe@
 googlegroups.com.
 
 To post to this group, send email to excel-macros@googlegroups.com.
 
 Visit this group at https://groups.google.com/
 group/excel-macros.
 
 For more options, visit https://groups.google.com/d/
 optout.
 
 
 
 
 
 
 -- 
 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/discussexcel
 
  
 
 FORUM RULES
 
  
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 
 2) Don't post a question in the thread of another
 member.
 
 3) Don't post questions regarding breaking or bypassing
 any security measure.
 
 4) Acknowledge the responses you receive, good or bad.
 
 5) Jobs posting is not allowed.
 
 6) Sharing copyrighted material and their links is not
 allowed.
 
  
 
 NOTE  : Don't ever post confidential data in a workbook.
 Forum owners and members are not responsible for any loss.
 
 --- 
 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscr...@googlegroups.com.
 
 To post to this group, send email to excel-macros@googlegroups.com.
 
 Visit this group at https://groups.google.com/group/excel-macros.
 
 For more options, visit https://groups.google.com/d/optout.
 eforma invatamantului  promovata de Spiru Haret  a dat o noua orientare 
scolilor de stat din Romania. Concomitent  insa  a continuat sa functioneze 
invatamantul particular  precum si cel confesional. in

Re: $$Excel-Macros$$ Help Required

2017-01-21 Thread sriram ji
Thank you so much  Saleem Ansari.

File working fine and also i need same format splitup in master file. i
attached the file. Kindly help me..

Thank in advance.

Thanks & Regards,
Sriram G

On Thu, Jan 12, 2017 at 6:35 PM, Saleem Ansari 
wrote:

> Dear Friend,
>
> Please check & Confirm
>
> if any query plz revert
>
> Regards,
> Saleem Ansari
>
> On Thu, Jan 12, 2017 at 2:13 PM, sriram ji  wrote:
>
>> Hi Excel Guru,
>>
>> Kindly help me the below attached file,
>>
>> Thanks in advance.
>>
>> Thanks  & Regards,
>> Sriram G
>>
>> --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at https://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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


Help Required.xlsx
Description: MS-Excel 2007 spreadsheet


Re: $$Excel-Macros$$ Help Required

2017-01-12 Thread karleenbiggs via MS EXCEL AND VBA MACROS


On Thu, 1/12/17, storeythomas725 via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help Required
 To: excel-macros@googlegroups.com
 Date: Thursday, January 12, 2017, 10:55 PM
 
 
 
 On Thu, 1/12/17, julienneschindler via MS EXCEL AND VBA
 MACROS <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help Required
  To: excel-macros@googlegroups.com
  Date: Thursday, January 12, 2017, 10:45 PM
  
  
  
  On Thu, 1/12/17, georgemartin812 via MS EXCEL AND VBA
 MACROS
  <excel-macros@googlegroups.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ Help Required
   To: excel-macros@googlegroups.com
   Date: Thursday, January 12, 2017, 8:43 PM
   
   
   
   On Thu, 1/12/17, spainy via MS EXCEL AND VBA MACROS
 <excel-macros@googlegroups.com>
   wrote:
   
    Subject: Re: $$Excel-Macros$$ Help Required
    To: excel-macros@googlegroups.com
    Date: Thursday, January 12, 2017, 8:00 PM
    
    
    
    On Thu, 1/12/17, martinez.david533 via MS EXCEL AND
  VBA
    MACROS <excel-macros@googlegroups.com>
    wrote:
    
     Subject: Re: $$Excel-Macros$$ Help Required
     To: excel-macros@googlegroups.com
     Date: Thursday, January 12, 2017, 7:47 PM
     
     
     
     On Thu, 1/12/17, Saleem Ansari <saleem.logic...@gmail.com>
     wrote:
     
      Subject: Re: $$Excel-Macros$$ Help Required
      To: excel-macros@googlegroups.com
      Date: Thursday, January 12, 2017, 3:06 PM
      
      Dear Friend,
      Please check &
      Confirm
      if any query plz revert
      Regards,
      Saleem
      Ansari
      On Thu, Jan 12, 2017 at
      6:35 PM, Saleem Ansari <saleem.logic...@gmail.com>
      wrote:
      Dear
      Friend,
      Please
      check & Confirm
      if any query plz revert
      Regards,
      Saleem
      Ansari
      On Thu, Jan 12, 2017 at
      2:13 PM, sriram ji <sriramg...@gmail.com>
      wrote:
      Hi Excel Guru,
      Kindly help me the below attached
      file,
      Thanks in
      advance.
      Thanks
       & Regards,Sriram G 
      
      
      
      -- 
      
      Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel?
  And
    do you
      wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join
  official
      Facebook page of this forum @ https://www.facebook.com/discu
      ssexcel
      
       
      
      FORUM RULES
      
       
      
      1) Use concise, accurate thread titles. Poor
  thread
     titles,
      like Please Help, Urgent, Need Help, Formula
  Problem,
    Code
      Problem, and Need Advice will not get quick
  attention
    or
     may
      not be answered.
      
      2) Don't post a question in the thread of another
      member.
      
      3) Don't post questions regarding breaking or
    bypassing
      any security measure.
      
      4) Acknowledge the responses you receive, good or
    bad.
      
      5) Jobs posting is not allowed.
      
      6) Sharing copyrighted material and their links
  is
    not
      allowed.
      
       
      
      NOTE  : Don't ever post confidential data in a
     workbook.
      Forum owners and members are not responsible for
  any
      loss.
      
      --- 
      
      You received this message because you are
  subscribed
    to
     the
      Google Groups "MS EXCEL AND VBA MACROS" group.
      
      To unsubscribe from this group and stop receiving
    emails
      from it, send an email to excel-macros+unsubscribe@googl
      egroups.com.
      
      To post to this group, send email to excel-macros@googlegroups.com.
      
      Visit this group at https://groups.google.com/grou
      p/excel-macros.
      
      For more options, visit https://groups.google.com/d/op
      tout.
      
      
      
      
      
      
      
      
      -- 
      
      Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel?
  And
    do you
      wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join
  official
      Facebook page of this forum @ https://www.facebook.com/discussexcel
      
       
      
      FORUM RULES
      
       
      
      1) Use concise, accurate thread titles. Poor
  thread
     titles,
      like Please Help, Urgent, Need Help, Formula
  Problem,
    Code
      Problem, and Need Advice will not get quick
  attention
    or
     may
      not be answered.
      
      2) Don't post a question in the thread of another
      member.
      
      3) Don't post questions regarding breaking or
    bypassing
      any security measure.
      
      4) Acknowledge the responses you receive, good or
    bad.
      
      5) Jobs posting is not allowed.
      
      6) Sharing copyrighted material and th

Re: $$Excel-Macros$$ Help Required

2017-01-12 Thread storeythomas725 via MS EXCEL AND VBA MACROS


On Thu, 1/12/17, julienneschindler via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help Required
 To: excel-macros@googlegroups.com
 Date: Thursday, January 12, 2017, 10:45 PM
 
 
 
 On Thu, 1/12/17, georgemartin812 via MS EXCEL AND VBA MACROS
 <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help Required
  To: excel-macros@googlegroups.com
  Date: Thursday, January 12, 2017, 8:43 PM
  
  
  
  On Thu, 1/12/17, spainy via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ Help Required
   To: excel-macros@googlegroups.com
   Date: Thursday, January 12, 2017, 8:00 PM
   
   
   
   On Thu, 1/12/17, martinez.david533 via MS EXCEL AND
 VBA
   MACROS <excel-macros@googlegroups.com>
   wrote:
   
    Subject: Re: $$Excel-Macros$$ Help Required
    To: excel-macros@googlegroups.com
    Date: Thursday, January 12, 2017, 7:47 PM
    
    
    
    On Thu, 1/12/17, Saleem Ansari <saleem.logic...@gmail.com>
    wrote:
    
     Subject: Re: $$Excel-Macros$$ Help Required
     To: excel-macros@googlegroups.com
     Date: Thursday, January 12, 2017, 3:06 PM
     
     Dear Friend,
     Please check &
     Confirm
     if any query plz revert
     Regards,
     Saleem
     Ansari
     On Thu, Jan 12, 2017 at
     6:35 PM, Saleem Ansari <saleem.logic...@gmail.com>
     wrote:
     Dear
     Friend,
     Please
     check & Confirm
     if any query plz revert
     Regards,
     Saleem
     Ansari
     On Thu, Jan 12, 2017 at
     2:13 PM, sriram ji <sriramg...@gmail.com>
     wrote:
     Hi Excel Guru,
     Kindly help me the below attached
     file,
     Thanks in
     advance.
     Thanks
      & Regards,Sriram G 
     
     
     
     -- 
     
     Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel?
 And
   do you
     wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join
 official
     Facebook page of this forum @ https://www.facebook.com/discu
     ssexcel
     
      
     
     FORUM RULES
     
      
     
     1) Use concise, accurate thread titles. Poor
 thread
    titles,
     like Please Help, Urgent, Need Help, Formula
 Problem,
   Code
     Problem, and Need Advice will not get quick
 attention
   or
    may
     not be answered.
     
     2) Don't post a question in the thread of another
     member.
     
     3) Don't post questions regarding breaking or
   bypassing
     any security measure.
     
     4) Acknowledge the responses you receive, good or
   bad.
     
     5) Jobs posting is not allowed.
     
     6) Sharing copyrighted material and their links
 is
   not
     allowed.
     
      
     
     NOTE  : Don't ever post confidential data in a
    workbook.
     Forum owners and members are not responsible for
 any
     loss.
     
     --- 
     
     You received this message because you are
 subscribed
   to
    the
     Google Groups "MS EXCEL AND VBA MACROS" group.
     
     To unsubscribe from this group and stop receiving
   emails
     from it, send an email to excel-macros+unsubscribe@googl
     egroups.com.
     
     To post to this group, send email to excel-macros@googlegroups.com.
     
     Visit this group at https://groups.google.com/grou
     p/excel-macros.
     
     For more options, visit https://groups.google.com/d/op
     tout.
     
     
     
     
     
     
     
     
     -- 
     
     Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel?
 And
   do you
     wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join
 official
     Facebook page of this forum @ https://www.facebook.com/discussexcel
     
      
     
     FORUM RULES
     
      
     
     1) Use concise, accurate thread titles. Poor
 thread
    titles,
     like Please Help, Urgent, Need Help, Formula
 Problem,
   Code
     Problem, and Need Advice will not get quick
 attention
   or
    may
     not be answered.
     
     2) Don't post a question in the thread of another
     member.
     
     3) Don't post questions regarding breaking or
   bypassing
     any security measure.
     
     4) Acknowledge the responses you receive, good or
   bad.
     
     5) Jobs posting is not allowed.
     
     6) Sharing copyrighted material and their links
 is
   not
     allowed.
     
      
     
     NOTE  : Don't ever post confidential data in a
    workbook.
     Forum owners and members are not responsible for
 any
     loss.
     
     --- 
     
     You received this message because you are
 subscribed
   to
    the
     Google Groups "MS EXCEL AND VBA MACROS" group.
     
     To unsubscribe from this group and stop receiving
   emails
     from it, send an email to excel-macros+unsubscr...@goog

Re: $$Excel-Macros$$ Help Required

2017-01-12 Thread julienneschindler via MS EXCEL AND VBA MACROS


On Thu, 1/12/17, georgemartin812 via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help Required
 To: excel-macros@googlegroups.com
 Date: Thursday, January 12, 2017, 8:43 PM
 
 
 
 On Thu, 1/12/17, spainy via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help Required
  To: excel-macros@googlegroups.com
  Date: Thursday, January 12, 2017, 8:00 PM
  
  
  
  On Thu, 1/12/17, martinez.david533 via MS EXCEL AND VBA
  MACROS <excel-macros@googlegroups.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ Help Required
   To: excel-macros@googlegroups.com
   Date: Thursday, January 12, 2017, 7:47 PM
   
   
   
   On Thu, 1/12/17, Saleem Ansari <saleem.logic...@gmail.com>
   wrote:
   
    Subject: Re: $$Excel-Macros$$ Help Required
    To: excel-macros@googlegroups.com
    Date: Thursday, January 12, 2017, 3:06 PM
    
    Dear Friend,
    Please check &
    Confirm
    if any query plz revert
    Regards,
    Saleem
    Ansari
    On Thu, Jan 12, 2017 at
    6:35 PM, Saleem Ansari <saleem.logic...@gmail.com>
    wrote:
    Dear
    Friend,
    Please
    check & Confirm
    if any query plz revert
    Regards,
    Saleem
    Ansari
    On Thu, Jan 12, 2017 at
    2:13 PM, sriram ji <sriramg...@gmail.com>
    wrote:
    Hi Excel Guru,
    Kindly help me the below attached
    file,
    Thanks in
    advance.
    Thanks
     & Regards,Sriram G 
    
    
    
    -- 
    
    Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And
  do you
    wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
    Facebook page of this forum @ https://www.facebook.com/discu
    ssexcel
    
     
    
    FORUM RULES
    
     
    
    1) Use concise, accurate thread titles. Poor thread
   titles,
    like Please Help, Urgent, Need Help, Formula Problem,
  Code
    Problem, and Need Advice will not get quick attention
  or
   may
    not be answered.
    
    2) Don't post a question in the thread of another
    member.
    
    3) Don't post questions regarding breaking or
  bypassing
    any security measure.
    
    4) Acknowledge the responses you receive, good or
  bad.
    
    5) Jobs posting is not allowed.
    
    6) Sharing copyrighted material and their links is
  not
    allowed.
    
     
    
    NOTE  : Don't ever post confidential data in a
   workbook.
    Forum owners and members are not responsible for any
    loss.
    
    --- 
    
    You received this message because you are subscribed
  to
   the
    Google Groups "MS EXCEL AND VBA MACROS" group.
    
    To unsubscribe from this group and stop receiving
  emails
    from it, send an email to excel-macros+unsubscribe@googl
    egroups.com.
    
    To post to this group, send email to excel-macros@googlegroups.com.
    
    Visit this group at https://groups.google.com/grou
    p/excel-macros.
    
    For more options, visit https://groups.google.com/d/op
    tout.
    
    
    
    
    
    
    
    
    -- 
    
    Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And
  do you
    wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
    Facebook page of this forum @ https://www.facebook.com/discussexcel
    
     
    
    FORUM RULES
    
     
    
    1) Use concise, accurate thread titles. Poor thread
   titles,
    like Please Help, Urgent, Need Help, Formula Problem,
  Code
    Problem, and Need Advice will not get quick attention
  or
   may
    not be answered.
    
    2) Don't post a question in the thread of another
    member.
    
    3) Don't post questions regarding breaking or
  bypassing
    any security measure.
    
    4) Acknowledge the responses you receive, good or
  bad.
    
    5) Jobs posting is not allowed.
    
    6) Sharing copyrighted material and their links is
  not
    allowed.
    
     
    
    NOTE  : Don't ever post confidential data in a
   workbook.
    Forum owners and members are not responsible for any
    loss.
    
    --- 
    
    You received this message because you are subscribed
  to
   the
    Google Groups "MS EXCEL AND VBA MACROS" group.
    
    To unsubscribe from this group and stop receiving
  emails
    from it, send an email to excel-macros+unsubscr...@googlegroups.com.
    
    To post to this group, send email to excel-macros@googlegroups.com.
    
    Visit this group at
   https://groups.google.com/group/excel-macros.
    
    For more options, visit
   https://groups.google.com/d/optout.
    Meritoriilor dintre Prut si Nistru  ba mai mult 
   s-a cerut ca problema Basarabiei sa
   
   -- 
   Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And
 do you
   wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
   Facebook page of this forum @ ht

Re: $$Excel-Macros$$ Help Required

2017-01-12 Thread georgemartin812 via MS EXCEL AND VBA MACROS


On Thu, 1/12/17, spainy via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help Required
 To: excel-macros@googlegroups.com
 Date: Thursday, January 12, 2017, 8:00 PM
 
 
 
 On Thu, 1/12/17, martinez.david533 via MS EXCEL AND VBA
 MACROS <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help Required
  To: excel-macros@googlegroups.com
  Date: Thursday, January 12, 2017, 7:47 PM
  
  
  
  On Thu, 1/12/17, Saleem Ansari <saleem.logic...@gmail.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ Help Required
   To: excel-macros@googlegroups.com
   Date: Thursday, January 12, 2017, 3:06 PM
   
   Dear Friend,
   Please check &
   Confirm
   if any query plz revert
   Regards,
   Saleem
   Ansari
   On Thu, Jan 12, 2017 at
   6:35 PM, Saleem Ansari <saleem.logic...@gmail.com>
   wrote:
   Dear
   Friend,
   Please
   check & Confirm
   if any query plz revert
   Regards,
   Saleem
   Ansari
   On Thu, Jan 12, 2017 at
   2:13 PM, sriram ji <sriramg...@gmail.com>
   wrote:
   Hi Excel Guru,
   Kindly help me the below attached
   file,
   Thanks in
   advance.
   Thanks
    & Regards,Sriram G 
   
   
   
   -- 
   
   Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And
 do you
   wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
   Facebook page of this forum @ https://www.facebook.com/discu
   ssexcel
   
    
   
   FORUM RULES
   
    
   
   1) Use concise, accurate thread titles. Poor thread
  titles,
   like Please Help, Urgent, Need Help, Formula Problem,
 Code
   Problem, and Need Advice will not get quick attention
 or
  may
   not be answered.
   
   2) Don't post a question in the thread of another
   member.
   
   3) Don't post questions regarding breaking or
 bypassing
   any security measure.
   
   4) Acknowledge the responses you receive, good or
 bad.
   
   5) Jobs posting is not allowed.
   
   6) Sharing copyrighted material and their links is
 not
   allowed.
   
    
   
   NOTE  : Don't ever post confidential data in a
  workbook.
   Forum owners and members are not responsible for any
   loss.
   
   --- 
   
   You received this message because you are subscribed
 to
  the
   Google Groups "MS EXCEL AND VBA MACROS" group.
   
   To unsubscribe from this group and stop receiving
 emails
   from it, send an email to excel-macros+unsubscribe@googl
   egroups.com.
   
   To post to this group, send email to excel-macros@googlegroups.com.
   
   Visit this group at https://groups.google.com/grou
   p/excel-macros.
   
   For more options, visit https://groups.google.com/d/op
   tout.
   
   
   
   
   
   
   
   
   -- 
   
   Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And
 do you
   wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
   Facebook page of this forum @ https://www.facebook.com/discussexcel
   
    
   
   FORUM RULES
   
    
   
   1) Use concise, accurate thread titles. Poor thread
  titles,
   like Please Help, Urgent, Need Help, Formula Problem,
 Code
   Problem, and Need Advice will not get quick attention
 or
  may
   not be answered.
   
   2) Don't post a question in the thread of another
   member.
   
   3) Don't post questions regarding breaking or
 bypassing
   any security measure.
   
   4) Acknowledge the responses you receive, good or
 bad.
   
   5) Jobs posting is not allowed.
   
   6) Sharing copyrighted material and their links is
 not
   allowed.
   
    
   
   NOTE  : Don't ever post confidential data in a
  workbook.
   Forum owners and members are not responsible for any
   loss.
   
   --- 
   
   You received this message because you are subscribed
 to
  the
   Google Groups "MS EXCEL AND VBA MACROS" group.
   
   To unsubscribe from this group and stop receiving
 emails
   from it, send an email to excel-macros+unsubscr...@googlegroups.com.
   
   To post to this group, send email to excel-macros@googlegroups.com.
   
   Visit this group at
  https://groups.google.com/group/excel-macros.
   
   For more options, visit
  https://groups.google.com/d/optout.
   Meritoriilor dintre Prut si Nistru  ba mai mult 
  s-a cerut ca problema Basarabiei sa
  
  -- 
  Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
  Facebook page of this forum @ https://www.facebook.com/discussexcel
  
  FORUM RULES
  
  1) Use concise, accurate thread titles. Poor thread
 titles,
  like Please Help, Urgent, Need Help, Formula Problem, Code
  Problem, and Need Advice will not get quick attention or
 may
  not be answered.
  2) Don't post a question in the thread of another member.
  3) Don't post questions regarding breaking or bypassing
 any
  security measure.
  4) Acknowledge the responses you receive, good or bad.
  5) Jobs posting is 

Re: $$Excel-Macros$$ Help Required

2017-01-12 Thread spainy via MS EXCEL AND VBA MACROS


On Thu, 1/12/17, martinez.david533 via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help Required
 To: excel-macros@googlegroups.com
 Date: Thursday, January 12, 2017, 7:47 PM
 
 
 
 On Thu, 1/12/17, Saleem Ansari <saleem.logic...@gmail.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help Required
  To: excel-macros@googlegroups.com
  Date: Thursday, January 12, 2017, 3:06 PM
  
  Dear Friend,
  Please check &
  Confirm
  if any query plz revert
  Regards,
  Saleem
  Ansari
  On Thu, Jan 12, 2017 at
  6:35 PM, Saleem Ansari <saleem.logic...@gmail.com>
  wrote:
  Dear
  Friend,
  Please
  check & Confirm
  if any query plz revert
  Regards,
  Saleem
  Ansari
  On Thu, Jan 12, 2017 at
  2:13 PM, sriram ji <sriramg...@gmail.com>
  wrote:
  Hi Excel Guru,
  Kindly help me the below attached
  file,
  Thanks in
  advance.
  Thanks
   & Regards,Sriram G 
  
  
  
  -- 
  
  Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
  Facebook page of this forum @ https://www.facebook.com/discu
  ssexcel
  
   
  
  FORUM RULES
  
   
  
  1) Use concise, accurate thread titles. Poor thread
 titles,
  like Please Help, Urgent, Need Help, Formula Problem, Code
  Problem, and Need Advice will not get quick attention or
 may
  not be answered.
  
  2) Don't post a question in the thread of another
  member.
  
  3) Don't post questions regarding breaking or bypassing
  any security measure.
  
  4) Acknowledge the responses you receive, good or bad.
  
  5) Jobs posting is not allowed.
  
  6) Sharing copyrighted material and their links is not
  allowed.
  
   
  
  NOTE  : Don't ever post confidential data in a
 workbook.
  Forum owners and members are not responsible for any
  loss.
  
  --- 
  
  You received this message because you are subscribed to
 the
  Google Groups "MS EXCEL AND VBA MACROS" group.
  
  To unsubscribe from this group and stop receiving emails
  from it, send an email to excel-macros+unsubscribe@googl
  egroups.com.
  
  To post to this group, send email to excel-macros@googlegroups.com.
  
  Visit this group at https://groups.google.com/grou
  p/excel-macros.
  
  For more options, visit https://groups.google.com/d/op
  tout.
  
  
  
  
  
  
  
  
  -- 
  
  Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
  Facebook page of this forum @ https://www.facebook.com/discussexcel
  
   
  
  FORUM RULES
  
   
  
  1) Use concise, accurate thread titles. Poor thread
 titles,
  like Please Help, Urgent, Need Help, Formula Problem, Code
  Problem, and Need Advice will not get quick attention or
 may
  not be answered.
  
  2) Don't post a question in the thread of another
  member.
  
  3) Don't post questions regarding breaking or bypassing
  any security measure.
  
  4) Acknowledge the responses you receive, good or bad.
  
  5) Jobs posting is not allowed.
  
  6) Sharing copyrighted material and their links is not
  allowed.
  
   
  
  NOTE  : Don't ever post confidential data in a
 workbook.
  Forum owners and members are not responsible for any
  loss.
  
  --- 
  
  You received this message because you are subscribed to
 the
  Google Groups "MS EXCEL AND VBA MACROS" group.
  
  To unsubscribe from this group and stop receiving emails
  from it, send an email to excel-macros+unsubscr...@googlegroups.com.
  
  To post to this group, send email to excel-macros@googlegroups.com.
  
  Visit this group at
 https://groups.google.com/group/excel-macros.
  
  For more options, visit
 https://groups.google.com/d/optout.
  Meritoriilor dintre Prut si Nistru  ba mai mult 
 s-a cerut ca problema Basarabiei sa
 
 -- 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/discussexcel
 
 FORUM RULES
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any
 security measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not
 allowed.
 
 NOTE  : Don't ever post confidential data in a
 workbook. Forum owners and members are not responsible for
 any loss.
 --- 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscr...@googlegroups.com.
 To post to this gro

Re: $$Excel-Macros$$ Help Required

2017-01-12 Thread martinez.david533 via MS EXCEL AND VBA MACROS


On Thu, 1/12/17, Saleem Ansari <saleem.logic...@gmail.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help Required
 To: excel-macros@googlegroups.com
 Date: Thursday, January 12, 2017, 3:06 PM
 
 Dear Friend,
 Please check &
 Confirm
 if any query plz revert
 Regards,
 Saleem
 Ansari
 On Thu, Jan 12, 2017 at
 6:35 PM, Saleem Ansari <saleem.logic...@gmail.com>
 wrote:
 Dear
 Friend,
 Please
 check & Confirm
 if any query plz revert
 Regards,
 Saleem
 Ansari
 On Thu, Jan 12, 2017 at
 2:13 PM, sriram ji <sriramg...@gmail.com>
 wrote:
 Hi Excel Guru,
 Kindly help me the below attached
 file,
 Thanks in
 advance.
 Thanks
  & Regards,Sriram G 
 
 
 
 -- 
 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/discu
 ssexcel
 
  
 
 FORUM RULES
 
  
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 
 2) Don't post a question in the thread of another
 member.
 
 3) Don't post questions regarding breaking or bypassing
 any security measure.
 
 4) Acknowledge the responses you receive, good or bad.
 
 5) Jobs posting is not allowed.
 
 6) Sharing copyrighted material and their links is not
 allowed.
 
  
 
 NOTE  : Don't ever post confidential data in a workbook.
 Forum owners and members are not responsible for any
 loss.
 
 --- 
 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscribe@googl
 egroups.com.
 
 To post to this group, send email to excel-macros@googlegroups.com.
 
 Visit this group at https://groups.google.com/grou
 p/excel-macros.
 
 For more options, visit https://groups.google.com/d/op
 tout.
 
 
 
 
 
 
 
 
 -- 
 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/discussexcel
 
  
 
 FORUM RULES
 
  
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 
 2) Don't post a question in the thread of another
 member.
 
 3) Don't post questions regarding breaking or bypassing
 any security measure.
 
 4) Acknowledge the responses you receive, good or bad.
 
 5) Jobs posting is not allowed.
 
 6) Sharing copyrighted material and their links is not
 allowed.
 
  
 
 NOTE  : Don't ever post confidential data in a workbook.
 Forum owners and members are not responsible for any
 loss.
 
 --- 
 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscr...@googlegroups.com.
 
 To post to this group, send email to excel-macros@googlegroups.com.
 
 Visit this group at https://groups.google.com/group/excel-macros.
 
 For more options, visit https://groups.google.com/d/optout.
 Meritoriilor dintre Prut si Nistru  ba mai mult  s-a cerut ca problema 
Basarabiei sa

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help Required

2017-01-12 Thread Paul Schreiner
First of all, take a look at the Forum "rules".some of them are just simple 
good ideas, like: 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.
The fact is: EVERYONE that posts a question to the group is looking for 
assistance.Everyone here has their own area of expertise, or at least 
experience.If your question is regarding Pivot Tables, you'd like someone that 
has experience in Pivot tables to answer your question!I get 30-80 emails each 
day.When I have a few minutes available, I look through them to see which ones 
I can answer in the time I have available.BASED ON THE THREAD TITLE.
Normally, I ignore any that say "Help Required", or "Urgent" because if I have 
20 minutes to spend, I don't want to spend 18 of it trying to figure out what 
is needed...
In this case, I had cleared my in-box earlier in the day and since I had 20 
minutes while some data was formatted, I decided to take a look at a post that 
others had ignored.
So... to your question:
I wrote a macro that clears all sheets except the one called "Master" and then 
copies the data into new sheets (creating them as required).
hope this points you in the right direction.


Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
- 

On Thursday, January 12, 2017 3:43 AM, sriram ji  
wrote:
 

 Hi Excel Guru,
Kindly help me the below attached file,
Thanks in advance.
Thanks  & Regards,Sriram G -- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


   

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

FORUM RULES

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

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


Copy_to_Sheets.xlsb
Description: application/vnd.ms-excel.sheet.binary.macroenabled.12


Re: $$Excel-Macros$$ Help Required

2017-01-12 Thread Saleem Ansari
Dear Friend,

Please check & Confirm

if any query plz revert

Regards,
Saleem Ansari

On Thu, Jan 12, 2017 at 6:35 PM, Saleem Ansari 
wrote:

> Dear Friend,
>
> Please check & Confirm
>
> if any query plz revert
>
> Regards,
> Saleem Ansari
>
> On Thu, Jan 12, 2017 at 2:13 PM, sriram ji  wrote:
>
>> Hi Excel Guru,
>>
>> Kindly help me the below attached file,
>>
>> Thanks in advance.
>>
>> Thanks  & Regards,
>> Sriram G
>>
>> --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at https://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

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

FORUM RULES

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

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


Help Required.xlsm
Description: application/vnd.ms-excel.sheet.macroenabled.12


Re: $$Excel-Macros$$ Help Required

2017-01-12 Thread Saleem Ansari
Dear Friend,

Please check & Confirm

if any query plz revert

Regards,
Saleem Ansari

On Thu, Jan 12, 2017 at 2:13 PM, sriram ji  wrote:

> Hi Excel Guru,
>
> Kindly help me the below attached file,
>
> Thanks in advance.
>
> Thanks  & Regards,
> Sriram G
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help with Conditionally Formatting

2017-01-04 Thread kenyattafreed via MS EXCEL AND VBA MACROS


On Wed, 1/4/17, keisha.fry via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help with Conditionally Formatting
 To: excel-macros@googlegroups.com
 Date: Wednesday, January 4, 2017, 10:08 AM
 
 
 
 On Wed, 1/4/17, martinez.david533 via MS EXCEL AND VBA
 MACROS <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help with Conditionally
 Formatting
  To: excel-macros@googlegroups.com
  Date: Wednesday, January 4, 2017, 7:27 AM
  
  
  
  On Wed, 1/4/17, spainy via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ Help with
 Conditionally
  Formatting
   To: excel-macros@googlegroups.com
   Date: Wednesday, January 4, 2017, 6:42 AM
   
   
   
   On Wed, 1/4/17, ileanakeating via MS EXCEL AND VBA
 MACROS
   <excel-macros@googlegroups.com>
   wrote:
   
    Subject: Re: $$Excel-Macros$$ Help with
  Conditionally
   Formatting
    To: excel-macros@googlegroups.com
    Date: Wednesday, January 4, 2017, 5:52 AM
    
    
    
    On Wed, 1/4/17, storeythomas725 via MS EXCEL AND VBA
   MACROS
    <excel-macros@googlegroups.com>
    wrote:
    
     Subject: Re: $$Excel-Macros$$ Help with
   Conditionally
    Formatting
     To: excel-macros@googlegroups.com
     Date: Wednesday, January 4, 2017, 3:03 AM
     
     
     
     On Wed, 1/4/17, mahergeorge503 via MS EXCEL AND
 VBA
   MACROS
     <excel-macros@googlegroups.com>
     wrote:
     
      Subject: Re: $$Excel-Macros$$ Help with
    Conditionally
     Formatting
      To: excel-macros@googlegroups.com
      Date: Wednesday, January 4, 2017, 12:43 AM
      
      
      
      On Tue, 1/3/17, storeythomas725 via MS EXCEL AND
  VBA
     MACROS
      <excel-macros@googlegroups.com>
      wrote:
      
       Subject: Re: $$Excel-Macros$$ Help with
     Conditionally
      Formatting
       To: excel-macros@googlegroups.com
       Date: Tuesday, January 3, 2017, 5:18 PM
       
       
       
       On Tue, 1/3/17, Mack Mans <mackman...@gmail.com>
       wrote:
       
        Subject: Re: $$Excel-Macros$$ Help with
      Conditionally
       Formatting
        To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
        Cc: ahprad...@gmail.com
        Date: Tuesday, January 3, 2017, 8:52 AM
        
        http://tutorialway.com/conditional-cell-format-in-excel/
        check this site 
        
        
        
        -- 
        
        Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in
  Excel?
    And
      do you
        wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join
    official
        Facebook page of this forum @ https://www.facebook.com/discussexcel
        
         
        
        FORUM RULES
        
         
        
        1) Use concise, accurate thread titles. Poor
    thread
       titles,
        like Please Help, Urgent, Need Help, Formula
    Problem,
      Code
        Problem, and Need Advice will not get quick
    attention
      or
       may
        not be answered.
        
        2) Don't post a question in the thread of
  another
        member.
        
        3) Don't post questions regarding breaking or
      bypassing
        any security measure.
        
        4) Acknowledge the responses you receive, good
  or
      bad.
        
        5) Jobs posting is not allowed.
        
        6) Sharing copyrighted material and their
  links
    is
      not
        allowed.
        
         
        
        NOTE  : Don't ever post confidential data in
  a
       workbook.
        Forum owners and members are not responsible
  for
    any
      loss.
        
        --- 
        
        You received this message because you are
    subscribed
      to
       the
        Google Groups "MS EXCEL AND VBA MACROS" group.
        
        To unsubscribe from this group and stop
  receiving
      emails
        from it, send an email to excel-macros+unsubscr...@googlegroups.com.
        
        To post to this group, send email to excel-macros@googlegroups.com.
        
        Visit this group at
       https://groups.google.com/group/excel-macros.
        
        For more options, visit
       https://groups.google.com/d/optout.
         infiintarea manufacturii de ceramica de la
     Targu-Jiu.
       - la fiinta in  Principate militia
 nationala 
       nucleu al armatei moderne  -isi incepe
   activitatea
       societatea secreta Constitutia   de la
 Lugoj.
       29 mart.-8 oct. - isi desfasoara lucrarile
   Comisia
     de
       delimitare a granitei Dunarii. -
      
 

Re: $$Excel-Macros$$ Help with Conditionally Formatting

2017-01-04 Thread keisha.fry via MS EXCEL AND VBA MACROS


On Wed, 1/4/17, martinez.david533 via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help with Conditionally Formatting
 To: excel-macros@googlegroups.com
 Date: Wednesday, January 4, 2017, 7:27 AM
 
 
 
 On Wed, 1/4/17, spainy via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help with Conditionally
 Formatting
  To: excel-macros@googlegroups.com
  Date: Wednesday, January 4, 2017, 6:42 AM
  
  
  
  On Wed, 1/4/17, ileanakeating via MS EXCEL AND VBA MACROS
  <excel-macros@googlegroups.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ Help with
 Conditionally
  Formatting
   To: excel-macros@googlegroups.com
   Date: Wednesday, January 4, 2017, 5:52 AM
   
   
   
   On Wed, 1/4/17, storeythomas725 via MS EXCEL AND VBA
  MACROS
   <excel-macros@googlegroups.com>
   wrote:
   
    Subject: Re: $$Excel-Macros$$ Help with
  Conditionally
   Formatting
    To: excel-macros@googlegroups.com
    Date: Wednesday, January 4, 2017, 3:03 AM
    
    
    
    On Wed, 1/4/17, mahergeorge503 via MS EXCEL AND VBA
  MACROS
    <excel-macros@googlegroups.com>
    wrote:
    
     Subject: Re: $$Excel-Macros$$ Help with
   Conditionally
    Formatting
     To: excel-macros@googlegroups.com
     Date: Wednesday, January 4, 2017, 12:43 AM
     
     
     
     On Tue, 1/3/17, storeythomas725 via MS EXCEL AND
 VBA
    MACROS
     <excel-macros@googlegroups.com>
     wrote:
     
      Subject: Re: $$Excel-Macros$$ Help with
    Conditionally
     Formatting
      To: excel-macros@googlegroups.com
      Date: Tuesday, January 3, 2017, 5:18 PM
      
      
      
      On Tue, 1/3/17, Mack Mans <mackman...@gmail.com>
      wrote:
      
       Subject: Re: $$Excel-Macros$$ Help with
     Conditionally
      Formatting
       To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
       Cc: ahprad...@gmail.com
       Date: Tuesday, January 3, 2017, 8:52 AM
       
       http://tutorialway.com/conditional-cell-format-in-excel/
       check this site 
       
       
       
       -- 
       
       Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in
 Excel?
   And
     do you
       wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join
   official
       Facebook page of this forum @ https://www.facebook.com/discussexcel
       
        
       
       FORUM RULES
       
        
       
       1) Use concise, accurate thread titles. Poor
   thread
      titles,
       like Please Help, Urgent, Need Help, Formula
   Problem,
     Code
       Problem, and Need Advice will not get quick
   attention
     or
      may
       not be answered.
       
       2) Don't post a question in the thread of
 another
       member.
       
       3) Don't post questions regarding breaking or
     bypassing
       any security measure.
       
       4) Acknowledge the responses you receive, good
 or
     bad.
       
       5) Jobs posting is not allowed.
       
       6) Sharing copyrighted material and their
 links
   is
     not
       allowed.
       
        
       
       NOTE  : Don't ever post confidential data in
 a
      workbook.
       Forum owners and members are not responsible
 for
   any
     loss.
       
       --- 
       
       You received this message because you are
   subscribed
     to
      the
       Google Groups "MS EXCEL AND VBA MACROS" group.
       
       To unsubscribe from this group and stop
 receiving
     emails
       from it, send an email to excel-macros+unsubscr...@googlegroups.com.
       
       To post to this group, send email to excel-macros@googlegroups.com.
       
       Visit this group at
      https://groups.google.com/group/excel-macros.
       
       For more options, visit
      https://groups.google.com/d/optout.
        infiintarea manufacturii de ceramica de la
    Targu-Jiu.
      - la fiinta in  Principate militia nationala 
      nucleu al armatei moderne  -isi incepe
  activitatea
      societatea secreta Constitutia   de la Lugoj.
      29 mart.-8 oct. - isi desfasoara lucrarile
  Comisia
    de
      delimitare a granitei Dunarii. -
     
   
  Fostele   raiale   otomane   revin   Principatelor.
      30 mart. - incheierea lucrarilor de elaborare a
      Regulamentelor Organice  apr. - Divanurile de la
    lasi
      si Bucuresti
     
   
  aproba   proiectul   de   lege   privind   organizarea
      armatei.1830iul. - Expeditie franceza in
  Algeria 
    care
      este ocupata militar. 25    iul.   
      -    Publicarea     in 
        Franta     a Ordonantelor privind
      dizolvarea Camerelor  modi

Re: $$Excel-Macros$$ Help with Conditionally Formatting

2017-01-03 Thread martinez.david533 via MS EXCEL AND VBA MACROS


On Wed, 1/4/17, spainy via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help with Conditionally Formatting
 To: excel-macros@googlegroups.com
 Date: Wednesday, January 4, 2017, 6:42 AM
 
 
 
 On Wed, 1/4/17, ileanakeating via MS EXCEL AND VBA MACROS
 <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help with Conditionally
 Formatting
  To: excel-macros@googlegroups.com
  Date: Wednesday, January 4, 2017, 5:52 AM
  
  
  
  On Wed, 1/4/17, storeythomas725 via MS EXCEL AND VBA
 MACROS
  <excel-macros@googlegroups.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ Help with
 Conditionally
  Formatting
   To: excel-macros@googlegroups.com
   Date: Wednesday, January 4, 2017, 3:03 AM
   
   
   
   On Wed, 1/4/17, mahergeorge503 via MS EXCEL AND VBA
 MACROS
   <excel-macros@googlegroups.com>
   wrote:
   
    Subject: Re: $$Excel-Macros$$ Help with
  Conditionally
   Formatting
    To: excel-macros@googlegroups.com
    Date: Wednesday, January 4, 2017, 12:43 AM
    
    
    
    On Tue, 1/3/17, storeythomas725 via MS EXCEL AND VBA
   MACROS
    <excel-macros@googlegroups.com>
    wrote:
    
     Subject: Re: $$Excel-Macros$$ Help with
   Conditionally
    Formatting
     To: excel-macros@googlegroups.com
     Date: Tuesday, January 3, 2017, 5:18 PM
     
     
     
     On Tue, 1/3/17, Mack Mans <mackman...@gmail.com>
     wrote:
     
      Subject: Re: $$Excel-Macros$$ Help with
    Conditionally
     Formatting
      To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
      Cc: ahprad...@gmail.com
      Date: Tuesday, January 3, 2017, 8:52 AM
      
      http://tutorialway.com/conditional-cell-format-in-excel/
      check this site 
      
      
      
      -- 
      
      Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel?
  And
    do you
      wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join
  official
      Facebook page of this forum @ https://www.facebook.com/discussexcel
      
       
      
      FORUM RULES
      
       
      
      1) Use concise, accurate thread titles. Poor
  thread
     titles,
      like Please Help, Urgent, Need Help, Formula
  Problem,
    Code
      Problem, and Need Advice will not get quick
  attention
    or
     may
      not be answered.
      
      2) Don't post a question in the thread of another
      member.
      
      3) Don't post questions regarding breaking or
    bypassing
      any security measure.
      
      4) Acknowledge the responses you receive, good or
    bad.
      
      5) Jobs posting is not allowed.
      
      6) Sharing copyrighted material and their links
  is
    not
      allowed.
      
       
      
      NOTE  : Don't ever post confidential data in a
     workbook.
      Forum owners and members are not responsible for
  any
    loss.
      
      --- 
      
      You received this message because you are
  subscribed
    to
     the
      Google Groups "MS EXCEL AND VBA MACROS" group.
      
      To unsubscribe from this group and stop receiving
    emails
      from it, send an email to excel-macros+unsubscr...@googlegroups.com.
      
      To post to this group, send email to excel-macros@googlegroups.com.
      
      Visit this group at
     https://groups.google.com/group/excel-macros.
      
      For more options, visit
     https://groups.google.com/d/optout.
       infiintarea manufacturii de ceramica de la
   Targu-Jiu.
     - la fiinta in  Principate militia nationala 
     nucleu al armatei moderne  -isi incepe
 activitatea
     societatea secreta Constitutia   de la Lugoj.
     29 mart.-8 oct. - isi desfasoara lucrarile
 Comisia
   de
     delimitare a granitei Dunarii. -
    
  
 Fostele   raiale   otomane   revin   Principatelor.
     30 mart. - incheierea lucrarilor de elaborare a
     Regulamentelor Organice  apr. - Divanurile de la
   lasi
     si Bucuresti
    
  
 aproba   proiectul   de   lege   privind   organizarea
     armatei.1830iul. - Expeditie franceza in
 Algeria 
   care
     este ocupata militar. 25    iul.   
     -    Publicarea     in 
       Franta     a Ordonantelor privind
     dizolvarea Camerelor  modificarea     
        sistemului     
        electoral  suprimarea libertatii
     presei. 27-29 iul   - Cele trei zile
     glorioase  la Paris  lupte pe
     baricade   Bourbonii sunt
     inlaturati.   incepe   Monarhia   din 
      
     iulie   familia   d'Orleans
     .   
     Este   o   guvernare
     constitutionala. 25  aug.  - 
     Insurectia  din  Belgia  contra dominatiei
     olandeze. 29 nov. - Revolutie la Varsovia. 20
     dec   - Conferinta internationala de la
     L

Re: $$Excel-Macros$$ Help with Conditionally Formatting

2017-01-03 Thread spainy via MS EXCEL AND VBA MACROS


On Wed, 1/4/17, ileanakeating via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help with Conditionally Formatting
 To: excel-macros@googlegroups.com
 Date: Wednesday, January 4, 2017, 5:52 AM
 
 
 
 On Wed, 1/4/17, storeythomas725 via MS EXCEL AND VBA MACROS
 <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help with Conditionally
 Formatting
  To: excel-macros@googlegroups.com
  Date: Wednesday, January 4, 2017, 3:03 AM
  
  
  
  On Wed, 1/4/17, mahergeorge503 via MS EXCEL AND VBA MACROS
  <excel-macros@googlegroups.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ Help with
 Conditionally
  Formatting
   To: excel-macros@googlegroups.com
   Date: Wednesday, January 4, 2017, 12:43 AM
   
   
   
   On Tue, 1/3/17, storeythomas725 via MS EXCEL AND VBA
  MACROS
   <excel-macros@googlegroups.com>
   wrote:
   
    Subject: Re: $$Excel-Macros$$ Help with
  Conditionally
   Formatting
    To: excel-macros@googlegroups.com
    Date: Tuesday, January 3, 2017, 5:18 PM
    
    
    
    On Tue, 1/3/17, Mack Mans <mackman...@gmail.com>
    wrote:
    
     Subject: Re: $$Excel-Macros$$ Help with
   Conditionally
    Formatting
     To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
     Cc: ahprad...@gmail.com
     Date: Tuesday, January 3, 2017, 8:52 AM
     
     http://tutorialway.com/conditional-cell-format-in-excel/
     check this site 
     
     
     
     -- 
     
     Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel?
 And
   do you
     wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join
 official
     Facebook page of this forum @ https://www.facebook.com/discussexcel
     
      
     
     FORUM RULES
     
      
     
     1) Use concise, accurate thread titles. Poor
 thread
    titles,
     like Please Help, Urgent, Need Help, Formula
 Problem,
   Code
     Problem, and Need Advice will not get quick
 attention
   or
    may
     not be answered.
     
     2) Don't post a question in the thread of another
     member.
     
     3) Don't post questions regarding breaking or
   bypassing
     any security measure.
     
     4) Acknowledge the responses you receive, good or
   bad.
     
     5) Jobs posting is not allowed.
     
     6) Sharing copyrighted material and their links
 is
   not
     allowed.
     
      
     
     NOTE  : Don't ever post confidential data in a
    workbook.
     Forum owners and members are not responsible for
 any
   loss.
     
     --- 
     
     You received this message because you are
 subscribed
   to
    the
     Google Groups "MS EXCEL AND VBA MACROS" group.
     
     To unsubscribe from this group and stop receiving
   emails
     from it, send an email to excel-macros+unsubscr...@googlegroups.com.
     
     To post to this group, send email to excel-macros@googlegroups.com.
     
     Visit this group at
    https://groups.google.com/group/excel-macros.
     
     For more options, visit
    https://groups.google.com/d/optout.
      infiintarea manufacturii de ceramica de la
  Targu-Jiu.
    - la fiinta in  Principate militia nationala 
    nucleu al armatei moderne  -isi incepe activitatea
    societatea secreta Constitutia   de la Lugoj.
    29 mart.-8 oct. - isi desfasoara lucrarile Comisia
  de
    delimitare a granitei Dunarii. -
   
  Fostele   raiale   otomane   revin   Principatelor.
    30 mart. - incheierea lucrarilor de elaborare a
    Regulamentelor Organice  apr. - Divanurile de la
  lasi
    si Bucuresti
   
  aproba   proiectul   de   lege   privind   organizarea
    armatei.1830iul. - Expeditie franceza in Algeria 
  care
    este ocupata militar. 25    iul.   
    -    Publicarea     in 
      Franta     a Ordonantelor privind
    dizolvarea Camerelor  modificarea     
       sistemului     
       electoral  suprimarea libertatii
    presei. 27-29 iul   - Cele trei zile
    glorioase  la Paris  lupte pe
    baricade   Bourbonii sunt
    inlaturati.   incepe   Monarhia   din 
     
    iulie   familia   d'Orleans
    .   
    Este   o   guvernare
    constitutionala. 25  aug.  - 
    Insurectia  din  Belgia  contra dominatiei
    olandeze. 29 nov. - Revolutie la Varsovia. 20
    dec   - Conferinta internationala de la
    Londra     garanteaza 
       independenta     si
    vesnica neutralitate  a Belgiei.
    
    -- 
    Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And
  do you
    wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
    Facebook page of this forum @ https://www.facebook.com/discussexcel
    
    FORUM RULES
    
    1) Use concise, accurate thread titles. Poor thread
   titles,
    like Please Help, Urgent, Need Help, Formula Problem,
  Code
    Problem, 

Re: $$Excel-Macros$$ Help with Conditionally Formatting

2017-01-03 Thread ileanakeating via MS EXCEL AND VBA MACROS


On Wed, 1/4/17, storeythomas725 via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help with Conditionally Formatting
 To: excel-macros@googlegroups.com
 Date: Wednesday, January 4, 2017, 3:03 AM
 
 
 
 On Wed, 1/4/17, mahergeorge503 via MS EXCEL AND VBA MACROS
 <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help with Conditionally
 Formatting
  To: excel-macros@googlegroups.com
  Date: Wednesday, January 4, 2017, 12:43 AM
  
  
  
  On Tue, 1/3/17, storeythomas725 via MS EXCEL AND VBA
 MACROS
  <excel-macros@googlegroups.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ Help with
 Conditionally
  Formatting
   To: excel-macros@googlegroups.com
   Date: Tuesday, January 3, 2017, 5:18 PM
   
   
   
   On Tue, 1/3/17, Mack Mans <mackman...@gmail.com>
   wrote:
   
    Subject: Re: $$Excel-Macros$$ Help with
  Conditionally
   Formatting
    To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
    Cc: ahprad...@gmail.com
    Date: Tuesday, January 3, 2017, 8:52 AM
    
    http://tutorialway.com/conditional-cell-format-in-excel/
    check this site 
    
    
    
    -- 
    
    Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And
  do you
    wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
    Facebook page of this forum @ https://www.facebook.com/discussexcel
    
     
    
    FORUM RULES
    
     
    
    1) Use concise, accurate thread titles. Poor thread
   titles,
    like Please Help, Urgent, Need Help, Formula Problem,
  Code
    Problem, and Need Advice will not get quick attention
  or
   may
    not be answered.
    
    2) Don't post a question in the thread of another
    member.
    
    3) Don't post questions regarding breaking or
  bypassing
    any security measure.
    
    4) Acknowledge the responses you receive, good or
  bad.
    
    5) Jobs posting is not allowed.
    
    6) Sharing copyrighted material and their links is
  not
    allowed.
    
     
    
    NOTE  : Don't ever post confidential data in a
   workbook.
    Forum owners and members are not responsible for any
  loss.
    
    --- 
    
    You received this message because you are subscribed
  to
   the
    Google Groups "MS EXCEL AND VBA MACROS" group.
    
    To unsubscribe from this group and stop receiving
  emails
    from it, send an email to excel-macros+unsubscr...@googlegroups.com.
    
    To post to this group, send email to excel-macros@googlegroups.com.
    
    Visit this group at
   https://groups.google.com/group/excel-macros.
    
    For more options, visit
   https://groups.google.com/d/optout.
     infiintarea manufacturii de ceramica de la
 Targu-Jiu.
   - la fiinta in  Principate militia nationala 
   nucleu al armatei moderne  -isi incepe activitatea
   societatea secreta Constitutia   de la Lugoj.
   29 mart.-8 oct. - isi desfasoara lucrarile Comisia
 de
   delimitare a granitei Dunarii. -
  
 Fostele   raiale   otomane   revin   Principatelor.
   30 mart. - incheierea lucrarilor de elaborare a
   Regulamentelor Organice  apr. - Divanurile de la
 lasi
   si Bucuresti
  
 aproba   proiectul   de   lege   privind   organizarea
   armatei.1830iul. - Expeditie franceza in Algeria 
 care
   este ocupata militar. 25    iul.   
   -    Publicarea     in 
     Franta     a Ordonantelor privind
   dizolvarea Camerelor  modificarea     
      sistemului     
      electoral  suprimarea libertatii
   presei. 27-29 iul   - Cele trei zile
   glorioase  la Paris  lupte pe
   baricade   Bourbonii sunt
   inlaturati.   incepe   Monarhia   din 
    
   iulie   familia   d'Orleans
   .   
   Este   o   guvernare
   constitutionala. 25  aug.  - 
   Insurectia  din  Belgia  contra dominatiei
   olandeze. 29 nov. - Revolutie la Varsovia. 20
   dec   - Conferinta internationala de la
   Londra     garanteaza 
      independenta     si
   vesnica neutralitate  a Belgiei.
   
   -- 
   Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And
 do you
   wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
   Facebook page of this forum @ https://www.facebook.com/discussexcel
   
   FORUM RULES
   
   1) Use concise, accurate thread titles. Poor thread
  titles,
   like Please Help, Urgent, Need Help, Formula Problem,
 Code
   Problem, and Need Advice will not get quick attention
 or
  may
   not be answered.
   2) Don't post a question in the thread of another
 member.
   3) Don't post questions regarding breaking or
 bypassing
  any
   security measure.
   4) Acknowledge the responses you receive, good or
 bad.
   5) Jobs posting is not allowed.
   6) Sharing copyrighted material and their links is
 not
   allowed.
   
   NOTE  : Don't ever post confidential data in a
   workbook. Forum owner

Re: $$Excel-Macros$$ Help with Conditionally Formatting

2017-01-03 Thread storeythomas725 via MS EXCEL AND VBA MACROS


On Wed, 1/4/17, mahergeorge503 via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help with Conditionally Formatting
 To: excel-macros@googlegroups.com
 Date: Wednesday, January 4, 2017, 12:43 AM
 
 
 
 On Tue, 1/3/17, storeythomas725 via MS EXCEL AND VBA MACROS
 <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help with Conditionally
 Formatting
  To: excel-macros@googlegroups.com
  Date: Tuesday, January 3, 2017, 5:18 PM
  
  
  
  On Tue, 1/3/17, Mack Mans <mackman...@gmail.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ Help with
 Conditionally
  Formatting
   To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
   Cc: ahprad...@gmail.com
   Date: Tuesday, January 3, 2017, 8:52 AM
   
   http://tutorialway.com/conditional-cell-format-in-excel/
   check this site 
   
   
   
   -- 
   
   Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And
 do you
   wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
   Facebook page of this forum @ https://www.facebook.com/discussexcel
   
    
   
   FORUM RULES
   
    
   
   1) Use concise, accurate thread titles. Poor thread
  titles,
   like Please Help, Urgent, Need Help, Formula Problem,
 Code
   Problem, and Need Advice will not get quick attention
 or
  may
   not be answered.
   
   2) Don't post a question in the thread of another
   member.
   
   3) Don't post questions regarding breaking or
 bypassing
   any security measure.
   
   4) Acknowledge the responses you receive, good or
 bad.
   
   5) Jobs posting is not allowed.
   
   6) Sharing copyrighted material and their links is
 not
   allowed.
   
    
   
   NOTE  : Don't ever post confidential data in a
  workbook.
   Forum owners and members are not responsible for any
 loss.
   
   --- 
   
   You received this message because you are subscribed
 to
  the
   Google Groups "MS EXCEL AND VBA MACROS" group.
   
   To unsubscribe from this group and stop receiving
 emails
   from it, send an email to excel-macros+unsubscr...@googlegroups.com.
   
   To post to this group, send email to excel-macros@googlegroups.com.
   
   Visit this group at
  https://groups.google.com/group/excel-macros.
   
   For more options, visit
  https://groups.google.com/d/optout.
    infiintarea manufacturii de ceramica de la Targu-Jiu.
  - la fiinta in  Principate militia nationala 
  nucleu al armatei moderne  -isi incepe activitatea
  societatea secreta Constitutia   de la Lugoj.
  29 mart.-8 oct. - isi desfasoara lucrarile Comisia de
  delimitare a granitei Dunarii. -
  Fostele   raiale   otomane   revin   Principatelor.
  30 mart. - incheierea lucrarilor de elaborare a
  Regulamentelor Organice  apr. - Divanurile de la lasi
  si Bucuresti
  aproba   proiectul   de   lege   privind   organizarea
  armatei.1830iul. - Expeditie franceza in Algeria  care
  este ocupata militar. 25    iul.   
  -    Publicarea     in 
    Franta     a Ordonantelor privind
  dizolvarea Camerelor  modificarea     
     sistemului     
     electoral  suprimarea libertatii
  presei. 27-29 iul   - Cele trei zile
  glorioase  la Paris  lupte pe
  baricade   Bourbonii sunt
  inlaturati.   incepe   Monarhia   din 
   
  iulie   familia   d'Orleans
  .   
  Este   o   guvernare
  constitutionala. 25  aug.  - 
  Insurectia  din  Belgia  contra dominatiei
  olandeze. 29 nov. - Revolutie la Varsovia. 20
  dec   - Conferinta internationala de la
  Londra     garanteaza 
     independenta     si
  vesnica neutralitate  a Belgiei.
  
  -- 
  Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
  Facebook page of this forum @ https://www.facebook.com/discussexcel
  
  FORUM RULES
  
  1) Use concise, accurate thread titles. Poor thread
 titles,
  like Please Help, Urgent, Need Help, Formula Problem, Code
  Problem, and Need Advice will not get quick attention or
 may
  not be answered.
  2) Don't post a question in the thread of another member.
  3) Don't post questions regarding breaking or bypassing
 any
  security measure.
  4) Acknowledge the responses you receive, good or bad.
  5) Jobs posting is not allowed.
  6) Sharing copyrighted material and their links is not
  allowed.
  
  NOTE  : Don't ever post confidential data in a
  workbook. Forum owners and members are not responsible for
  any loss.
  --- 
  You received this message because you are subscribed to
 the
  Google Groups "MS EXCEL AND VBA MACROS" group.
  To unsubscribe from this group and stop receiving emails
  from it, send an email to excel-macros+unsubscr...@googlegroups.com.
  To post to this group, send email to excel-macros@googlegroups.com.
  Visit this group at
  https://groups.google.com/group/excel-macros.
  For more options, visit
  https://gr

Re: $$Excel-Macros$$ Help with Conditionally Formatting

2017-01-03 Thread mahergeorge503 via MS EXCEL AND VBA MACROS


On Tue, 1/3/17, storeythomas725 via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help with Conditionally Formatting
 To: excel-macros@googlegroups.com
 Date: Tuesday, January 3, 2017, 5:18 PM
 
 
 
 On Tue, 1/3/17, Mack Mans <mackman...@gmail.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help with Conditionally
 Formatting
  To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
  Cc: ahprad...@gmail.com
  Date: Tuesday, January 3, 2017, 8:52 AM
  
  http://tutorialway.com/conditional-cell-format-in-excel/
  check this site 
  
  
  
  -- 
  
  Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
  Facebook page of this forum @ https://www.facebook.com/discussexcel
  
   
  
  FORUM RULES
  
   
  
  1) Use concise, accurate thread titles. Poor thread
 titles,
  like Please Help, Urgent, Need Help, Formula Problem, Code
  Problem, and Need Advice will not get quick attention or
 may
  not be answered.
  
  2) Don't post a question in the thread of another
  member.
  
  3) Don't post questions regarding breaking or bypassing
  any security measure.
  
  4) Acknowledge the responses you receive, good or bad.
  
  5) Jobs posting is not allowed.
  
  6) Sharing copyrighted material and their links is not
  allowed.
  
   
  
  NOTE  : Don't ever post confidential data in a
 workbook.
  Forum owners and members are not responsible for any loss.
  
  --- 
  
  You received this message because you are subscribed to
 the
  Google Groups "MS EXCEL AND VBA MACROS" group.
  
  To unsubscribe from this group and stop receiving emails
  from it, send an email to excel-macros+unsubscr...@googlegroups.com.
  
  To post to this group, send email to excel-macros@googlegroups.com.
  
  Visit this group at
 https://groups.google.com/group/excel-macros.
  
  For more options, visit
 https://groups.google.com/d/optout.
   infiintarea manufacturii de ceramica de la Targu-Jiu.
 - la fiinta in  Principate militia nationala 
 nucleu al armatei moderne  -isi incepe activitatea
 societatea secreta Constitutia   de la Lugoj.
 29 mart.-8 oct. - isi desfasoara lucrarile Comisia de
 delimitare a granitei Dunarii. -
 Fostele   raiale   otomane   revin   Principatelor.
 30 mart. - incheierea lucrarilor de elaborare a
 Regulamentelor Organice  apr. - Divanurile de la lasi
 si Bucuresti
 aproba   proiectul   de   lege   privind   organizarea
 armatei.1830iul. - Expeditie franceza in Algeria  care
 este ocupata militar. 25    iul.   
 -    Publicarea     in 
   Franta     a Ordonantelor privind
 dizolvarea Camerelor  modificarea     
    sistemului     
    electoral  suprimarea libertatii
 presei. 27-29 iul   - Cele trei zile
 glorioase  la Paris  lupte pe
 baricade   Bourbonii sunt
 inlaturati.   incepe   Monarhia   din 
  
 iulie   familia   d'Orleans
 .   
 Este   o   guvernare
 constitutionala. 25  aug.  - 
 Insurectia  din  Belgia  contra dominatiei
 olandeze. 29 nov. - Revolutie la Varsovia. 20
 dec   - Conferinta internationala de la
 Londra     garanteaza 
    independenta     si
 vesnica neutralitate  a Belgiei.
 
 -- 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/discussexcel
 
 FORUM RULES
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any
 security measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not
 allowed.
 
 NOTE  : Don't ever post confidential data in a
 workbook. Forum owners and members are not responsible for
 any loss.
 --- 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at
 https://groups.google.com/group/excel-macros.
 For more options, visit
 https://groups.google.com/d/optout.Care erau solutiile politico-diplomatice 
intrevazute  in anul 1944  pentru iesirea Romaniei

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

FORUM RULES

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

Re: $$Excel-Macros$$ Help with Conditionally Formatting

2017-01-03 Thread georgemartin812 via MS EXCEL AND VBA MACROS


On Tue, 1/3/17, storeythomas725 via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help with Conditionally Formatting
 To: excel-macros@googlegroups.com
 Date: Tuesday, January 3, 2017, 5:18 PM
 
 
 
 On Tue, 1/3/17, Mack Mans <mackman...@gmail.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help with Conditionally
 Formatting
  To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
  Cc: ahprad...@gmail.com
  Date: Tuesday, January 3, 2017, 8:52 AM
  
  http://tutorialway.com/conditional-cell-format-in-excel/
  check this site 
  
  
  
  -- 
  
  Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
  Facebook page of this forum @ https://www.facebook.com/discussexcel
  
   
  
  FORUM RULES
  
   
  
  1) Use concise, accurate thread titles. Poor thread
 titles,
  like Please Help, Urgent, Need Help, Formula Problem, Code
  Problem, and Need Advice will not get quick attention or
 may
  not be answered.
  
  2) Don't post a question in the thread of another
  member.
  
  3) Don't post questions regarding breaking or bypassing
  any security measure.
  
  4) Acknowledge the responses you receive, good or bad.
  
  5) Jobs posting is not allowed.
  
  6) Sharing copyrighted material and their links is not
  allowed.
  
   
  
  NOTE  : Don't ever post confidential data in a
 workbook.
  Forum owners and members are not responsible for any loss.
  
  --- 
  
  You received this message because you are subscribed to
 the
  Google Groups "MS EXCEL AND VBA MACROS" group.
  
  To unsubscribe from this group and stop receiving emails
  from it, send an email to excel-macros+unsubscr...@googlegroups.com.
  
  To post to this group, send email to excel-macros@googlegroups.com.
  
  Visit this group at
 https://groups.google.com/group/excel-macros.
  
  For more options, visit
 https://groups.google.com/d/optout.
   infiintarea manufacturii de ceramica de la Targu-Jiu.
 - la fiinta in  Principate militia nationala 
 nucleu al armatei moderne  -isi incepe activitatea
 societatea secreta Constitutia   de la Lugoj.
 29 mart.-8 oct. - isi desfasoara lucrarile Comisia de
 delimitare a granitei Dunarii. -
 Fostele   raiale   otomane   revin   Principatelor.
 30 mart. - incheierea lucrarilor de elaborare a
 Regulamentelor Organice  apr. - Divanurile de la lasi
 si Bucuresti
 aproba   proiectul   de   lege   privind   organizarea
 armatei.1830iul. - Expeditie franceza in Algeria  care
 este ocupata militar. 25    iul.   
 -    Publicarea     in 
   Franta     a Ordonantelor privind
 dizolvarea Camerelor  modificarea     
    sistemului     
    electoral  suprimarea libertatii
 presei. 27-29 iul   - Cele trei zile
 glorioase  la Paris  lupte pe
 baricade   Bourbonii sunt
 inlaturati.   incepe   Monarhia   din 
  
 iulie   familia   d'Orleans
 .   
 Este   o   guvernare
 constitutionala. 25  aug.  - 
 Insurectia  din  Belgia  contra dominatiei
 olandeze. 29 nov. - Revolutie la Varsovia. 20
 dec   - Conferinta internationala de la
 Londra     garanteaza 
    independenta     si
 vesnica neutralitate  a Belgiei.
 
 -- 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/discussexcel
 
 FORUM RULES
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any
 security measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not
 allowed.
 
 NOTE  : Don't ever post confidential data in a
 workbook. Forum owners and members are not responsible for
 any loss.
 --- 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at
 https://groups.google.com/group/excel-macros.
 For more options, visit
 https://groups.google.com/d/optout.OMaNIEI iN RaZBOI SI PARTICIPAREA SA LA 
VICTORIE.

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

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention 

Re: $$Excel-Macros$$ Help with Conditionally Formatting

2017-01-03 Thread storeythomas725 via MS EXCEL AND VBA MACROS


On Tue, 1/3/17, Mack Mans <mackman...@gmail.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help with Conditionally Formatting
 To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
 Cc: ahprad...@gmail.com
 Date: Tuesday, January 3, 2017, 8:52 AM
 
 http://tutorialway.com/conditional-cell-format-in-excel/
 check this site 
 
 
 
 -- 
 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/discussexcel
 
  
 
 FORUM RULES
 
  
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 
 2) Don't post a question in the thread of another
 member.
 
 3) Don't post questions regarding breaking or bypassing
 any security measure.
 
 4) Acknowledge the responses you receive, good or bad.
 
 5) Jobs posting is not allowed.
 
 6) Sharing copyrighted material and their links is not
 allowed.
 
  
 
 NOTE  : Don't ever post confidential data in a workbook.
 Forum owners and members are not responsible for any loss.
 
 --- 
 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscr...@googlegroups.com.
 
 To post to this group, send email to excel-macros@googlegroups.com.
 
 Visit this group at https://groups.google.com/group/excel-macros.
 
 For more options, visit https://groups.google.com/d/optout.
  infiintarea manufacturii de ceramica de la Targu-Jiu. - la fiinta in  
Principate militia nationala  nucleu al armatei moderne  -isi incepe 
activitatea societatea secreta Constitutia   de la Lugoj. 29 mart.-8 oct. - isi 
desfasoara lucrarile Comisia de delimitare a granitei Dunarii. - Fostele   
raiale   otomane   revin   Principatelor. 30 mart. - incheierea lucrarilor de 
elaborare a Regulamentelor Organice  apr. - Divanurile de la lasi si Bucuresti 
aproba   proiectul   de   lege   privind   organizarea armatei.1830iul. - 
Expeditie franceza in Algeria  care este ocupata militar. 25iul.-
Publicarea inFranta a Ordonantelor privind dizolvarea Camerelor  
modificarea sistemului electoral  suprimarea libertatii presei. 
27-29 iul   - Cele trei zile glorioase  la Paris  lupte pe baricade   Bourbonii 
sunt inlaturati.   incepe   Monarhia   diniulie   familia   d'Orleans .
Este   o   guvernare constitutionala. 25  aug.  -  Insurectia  din  Belgia  
contra dominatiei olandeze. 29 nov. - Revolutie la Varsovia. 20 dec   - 
Conferinta internationala de la Londra garanteaza independenta si 
vesnica neutralitate  a Belgiei.

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help with Conditionally Formatting

2017-01-02 Thread Mack Mans

>
> http://tutorialway.com/conditional-cell-format-in-excel/


check this site 

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help required in conditional formatting

2017-01-02 Thread Blake Bond

>
> http://tutorialway.com/conditional-cell-format-in-excel/


help ful wbsite

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help in IF Function

2016-12-29 Thread julienneschindler via MS EXCEL AND VBA MACROS


On Thu, 12/29/16, margaretatolliver via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help in IF Function
 To: excel-macros@googlegroups.com
 Date: Thursday, December 29, 2016, 7:52 PM
 
 
 
 On Thu, 12/29/16, keisha.fry via MS EXCEL AND VBA MACROS
 <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help in IF Function
  To: excel-macros@googlegroups.com
  Date: Thursday, December 29, 2016, 6:01 PM
  
  
  
  On Thu, 12/29/16, libertystringer via MS EXCEL AND VBA
  MACROS <excel-macros@googlegroups.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ Help in IF Function
   To: excel-macros@googlegroups.com
   Date: Thursday, December 29, 2016, 5:45 PM
   
   
   
   On Thu, 12/29/16, martinez.david533 via MS EXCEL AND
 VBA
   MACROS <excel-macros@googlegroups.com>
   wrote:
   
    Subject: Re: $$Excel-Macros$$ Help in IF Function
    To: excel-macros@googlegroups.com
    Date: Thursday, December 29, 2016, 3:34 PM
    
    
    
    On Thu, 12/29/16, silvers.r via MS EXCEL AND VBA
  MACROS
    <excel-macros@googlegroups.com>
    wrote:
    
     Subject: Re: $$Excel-Macros$$ Help in IF Function
     To: excel-macros@googlegroups.com
     Date: Thursday, December 29, 2016, 12:17 PM
     
     
     
     On Thu, 12/29/16, Mack Mans <mackman...@gmail.com>
     wrote:
     
      Subject: Re: $$Excel-Macros$$ Help in IF Function
      To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
      Cc: lupins...@yahoo.com
      Date: Thursday, December 29, 2016, 11:55 AM
      
      
      
      On Wednesday, September 7, 2011 at 12:11:20 AM
    UTC+5,
      lupinskip wrote:result by
      IF function
      regards,Pawel
      From: anu gomathi
      <anugoma...@gmail.com>
      To: excel-...@googlegroups.com
      Sent: Tuesday,
      September 6, 2011 9:00 PM
      Subject:
      $$Excel-Macros$$ Help in IF Function
      
      Hi All,
       
      Please help me to put the IF function for the
  below
      table. If the table value is 0 the product should
  not
    be
      there
       
      Attached the file for u r reference
       
      
      
      
      
      
      
      
      
      
      Tech
      
      OFM
      Apps
      Systems
      Result should
      be
      
      
      1
      2
      0
      1
      Tech;OFM;Systems
      
      1
      2
      0
      1
      Tech;OFM;Systems
      
      1
      2
      1
      0
      Tech;OFM;Apps
      
      1
      0
      0
      1
      Tech Systems
      
      1
      0
      0
      0
      Tech
      
      0
      1
      0
      0
      OFM
      
      0
      0
      1
      0
      Apps
      
      0
      0
      0
      1
      Systems
      Regards
       
      Anu
      
      
      
      -- 
      
      --
      --
    --
      
      Some important links for excel users:
      
      1. Follow us on TWITTER for tips tricks and links
  :
    http://twitter.com/
      exceldailytip
      
      2. Join our LinkedIN group @ http://www.linkedin.com/
      groups?gid=1871310
      
      3. Excel tutorials at http://www.excel-macros.
      blogspot.com
      
      4. Learn VBA Macros at
  http://www.quickvba.blogspot.
      com
      
      5. Excel Tips and Tricks at
    http://exceldailytip.blogspot.
      com
      
       
      
      To post to this group, send email to excel-...@googlegroups.com
      
       
      
     
   
  <><><><><><><><><><><><><><><>
     
   
  <><><><><><><>
      
      Like our page on facebook , Just follow below
  link
      
      http://www.facebook.com/
      discussexcel
      
      
      
      
      
      
      
      -- 
      
      Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel?
  And
    do you
      wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join
  official
      Facebook page of this forum @ https://www.facebook.com/discussexcel
      
       
      
      FORUM RULES
      
       
      
      1) Use concise, accurate thread titles. Poor
  thread
     titles,
      like Please Help, Urgent, Need Help, Formula
  Problem,
    Code
      Problem, and Need Advice will not get quick
  attention
    or
     may
      not be answered.
      
      2) Don't post a question in the thread of another
      member.
      
      3) Don't post questions regarding breaking or
    bypassing
      any security measure.
      
      4) Acknowledge the responses you receive, good or
    

Re: $$Excel-Macros$$ Help in IF Function

2016-12-29 Thread margaretatolliver via MS EXCEL AND VBA MACROS


On Thu, 12/29/16, keisha.fry via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help in IF Function
 To: excel-macros@googlegroups.com
 Date: Thursday, December 29, 2016, 6:01 PM
 
 
 
 On Thu, 12/29/16, libertystringer via MS EXCEL AND VBA
 MACROS <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help in IF Function
  To: excel-macros@googlegroups.com
  Date: Thursday, December 29, 2016, 5:45 PM
  
  
  
  On Thu, 12/29/16, martinez.david533 via MS EXCEL AND VBA
  MACROS <excel-macros@googlegroups.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ Help in IF Function
   To: excel-macros@googlegroups.com
   Date: Thursday, December 29, 2016, 3:34 PM
   
   
   
   On Thu, 12/29/16, silvers.r via MS EXCEL AND VBA
 MACROS
   <excel-macros@googlegroups.com>
   wrote:
   
    Subject: Re: $$Excel-Macros$$ Help in IF Function
    To: excel-macros@googlegroups.com
    Date: Thursday, December 29, 2016, 12:17 PM
    
    
    
    On Thu, 12/29/16, Mack Mans <mackman...@gmail.com>
    wrote:
    
     Subject: Re: $$Excel-Macros$$ Help in IF Function
     To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
     Cc: lupins...@yahoo.com
     Date: Thursday, December 29, 2016, 11:55 AM
     
     
     
     On Wednesday, September 7, 2011 at 12:11:20 AM
   UTC+5,
     lupinskip wrote:result by
     IF function
     regards,Pawel
     From: anu gomathi
     <anugoma...@gmail.com>
     To: excel-...@googlegroups.com
     Sent: Tuesday,
     September 6, 2011 9:00 PM
     Subject:
     $$Excel-Macros$$ Help in IF Function
     
     Hi All,
      
     Please help me to put the IF function for the
 below
     table. If the table value is 0 the product should
 not
   be
     there
      
     Attached the file for u r reference
      
     
     
     
     
     
     
     
     
     
     Tech
     
     OFM
     Apps
     Systems
     Result should
     be
     
     
     1
     2
     0
     1
     Tech;OFM;Systems
     
     1
     2
     0
     1
     Tech;OFM;Systems
     
     1
     2
     1
     0
     Tech;OFM;Apps
     
     1
     0
     0
     1
     Tech Systems
     
     1
     0
     0
     0
     Tech
     
     0
     1
     0
     0
     OFM
     
     0
     0
     1
     0
     Apps
     
     0
     0
     0
     1
     Systems
     Regards
      
     Anu
     
     
     
     -- 
     
     --
     --
   --
     
     Some important links for excel users:
     
     1. Follow us on TWITTER for tips tricks and links
 :
   http://twitter.com/
     exceldailytip
     
     2. Join our LinkedIN group @ http://www.linkedin.com/
     groups?gid=1871310
     
     3. Excel tutorials at http://www.excel-macros.
     blogspot.com
     
     4. Learn VBA Macros at
 http://www.quickvba.blogspot.
     com
     
     5. Excel Tips and Tricks at
   http://exceldailytip.blogspot.
     com
     
      
     
     To post to this group, send email to excel-...@googlegroups.com
     
      
     
    
  
 <><><><><><><><><><><><><><><>
    
  
 <><><><><><><>
     
     Like our page on facebook , Just follow below
 link
     
     http://www.facebook.com/
     discussexcel
     
     
     
     
     
     
     
     -- 
     
     Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel?
 And
   do you
     wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join
 official
     Facebook page of this forum @ https://www.facebook.com/discussexcel
     
      
     
     FORUM RULES
     
      
     
     1) Use concise, accurate thread titles. Poor
 thread
    titles,
     like Please Help, Urgent, Need Help, Formula
 Problem,
   Code
     Problem, and Need Advice will not get quick
 attention
   or
    may
     not be answered.
     
     2) Don't post a question in the thread of another
     member.
     
     3) Don't post questions regarding breaking or
   bypassing
     any security measure.
     
     4) Acknowledge the responses you receive, good or
   bad.
     
     5) Jobs posting is not allowed.
     
     6) Sharing copyrighted material and their links
 is
   not
     allowed.
     
      
     
     NOTE  : Don't ever post confidential data in a
    workbook.
     Forum owners and members are not responsible for
 any
   loss.
     
     --- 
     
     You received this message because you are
 subscribed
   to
    the
     Google Groups "MS EXCEL AND VBA MACROS" group.
     
     To unsubscribe from this group and stop receiving
   emails

Re: $$Excel-Macros$$ Help in IF Function

2016-12-29 Thread keisha.fry via MS EXCEL AND VBA MACROS


On Thu, 12/29/16, libertystringer via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help in IF Function
 To: excel-macros@googlegroups.com
 Date: Thursday, December 29, 2016, 5:45 PM
 
 
 
 On Thu, 12/29/16, martinez.david533 via MS EXCEL AND VBA
 MACROS <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help in IF Function
  To: excel-macros@googlegroups.com
  Date: Thursday, December 29, 2016, 3:34 PM
  
  
  
  On Thu, 12/29/16, silvers.r via MS EXCEL AND VBA MACROS
  <excel-macros@googlegroups.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ Help in IF Function
   To: excel-macros@googlegroups.com
   Date: Thursday, December 29, 2016, 12:17 PM
   
   
   
   On Thu, 12/29/16, Mack Mans <mackman...@gmail.com>
   wrote:
   
    Subject: Re: $$Excel-Macros$$ Help in IF Function
    To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
    Cc: lupins...@yahoo.com
    Date: Thursday, December 29, 2016, 11:55 AM
    
    
    
    On Wednesday, September 7, 2011 at 12:11:20 AM
  UTC+5,
    lupinskip wrote:result by
    IF function
    regards,Pawel
    From: anu gomathi
    <anugoma...@gmail.com>
    To: excel-...@googlegroups.com
    Sent: Tuesday,
    September 6, 2011 9:00 PM
    Subject:
    $$Excel-Macros$$ Help in IF Function
    
    Hi All,
     
    Please help me to put the IF function for the below
    table. If the table value is 0 the product should not
  be
    there
     
    Attached the file for u r reference
     
    
    
    
    
    
    
    
    
    
    Tech
    
    OFM
    Apps
    Systems
    Result should
    be
    
    
    1
    2
    0
    1
    Tech;OFM;Systems
    
    1
    2
    0
    1
    Tech;OFM;Systems
    
    1
    2
    1
    0
    Tech;OFM;Apps
    
    1
    0
    0
    1
    Tech Systems
    
    1
    0
    0
    0
    Tech
    
    0
    1
    0
    0
    OFM
    
    0
    0
    1
    0
    Apps
    
    0
    0
    0
    1
    Systems
    Regards
     
    Anu
    
    
    
    -- 
    
    --
    --
  --
    
    Some important links for excel users:
    
    1. Follow us on TWITTER for tips tricks and links :
  http://twitter.com/
    exceldailytip
    
    2. Join our LinkedIN group @ http://www.linkedin.com/
    groups?gid=1871310
    
    3. Excel tutorials at http://www.excel-macros.
    blogspot.com
    
    4. Learn VBA Macros at http://www.quickvba.blogspot.
    com
    
    5. Excel Tips and Tricks at
  http://exceldailytip.blogspot.
    com
    
     
    
    To post to this group, send email to excel-...@googlegroups.com
    
     
    
   
  <><><><><><><><><><><><><><><>
   
  <><><><><><><>
    
    Like our page on facebook , Just follow below link
    
    http://www.facebook.com/
    discussexcel
    
    
    
    
    
    
    
    -- 
    
    Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And
  do you
    wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
    Facebook page of this forum @ https://www.facebook.com/discussexcel
    
     
    
    FORUM RULES
    
     
    
    1) Use concise, accurate thread titles. Poor thread
   titles,
    like Please Help, Urgent, Need Help, Formula Problem,
  Code
    Problem, and Need Advice will not get quick attention
  or
   may
    not be answered.
    
    2) Don't post a question in the thread of another
    member.
    
    3) Don't post questions regarding breaking or
  bypassing
    any security measure.
    
    4) Acknowledge the responses you receive, good or
  bad.
    
    5) Jobs posting is not allowed.
    
    6) Sharing copyrighted material and their links is
  not
    allowed.
    
     
    
    NOTE  : Don't ever post confidential data in a
   workbook.
    Forum owners and members are not responsible for any
  loss.
    
    --- 
    
    You received this message because you are subscribed
  to
   the
    Google Groups "MS EXCEL AND VBA MACROS" group.
    
    To unsubscribe from this group and stop receiving
  emails
    from it, send an email to excel-macros+unsubscr...@googlegroups.com.
    
    To post to this group, send email to excel-macros@googlegroups.com.
    
    Visit this group at
   https://groups.google.com/group/excel-macros.
    
    For more options, visit
   https://groups.google.com/d/optout.
    INSTITUtIILE DE CULTURa. SOCIETatI SI ASOCIAtII
  CULTURALE.
   
   -- 
   Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And
 do you
   wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
   Facebook page of this forum @ https://www

Re: $$Excel-Macros$$ Help in IF Function

2016-12-29 Thread libertystringer via MS EXCEL AND VBA MACROS


On Thu, 12/29/16, martinez.david533 via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help in IF Function
 To: excel-macros@googlegroups.com
 Date: Thursday, December 29, 2016, 3:34 PM
 
 
 
 On Thu, 12/29/16, silvers.r via MS EXCEL AND VBA MACROS
 <excel-macros@googlegroups.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help in IF Function
  To: excel-macros@googlegroups.com
  Date: Thursday, December 29, 2016, 12:17 PM
  
  
  
  On Thu, 12/29/16, Mack Mans <mackman...@gmail.com>
  wrote:
  
   Subject: Re: $$Excel-Macros$$ Help in IF Function
   To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
   Cc: lupins...@yahoo.com
   Date: Thursday, December 29, 2016, 11:55 AM
   
   
   
   On Wednesday, September 7, 2011 at 12:11:20 AM
 UTC+5,
   lupinskip wrote:result by
   IF function
   regards,Pawel
   From: anu gomathi
   <anugoma...@gmail.com>
   To: excel-...@googlegroups.com
   Sent: Tuesday,
   September 6, 2011 9:00 PM
   Subject:
   $$Excel-Macros$$ Help in IF Function
   
   Hi All,
    
   Please help me to put the IF function for the below
   table. If the table value is 0 the product should not
 be
   there
    
   Attached the file for u r reference
    
   
   
   
   
   
   
   
   
   
   Tech
   
   OFM
   Apps
   Systems
   Result should
   be
   
   
   1
   2
   0
   1
   Tech;OFM;Systems
   
   1
   2
   0
   1
   Tech;OFM;Systems
   
   1
   2
   1
   0
   Tech;OFM;Apps
   
   1
   0
   0
   1
   Tech Systems
   
   1
   0
   0
   0
   Tech
   
   0
   1
   0
   0
   OFM
   
   0
   0
   1
   0
   Apps
   
   0
   0
   0
   1
   Systems
   Regards
    
   Anu
   
   
   
   -- 
   
   --
   --
 --
   
   Some important links for excel users:
   
   1. Follow us on TWITTER for tips tricks and links :
 http://twitter.com/
   exceldailytip
   
   2. Join our LinkedIN group @ http://www.linkedin.com/
   groups?gid=1871310
   
   3. Excel tutorials at http://www.excel-macros.
   blogspot.com
   
   4. Learn VBA Macros at http://www.quickvba.blogspot.
   com
   
   5. Excel Tips and Tricks at
 http://exceldailytip.blogspot.
   com
   
    
   
   To post to this group, send email to excel-...@googlegroups.com
   
    
   
  
 <><><><><><><><><><><><><><><>
  
 <><><><><><><>
   
   Like our page on facebook , Just follow below link
   
   http://www.facebook.com/
   discussexcel
   
   
   
   
   
   
   
   -- 
   
   Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And
 do you
   wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
   Facebook page of this forum @ https://www.facebook.com/discussexcel
   
    
   
   FORUM RULES
   
    
   
   1) Use concise, accurate thread titles. Poor thread
  titles,
   like Please Help, Urgent, Need Help, Formula Problem,
 Code
   Problem, and Need Advice will not get quick attention
 or
  may
   not be answered.
   
   2) Don't post a question in the thread of another
   member.
   
   3) Don't post questions regarding breaking or
 bypassing
   any security measure.
   
   4) Acknowledge the responses you receive, good or
 bad.
   
   5) Jobs posting is not allowed.
   
   6) Sharing copyrighted material and their links is
 not
   allowed.
   
    
   
   NOTE  : Don't ever post confidential data in a
  workbook.
   Forum owners and members are not responsible for any
 loss.
   
   --- 
   
   You received this message because you are subscribed
 to
  the
   Google Groups "MS EXCEL AND VBA MACROS" group.
   
   To unsubscribe from this group and stop receiving
 emails
   from it, send an email to excel-macros+unsubscr...@googlegroups.com.
   
   To post to this group, send email to excel-macros@googlegroups.com.
   
   Visit this group at
  https://groups.google.com/group/excel-macros.
   
   For more options, visit
  https://groups.google.com/d/optout.
   INSTITUtIILE DE CULTURa. SOCIETatI SI ASOCIAtII
 CULTURALE.
  
  -- 
  Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
  Facebook page of this forum @ https://www.facebook.com/discussexcel
  
  FORUM RULES
  
  1) Use concise, accurate thread titles. Poor thread
 titles,
  like Please Help, Urgent, Need Help, Formula Problem, Code
  Problem, and Need Advice will not get quick attention or
 may
  not be answered.
  2) Don't post a question in the thread of another member.
  3) Don't post questions regarding breaking or bypassing
 any
  security measure.
  4) Acknowledge the responses you receive, good or bad.
  5) Jobs posting is not allowed.
  6) Sharing copyrighted material and their l

Re: $$Excel-Macros$$ Help in IF Function

2016-12-29 Thread martinez.david533 via MS EXCEL AND VBA MACROS


On Thu, 12/29/16, silvers.r via MS EXCEL AND VBA MACROS 
<excel-macros@googlegroups.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help in IF Function
 To: excel-macros@googlegroups.com
 Date: Thursday, December 29, 2016, 12:17 PM
 
 
 
 On Thu, 12/29/16, Mack Mans <mackman...@gmail.com>
 wrote:
 
  Subject: Re: $$Excel-Macros$$ Help in IF Function
  To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
  Cc: lupins...@yahoo.com
  Date: Thursday, December 29, 2016, 11:55 AM
  
  
  
  On Wednesday, September 7, 2011 at 12:11:20 AM UTC+5,
  lupinskip wrote:result by
  IF function
  regards,Pawel
  From: anu gomathi
  <anugoma...@gmail.com>
  To: excel-...@googlegroups.com
  Sent: Tuesday,
  September 6, 2011 9:00 PM
  Subject:
  $$Excel-Macros$$ Help in IF Function
  
  Hi All,
   
  Please help me to put the IF function for the below
  table. If the table value is 0 the product should not be
  there
   
  Attached the file for u r reference
   
  
  
  
  
  
  
  
  
  
  Tech
  
  OFM
  Apps
  Systems
  Result should
  be
  
  
  1
  2
  0
  1
  Tech;OFM;Systems
  
  1
  2
  0
  1
  Tech;OFM;Systems
  
  1
  2
  1
  0
  Tech;OFM;Apps
  
  1
  0
  0
  1
  Tech Systems
  
  1
  0
  0
  0
  Tech
  
  0
  1
  0
  0
  OFM
  
  0
  0
  1
  0
  Apps
  
  0
  0
  0
  1
  Systems
  Regards
   
  Anu
  
  
  
  -- 
  
  --
  -- --
  
  Some important links for excel users:
  
  1. Follow us on TWITTER for tips tricks and links : http://twitter.com/
  exceldailytip
  
  2. Join our LinkedIN group @ http://www.linkedin.com/
  groups?gid=1871310
  
  3. Excel tutorials at http://www.excel-macros.
  blogspot.com
  
  4. Learn VBA Macros at http://www.quickvba.blogspot.
  com
  
  5. Excel Tips and Tricks at http://exceldailytip.blogspot.
  com
  
   
  
  To post to this group, send email to excel-...@googlegroups.com
  
   
  
  <><><><><><><><><><><><><><><>
  <><><><><><><>
  
  Like our page on facebook , Just follow below link
  
  http://www.facebook.com/
  discussexcel
  
  
  
  
  
  
  
  -- 
  
  Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
  wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
  Facebook page of this forum @ https://www.facebook.com/discussexcel
  
   
  
  FORUM RULES
  
   
  
  1) Use concise, accurate thread titles. Poor thread
 titles,
  like Please Help, Urgent, Need Help, Formula Problem, Code
  Problem, and Need Advice will not get quick attention or
 may
  not be answered.
  
  2) Don't post a question in the thread of another
  member.
  
  3) Don't post questions regarding breaking or bypassing
  any security measure.
  
  4) Acknowledge the responses you receive, good or bad.
  
  5) Jobs posting is not allowed.
  
  6) Sharing copyrighted material and their links is not
  allowed.
  
   
  
  NOTE  : Don't ever post confidential data in a
 workbook.
  Forum owners and members are not responsible for any loss.
  
  --- 
  
  You received this message because you are subscribed to
 the
  Google Groups "MS EXCEL AND VBA MACROS" group.
  
  To unsubscribe from this group and stop receiving emails
  from it, send an email to excel-macros+unsubscr...@googlegroups.com.
  
  To post to this group, send email to excel-macros@googlegroups.com.
  
  Visit this group at
 https://groups.google.com/group/excel-macros.
  
  For more options, visit
 https://groups.google.com/d/optout.
  INSTITUtIILE DE CULTURa. SOCIETatI SI ASOCIAtII CULTURALE.
 
 -- 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/discussexcel
 
 FORUM RULES
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any
 security measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not
 allowed.
 
 NOTE  : Don't ever post confidential data in a
 workbook. Forum owners and members are not responsible for
 any loss.
 --- 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscr...@googlegroups.com.
 To post to this group, send email to excel-macros@googlegroups.com.
 Visit this group at
 https://groups.google.com/group/excel-macros.
 For 

Re: $$Excel-Macros$$ Help in IF Function

2016-12-29 Thread silvers.r via MS EXCEL AND VBA MACROS


On Thu, 12/29/16, Mack Mans <mackman...@gmail.com> wrote:

 Subject: Re: $$Excel-Macros$$ Help in IF Function
 To: "MS EXCEL AND VBA MACROS" <excel-macros@googlegroups.com>
 Cc: lupins...@yahoo.com
 Date: Thursday, December 29, 2016, 11:55 AM
 
 
 
 On Wednesday, September 7, 2011 at 12:11:20 AM UTC+5,
 lupinskip wrote:result by
 IF function
 regards,Pawel
 From: anu gomathi
 <anugoma...@gmail.com>
 To: excel-...@googlegroups.com
 Sent: Tuesday,
 September 6, 2011 9:00 PM
 Subject:
 $$Excel-Macros$$ Help in IF Function
 
 Hi All,
  
 Please help me to put the IF function for the below
 table. If the table value is 0 the product should not be
 there
  
 Attached the file for u r reference
  
 
 
 
 
 
 
 
 
 
 Tech
 
 OFM
 Apps
 Systems
 Result should
 be
 
 
 1
 2
 0
 1
 Tech;OFM;Systems
 
 1
 2
 0
 1
 Tech;OFM;Systems
 
 1
 2
 1
 0
 Tech;OFM;Apps
 
 1
 0
 0
 1
 Tech Systems
 
 1
 0
 0
 0
 Tech
 
 0
 1
 0
 0
 OFM
 
 0
 0
 1
 0
 Apps
 
 0
 0
 0
 1
 Systems
 Regards
  
 Anu
 
 
 
 -- 
 
 --
 -- --
 
 Some important links for excel users:
 
 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/
 exceldailytip
 
 2. Join our LinkedIN group @ http://www.linkedin.com/
 groups?gid=1871310
 
 3. Excel tutorials at http://www.excel-macros.
 blogspot.com
 
 4. Learn VBA Macros at http://www.quickvba.blogspot.
 com
 
 5. Excel Tips and Tricks at http://exceldailytip.blogspot.
 com
 
  
 
 To post to this group, send email to excel-...@googlegroups.com
 
  
 
 <><><><><><><><><><><><><><><>
 <><><><><><><>
 
 Like our page on facebook , Just follow below link
 
 http://www.facebook.com/
 discussexcel
 
 
 
 
 
 
 
 -- 
 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you
 wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official
 Facebook page of this forum @ https://www.facebook.com/discussexcel
 
  
 
 FORUM RULES
 
  
 
 1) Use concise, accurate thread titles. Poor thread titles,
 like Please Help, Urgent, Need Help, Formula Problem, Code
 Problem, and Need Advice will not get quick attention or may
 not be answered.
 
 2) Don't post a question in the thread of another
 member.
 
 3) Don't post questions regarding breaking or bypassing
 any security measure.
 
 4) Acknowledge the responses you receive, good or bad.
 
 5) Jobs posting is not allowed.
 
 6) Sharing copyrighted material and their links is not
 allowed.
 
  
 
 NOTE  : Don't ever post confidential data in a workbook.
 Forum owners and members are not responsible for any loss.
 
 --- 
 
 You received this message because you are subscribed to the
 Google Groups "MS EXCEL AND VBA MACROS" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to excel-macros+unsubscr...@googlegroups.com.
 
 To post to this group, send email to excel-macros@googlegroups.com.
 
 Visit this group at https://groups.google.com/group/excel-macros.
 
 For more options, visit https://groups.google.com/d/optout.
 INSTITUtIILE DE CULTURa. SOCIETatI SI ASOCIAtII CULTURALE.

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help in IF Function

2016-12-29 Thread Mack Mans


On Wednesday, September 7, 2011 at 12:11:20 AM UTC+5, lupinskip wrote:
>
> result by IF function
>
> regards,
> Pawel
>
> --
> *From:* anu gomathi 
> *To:* excel-...@googlegroups.com 
> *Sent:* Tuesday, September 6, 2011 9:00 PM
> *Subject:* $$Excel-Macros$$ Help in IF Function
>
> Hi All,
>  
> Please help me to put the IF function for the below table. If the table 
> value is 0 the product should not be there
>  
> Attached the file for u r reference
>  
> Tech OFM Apps Systems Result should be 
> 1 2 0 1 Tech;OFM;Systems 
> 1 2 0 1 Tech;OFM;Systems 
> 1 2 1 0 Tech;OFM;Apps 
> 1 0 0 1 Tech Systems 
> 1 0 0 0 Tech 
> 0 1 0 0 OFM 
> 0 0 1 0 Apps 
> 0 0 0 1 Systems
> Regards
>  
> Anu
> -- 
>
> --
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links : 
> http://twitter.com/exceldailytip
> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
> 3. Excel tutorials at http://www.excel-macros.blogspot.com
> 4. Learn VBA Macros at http://www.quickvba.blogspot.com
> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
>
> To post to this group, send email to excel-...@googlegroups.com 
> 
>  
> <><><><><><><><><><><><><><><><><><><><><><>
> Like our page on facebook , Just follow below link
> http://www.facebook.com/discussexcel
>
>
>

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help Needed on Index

2016-11-16 Thread Paul Schreiner
You can't have an Excel function replace the values in the cell.You could use 
VBA, but it would be easier to simply use VLOOKUP.
In Cell B21, put:=VLOOKUP(C21,$A$10:$B$17,2,FALSE)Then copy this down to row 29.
HIghlight the cells and ctrl-CThen, right-click cell C21 and Paste Values. 
Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
- 

On Wednesday, November 16, 2016 1:22 AM, Rajesh Janardanan 
 wrote:
 

 Dear All,Attached file has a small exercise done on INDEX function , Presently 
cells C21 to C29 has numbers, Instead of that how can I replace those cells 
with the names of the cities given in the table and continue using INDEX 
function ? Do I need to do this with a macro ?
Note this is part of a class room assignment , your support would probably help 
me learn writing macors.
regardsRajesh-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


   

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help with Proper Syntax for Range function with variables

2016-11-04 Thread Johnny

Thank you Ashish it works perfectly. I will save this info so I don't 
repeat my question in the future. Much appreciated. -- John


On Friday, November 4, 2016 at 4:08:49 PM UTC-4, ashish wrote:

> try 
>
> Range("A" & bottom & ":M" & bottom).Select
>
> On Sat, Nov 5, 2016 at 1:34 AM, Johnny  
> wrote:
>
>> I searched for the answer to this before posting. I know what I'm trying 
>> to do can work, it's just that the syntax is kicking my butt
>>
>> I find the bottom row number (in my case 462) using Column E in this 
>> example, and I'd like to select the Range from Column A to Column M with 
>> that row number.
>>
>> Dim bottom As Integer
>> Dim r As Integer
>> bottom = Cells(Rows.Count, "E").End(xlUp).Row
>> *Range("A & bottom:" & M & bottom).Select* < This is the offending 
>> error. I know it's a misplaced colon or quote...
>>
>> *** I'm basically needing to write: *range(A462:M462).select*, but using 
>> the variable "bottom"
>>
>> Thanks for your help!
>>
>> John
>>
>> -- 
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
>> https://www.facebook.com/discussexcel
>>  
>> FORUM RULES
>>  
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please 
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security 
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>  
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and 
>> members are not responsible for any loss.
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to excel-macros...@googlegroups.com .
>> To post to this group, send email to excel-...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> *Regards*
>  
> *Ashish Koul*
>
>
> *Visit*
> http://www.excelvbamacros.in
> Like Us on Facebook 
> Join Us on Facebook 
>
>
> P Before printing, think about the environment.
>
>  
>

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help with Proper Syntax for Range function with variables

2016-11-04 Thread Ashish Koul
try

Range("A" & bottom & ":M" & bottom).Select

On Sat, Nov 5, 2016 at 1:34 AM, Johnny  wrote:

> I searched for the answer to this before posting. I know what I'm trying
> to do can work, it's just that the syntax is kicking my butt
>
> I find the bottom row number (in my case 462) using Column E in this
> example, and I'd like to select the Range from Column A to Column M with
> that row number.
>
> Dim bottom As Integer
> Dim r As Integer
> bottom = Cells(Rows.Count, "E").End(xlUp).Row
> *Range("A & bottom:" & M & bottom).Select* < This is the offending
> error. I know it's a misplaced colon or quote...
>
> *** I'm basically needing to write: *range(A462:M462).select*, but using
> the variable "bottom"
>
> Thanks for your help!
>
> John
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
*Regards*

*Ashish Koul*


*Visit*
http://www.excelvbamacros.in
Like Us on Facebook 
Join Us on Facebook 


P Before printing, think about the environment.

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help for if condition....

2016-07-22 Thread sourav devrani
Here you go.

On Fri, Jul 22, 2016 at 12:47 AM, Mustapha LMIDMANI <
lmidmani.musta...@gmail.com> wrote:

> Hello,
>
> Please check this ? is what do you want?
>
> 2016-07-22 8:42 GMT+01:00 Neeraj Pal :
>
>> Hi All,
>>
>> Please solve my if condition
>>
>> --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at https://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
>
> Regards
> *LMIDMANI Mustapha*
> *Indutrial designer*
> lmidmani.musta...@gmail.com
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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


if condition.xlsx
Description: MS-Excel 2007 spreadsheet


Re: $$Excel-Macros$$ Help for if condition....

2016-07-22 Thread Mustapha LMIDMANI
Hello,

Please check this ? is what do you want?

2016-07-22 8:42 GMT+01:00 Neeraj Pal :

> Hi All,
>
> Please solve my if condition
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Regards
*LMIDMANI Mustapha*
*Indutrial designer*
lmidmani.musta...@gmail.com

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

FORUM RULES

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

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


if condition.xlsx
Description: MS-Excel 2007 spreadsheet


Re: $$Excel-Macros$$ $$Help Required$$

2016-06-19 Thread Pankaj Sharma
use this:

={IFERROR(VLOOKUP($A3$1,CHOOSE({1,2},$M$13:$M$22&$O$13:$O$22,$N$13:$N$22),2,0),0)}



*PJ  *

*MIS Analyst*


*Greater Kailash-1, New Delhi.*

*Instagram*  *pj_sharma_*

*Tweeter*
*dude_sharma_pj**Facebook**   www.facebook.com/dude.pj
*


*We meet for a reason, either you're a blessing or a lesson...*

On Sat, Jun 18, 2016 at 9:50 PM, Neeraj Chauhan 
wrote:

> Dear Experts,
>
>
>
> Kindly find the attached sheet I want reduce or addition amount against
> particular Indus id and date wise.
>
> Kindly give me solution
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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


Book68 solve.xlsx
Description: MS-Excel 2007 spreadsheet


Re: $$Excel-Macros$$ Help on Vlookup

2016-06-17 Thread mrExcel4u
pfa attached without helping column.


Vikas Verma

Thanks & regards,

www.MrExcel4U.com 

On Fri, Jun 17, 2016 at 12:22 AM, vikas khen  wrote:

> Hi all,
>
>
>
> Need your help on attached excel sheet as my vlookup formula is not
> reflecting the value.
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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


1 (1).xlsx
Description: MS-Excel 2007 spreadsheet


Re: $$Excel-Macros$$ Help on Vlookup

2016-06-17 Thread vikas khen
Thanks deepak for urgent help

Regards,
On Jun 17, 2016 13:03, "deepak kumar"  wrote:

> hi,
>
> PFA
>
> On 17 June 2016 at 12:52, vikas khen  wrote:
>
>> Hi all,
>>
>>
>>
>> Need your help on attached excel sheet as my vlookup formula is not
>> reflecting the value.
>>
>> --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at https://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> *Regards*
> *Deepak Kumar*
> *9716846290*
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help on Vlookup

2016-06-17 Thread deepak kumar
hi,

PFA

On 17 June 2016 at 12:52, vikas khen  wrote:

> Hi all,
>
>
>
> Need your help on attached excel sheet as my vlookup formula is not
> reflecting the value.
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
*Regards*
*Deepak Kumar*
*9716846290*

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

FORUM RULES

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

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


1.xlsx
Description: MS-Excel 2007 spreadsheet


Re: $$Excel-Macros$$ Help to create data table

2016-06-10 Thread Rabindra Thapa
?

On Fri, Jun 10, 2016 at 12:06 AM, Rabindra Thapa 
wrote:

> Dear Excel guru,
>
> Can you give a idea how to create date enter sheet as per attach file..
>
> i.e when i entry data on sheet 1 and entry press button, that data
> automatically go to sheet 2 .
>
> kindly see the attach file.
>
> Regards,
> Rabin
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Regards,
Rabindra Thapa
www.facebook.com/TraveltheNepal.

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ help required

2016-05-28 Thread Cute Awesome
Dear Abhisek

I want to reconile the data and show the hanging in both the accounts as we
normally do in bank reconciliation.

If iam doing vlookup chances of overlooking same amount exist in both the
accounts as you have seen same cost amount exists
in both vendor & ledg which should be matched showing acutal hangings.

thanks,
for your reply.
best regards.

On Wed, May 25, 2016 at 10:27 AM, Abhishek Jain 
wrote:

> From your data, please give me an example of what exactly you want
>
> On Wed, May 25, 2016 at 7:53 PM, Cute Awesome 
> wrote:
>
>> Dear Abhishek,
>>
>> But the dates won't be the similar with my ledger and vendor  since
>> vendor would be giving the amount details line wise for the amount which
>> needs to be reconciled with my ledger account ensuring amount received for
>> all lines which mentioned. awaiting your help.
>> I would be having only amount column similar for both vendor & ledg so
>> pls help me out.
>>
>> Thanks,
>> Regards.
>>
>> On Wed, May 25, 2016 at 9:01 AM, Abhishek Jain 
>> wrote:
>>
>>> Please see attached
>>>
>>> On Tue, May 24, 2016 at 8:17 PM, Cute Awesome 
>>> wrote:
>>>
 Pls help in matching two ledgers balance
 if we are doing with Vlookup, chances are there for overlooking the
 same amount existed in the amount for the more than once.

 pls help to reconcile the ledgers


 Thanks,
 Regards.

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

 FORUM RULES

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

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

>>>
>>> --
>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>> https://www.facebook.com/discussexcel
>>>
>>> FORUM RULES
>>>
>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>>> will not get quick attention or may not be answered.
>>> 2) Don't post a question in the thread of another member.
>>> 3) Don't post questions regarding breaking or bypassing any security
>>> measure.
>>> 4) Acknowledge the responses you receive, good or bad.
>>> 5) Jobs posting is not allowed.
>>> 6) Sharing copyrighted material and their links is not allowed.
>>>
>>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>>> members are not responsible for any loss.
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "MS EXCEL AND VBA MACROS" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to excel-macros+unsubscr...@googlegroups.com.
>>> To post to this group, send email to excel-macros@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/excel-macros.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and

Re: $$Excel-Macros$$ help required

2016-05-25 Thread Abhishek Jain
>From your data, please give me an example of what exactly you want

On Wed, May 25, 2016 at 7:53 PM, Cute Awesome  wrote:

> Dear Abhishek,
>
> But the dates won't be the similar with my ledger and vendor  since vendor
> would be giving the amount details line wise for the amount which needs to
> be reconciled with my ledger account ensuring amount received for all lines
> which mentioned. awaiting your help.
> I would be having only amount column similar for both vendor & ledg so pls
> help me out.
>
> Thanks,
> Regards.
>
> On Wed, May 25, 2016 at 9:01 AM, Abhishek Jain 
> wrote:
>
>> Please see attached
>>
>> On Tue, May 24, 2016 at 8:17 PM, Cute Awesome 
>> wrote:
>>
>>> Pls help in matching two ledgers balance
>>> if we are doing with Vlookup, chances are there for overlooking the same
>>> amount existed in the amount for the more than once.
>>>
>>> pls help to reconcile the ledgers
>>>
>>>
>>> Thanks,
>>> Regards.
>>>
>>> --
>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>> https://www.facebook.com/discussexcel
>>>
>>> FORUM RULES
>>>
>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>>> will not get quick attention or may not be answered.
>>> 2) Don't post a question in the thread of another member.
>>> 3) Don't post questions regarding breaking or bypassing any security
>>> measure.
>>> 4) Acknowledge the responses you receive, good or bad.
>>> 5) Jobs posting is not allowed.
>>> 6) Sharing copyrighted material and their links is not allowed.
>>>
>>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>>> members are not responsible for any loss.
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "MS EXCEL AND VBA MACROS" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to excel-macros+unsubscr...@googlegroups.com.
>>> To post to this group, send email to excel-macros@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/excel-macros.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at https://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you 

Re: $$Excel-Macros$$ help required

2016-05-25 Thread Cute Awesome
Dear Abhishek,

But the dates won't be the similar with my ledger and vendor  since vendor
would be giving the amount details line wise for the amount which needs to
be reconciled with my ledger account ensuring amount received for all lines
which mentioned. awaiting your help.
I would be having only amount column similar for both vendor & ledg so pls
help me out.

Thanks,
Regards.

On Wed, May 25, 2016 at 9:01 AM, Abhishek Jain 
wrote:

> Please see attached
>
> On Tue, May 24, 2016 at 8:17 PM, Cute Awesome 
> wrote:
>
>> Pls help in matching two ledgers balance
>> if we are doing with Vlookup, chances are there for overlooking the same
>> amount existed in the amount for the more than once.
>>
>> pls help to reconcile the ledgers
>>
>>
>> Thanks,
>> Regards.
>>
>> --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at https://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ HELP REQUIRED TO ESTABLISH FORMULA

2016-05-09 Thread Paul Schreiner
Welcome!glad you could join us.
As a GROUP, we offer our assistance free of charge.However, sometimes the 
project requires a great deal of time and effort.
SOME of our members do this type of work for a living and may ask for 
compensation for large projects.If that were to happen, that is worked out 
OUTSIDE of our group and not supported or guaranteed by the group.
For this instance, I think I've worked out a formula that should work.
You are wishing to match (3) criteria for each item.Party, Month and either AP 
or AR transaction type.
What I did was to add a "helper" column to your Available Data, in which I 
combined these three criteria using a formula:  =C6 & "_" & B6 & "_" & D6
Then, in your reporting table, I used a VLookup() function in which I combined 
the Party and Month from each row and the column heading for the AP Invoice and 
AR Transaction.(note, I had to remove the (#) from each column in order to get 
it to match the format in the available data)
In order to allow for missing entries, I "wrapped" the vlookup() function with 
in a ISError() function, resulting in functions like:=IFERROR(VLOOKUP($C20 & 
"_" & $E$19 & "_" & $D20,$A$5:$F$804,5,FALSE),0)
take a look and see if you can follow what I've done:
Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
- 

On Monday, May 9, 2016 4:59 AM, Atif Sheeraz  wrote:
 
 

 Got your email address from discussion excel website, If you could help me to 
establish formula in the attached excel sheet.
I have mentioned the data available format and the required format by utilizing 
the available data.
IMPORTANT NOTE: I have to work multiple times on the data, therefore if you 
could establish any formula so that i could use it in my future data as well.
Hopefully I could get help without any cost, but If you people have any cost 
then simply you can say sorry to me.
Regards,-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


 
  

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

FORUM RULES

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

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


AVAILABLE AND REQUIRED FORMAT.xlsx
Description: MS-Excel 2007 spreadsheet


Re: $$Excel-Macros$$ Help Required

2016-04-26 Thread Abhishek Jain
Please see attached.

It gets the result from an UDF so be sure to copy the function as well if
you intend to use it in another file.

HTH

On Tue, Apr 26, 2016 at 4:22 PM, Neeraj Chauhan 
wrote:

> Dear sir,
>
>
>
> I want  all Indus id in one row with Comma
>
>
>
> *INDUS ID*
>
> *INDUS ID*
>
> IN-1000333
>
> IN-1000333,IN-1034694,IN-1036098, IN-1075473, IN-1080707
>
> IN-1034694
>
>
>
> IN-1036098
>
>
>
> IN-1075473
>
>
>
> IN-1080707
>
>
>
> IN-1107890
>
>
>
> IN-1109310
>
>
>
> IN-1237655
>
>
>
> IN-1263842
>
>
>
> IN-1276207
>
>
>
> IN-1289262
>
>
>
> IN-1290760
>
>
>
> IN-1294610
>
>
>
>
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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


Concatenate Based on Condition.xlsm
Description: application/vnd.ms-excel.sheet.macroenabled.12


Re: $$Excel-Macros$$ Help for a logical formula

2016-04-19 Thread Rajeev Kumar
Thanks, Working

On Tue, Apr 19, 2016 at 9:50 AM, Abhishek Jain 
wrote:

> Check the attachment.
>
> If both cells do not have same value, the formula would return blank.
>
>
>
> On Tue, Apr 19, 2016 at 12:10 PM, Rajeev Kumar 
> wrote:
>
>> Yes,
>> I need a formula that if in the any of column (A or  B) value, should
>> come in Column C.
>> if in A10 Data available and B10 is empty then A10 value should come in
>> C10
>> if in B10 Data available and A10 is empty then B10 value should come in
>> C10
>> if in both A10 & B10, data will be available (but only if same value)
>> then same should come in C10.
>>
>> Hope my question is clear now.
>>
>> Thanks a lot for your response.
>>
>>
>> On Tue, Apr 19, 2016 at 9:23 AM, Abhishek Jain 
>> wrote:
>>
>>> Sorry I am unable to understand your query.
>>>
>>> If the value is same in Col A and Col B, your formula is correctly
>>> displaying in Col C.
>>>
>>> What exactly do you want?
>>>
>>> On Tue, Apr 19, 2016 at 11:15 AM, Rajeev Kumar 
>>> wrote:
>>>
 Dear Experts,
 Please look in to the attached sheet and please tell me formula for
 column C.
 Details in sheet 1

 --
 Rajeev Kumar

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

 FORUM RULES

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

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

>>>
>>> --
>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>> https://www.facebook.com/discussexcel
>>>
>>> FORUM RULES
>>>
>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>>> will not get quick attention or may not be answered.
>>> 2) Don't post a question in the thread of another member.
>>> 3) Don't post questions regarding breaking or bypassing any security
>>> measure.
>>> 4) Acknowledge the responses you receive, good or bad.
>>> 5) Jobs posting is not allowed.
>>> 6) Sharing copyrighted material and their links is not allowed.
>>>
>>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>>> members are not responsible for any loss.
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "MS EXCEL AND VBA MACROS" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to excel-macros+unsubscr...@googlegroups.com.
>>> To post to this group, send email to excel-macros@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/excel-macros.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Rajeev Kumar
>>
>> --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from 

Re: $$Excel-Macros$$ Help for a logical formula

2016-04-19 Thread Abhishek Jain
Check the attachment.

If both cells do not have same value, the formula would return blank.



On Tue, Apr 19, 2016 at 12:10 PM, Rajeev Kumar  wrote:

> Yes,
> I need a formula that if in the any of column (A or  B) value, should come
> in Column C.
> if in A10 Data available and B10 is empty then A10 value should come in C10
> if in B10 Data available and A10 is empty then B10 value should come in C10
> if in both A10 & B10, data will be available (but only if same value) then
> same should come in C10.
>
> Hope my question is clear now.
>
> Thanks a lot for your response.
>
>
> On Tue, Apr 19, 2016 at 9:23 AM, Abhishek Jain 
> wrote:
>
>> Sorry I am unable to understand your query.
>>
>> If the value is same in Col A and Col B, your formula is correctly
>> displaying in Col C.
>>
>> What exactly do you want?
>>
>> On Tue, Apr 19, 2016 at 11:15 AM, Rajeev Kumar 
>> wrote:
>>
>>> Dear Experts,
>>> Please look in to the attached sheet and please tell me formula for
>>> column C.
>>> Details in sheet 1
>>>
>>> --
>>> Rajeev Kumar
>>>
>>> --
>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>> https://www.facebook.com/discussexcel
>>>
>>> FORUM RULES
>>>
>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>>> will not get quick attention or may not be answered.
>>> 2) Don't post a question in the thread of another member.
>>> 3) Don't post questions regarding breaking or bypassing any security
>>> measure.
>>> 4) Acknowledge the responses you receive, good or bad.
>>> 5) Jobs posting is not allowed.
>>> 6) Sharing copyrighted material and their links is not allowed.
>>>
>>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>>> members are not responsible for any loss.
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "MS EXCEL AND VBA MACROS" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to excel-macros+unsubscr...@googlegroups.com.
>>> To post to this group, send email to excel-macros@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/excel-macros.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at https://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Rajeev Kumar
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at 

Re: $$Excel-Macros$$ Help for a logical formula

2016-04-19 Thread Rajeev Kumar
Yes,
I need a formula that if in the any of column (A or  B) value, should come
in Column C.
if in A10 Data available and B10 is empty then A10 value should come in C10
if in B10 Data available and A10 is empty then B10 value should come in C10
if in both A10 & B10, data will be available (but only if same value) then
same should come in C10.

Hope my question is clear now.

Thanks a lot for your response.


On Tue, Apr 19, 2016 at 9:23 AM, Abhishek Jain 
wrote:

> Sorry I am unable to understand your query.
>
> If the value is same in Col A and Col B, your formula is correctly
> displaying in Col C.
>
> What exactly do you want?
>
> On Tue, Apr 19, 2016 at 11:15 AM, Rajeev Kumar 
> wrote:
>
>> Dear Experts,
>> Please look in to the attached sheet and please tell me formula for
>> column C.
>> Details in sheet 1
>>
>> --
>> Rajeev Kumar
>>
>> --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at https://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Rajeev Kumar

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help for a logical formula

2016-04-19 Thread Abhishek Jain
Sorry I am unable to understand your query.

If the value is same in Col A and Col B, your formula is correctly
displaying in Col C.

What exactly do you want?

On Tue, Apr 19, 2016 at 11:15 AM, Rajeev Kumar  wrote:

> Dear Experts,
> Please look in to the attached sheet and please tell me formula for column
> C.
> Details in sheet 1
>
> --
> Rajeev Kumar
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help needed in Macro to send mails

2016-03-29 Thread Paul Schreiner
Mr. Shot: :)
I don't believe you're being "ignored".I suspect it's more along the lines 
of:"How much effort do I/we have to put into trying to figure out what it is 
you want to do and do I/we have the expertise to address it".
Your messages are a "little" confusing.
You've posted a question on an EXCEL MACROS message board which SEEMS to be 
regarding writing macros in Outlook.Consequently, most of the users here, since 
they have no experience with Outlook macros, leave the question for others.
If that is your requirement, you might receive more responses from posting in 
an Outlook message board.
If however, you wish to use an Excel macro to take (4) files from a folder, 
attach them to an email in Outlook, and mail them to a specific address:I have 
an example.
If, you're wanting to take (4) attachments that are in one or more EMAILS, put 
them in a single email and send them to a specific address, then I have no idea 
how to handle it.
 Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
- 

On Tuesday, March 29, 2016 6:43 AM, Secret Shot  
wrote:
 
 

 Hi Guys, 
Still waiting for some resolution in this group. 
Pls help.
On Sat, Mar 26, 2016 at 12:46 AM, Secret Shot  wrote:

Dear Experts, 
I want help in macro which can attach 4 mail with standard subject line into 
one mail as an attachment and send that mail to a particular distor list. . 

For example I receive mail1, mail2, mail3, mail4
then I want all 4 mails to be attaches in on mail (Mail All) as an attachment 
and that 
one mails (Mail All) should send to a particular distro.
Kindly help its about my job, and I don't want to loose this. 
 
Pankaj Pandey
Bhopal-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.




-- 
Pankaj Pandey
Bhopal-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


 
  

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

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the 

Re: $$Excel-Macros$$ Help needed in Macro to send mails

2016-03-29 Thread Secret Shot
Hi Guys,

Still waiting for some resolution in this group.

Pls help.

On Sat, Mar 26, 2016 at 12:46 AM, Secret Shot  wrote:

> Dear Experts,
>
> I want help in macro which can attach 4 mail with standard subject line
> into one mail as an attachment and send that mail to a particular distor
> list. .
>
> For example I receive mail1, mail2, mail3, mail4
>
> then I want all 4 mails to be attaches in on mail (Mail All) as an
> attachment and that
> one mails (Mail All) should send to a particular distro.
>
> Kindly help its about my job, and I don't want to loose this.
>
>
> Pankaj Pandey
> Bhopal
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Pankaj Pandey
Bhopal

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help needed in Macro to send mails

2016-03-28 Thread Secret Shot
Hi Guys,

Cant anyone here help me pls. Does no one know OUTLOOK MACROS

On Sat, Mar 26, 2016 at 12:46 AM, Secret Shot  wrote:

> Dear Experts,
>
> I want help in macro which can attach 4 mail with standard subject line
> into one mail as an attachment and send that mail to a particular distor
> list. .
>
> For example I receive mail1, mail2, mail3, mail4
>
> then I want all 4 mails to be attaches in on mail (Mail All) as an
> attachment and that
> one mails (Mail All) should send to a particular distro.
>
> Kindly help its about my job, and I don't want to loose this.
>
>
> Pankaj Pandey
> Bhopal
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Pankaj Pandey
Bhopal

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help required to use GetConcat(A13) & macro using

2016-03-03 Thread Paul Schreiner
Here, give this a try.It was a simple matter to have it select the text box 
after completing.
The other problem was because basically, there are 16,384 columns in each 
row.When you add or delete the row, you're "changing" 16,384 cells.
so, the macro is running 16,384 times!
I added a line in which I calculated the number of values in the header and 
only processed that number of columns.
give it a try.Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
- 

On Thursday, March 3, 2016 1:07 PM, big smile  wrote:
 
 

 Respected Mr. Paul
your idea of  creating text box  is really very nice .. But when i started 
using this i found two issues 
1] When ever i change any cell -- crusor should automatically goes to that box 
only & not  as normalas next cell or down ... 

2] If i delete any raw or insert any raw then that file become hang. 
It stop works .. why it happen & what is the solution of this. 
When ever u have time kindly give some way for this 






On 3 March 2016 at 22:42, big smile  wrote:

Thank you very much for explaining in details.
God Bless you & all members of our wonderful groups.
Excel can do so much wonders that we can not have think it before. 
On 3 March 2016 at 19:10, Paul Schreiner  wrote:

I can make the changes, but you will still need to rely on others to make 
changes!
I'll try to explain:
Macros have "scope":That is: Macros (Subroutine or Function) are stored in VBA 
"Modules"There are several types of Modules.The most common are "Sheet" 
modules, "Standard" modules and "Form" modules.
Macros written as Functions can be used in the Excel sheet.
A macro stored in a "Sheet" module is only available to the specific sheet.That 
means that you can store a function called "Test" in the Sheet1 module and 
another in the Sheet2 module and they can do different things.If fact, if you 
had a function called "Test1" in the Sheet1 module, you cannot use it in 
Sheet2.Because the "scope" is restricted to the sheet.
Now, if you take that same function and put it in a "Standard" module, it will 
be available to all sheets IN THIS WORKBOOK, but not in other workbooks.
If you were to define the function in the Standard module as:
Public Function Test1()
Then the function is available to all workbooks open in the current Excel 
"instance".(it is possible to open Excel once (an instance) and have multiple 
workbooks open in this instance, or open excel multiple times, with one 
workbook in each instance)-
Whenever you do something in Excel, an "event" takes place.You open an Excel 
workbook, select a sheet, select a cell, change the cell, save the workbook, 
Close the workbook.
Many of these tasks have an associated macro called an "Event" macro.that means 
that when you change a cell on a worksheet, the Worksheet_Change() event macro 
executes.As with other macros, an Event macro stored in the sheet module only 
applies to the specific sheet.
there's a different version of the sheet macros called things like 
"Workbook_SheetChange"that would apply to ALL sheets, so that you don't have to 
duplicate the macro in each sheet.
'
So... in your workbook, someone created an Event macro in your "Policy" 
sheet.You can look at it by right-clicking on the "Policy" tab and selecting 
"View Code".
Your original Change event macro simply updated the merged cell at location 
C25(?)If you're adding 1000 rows, this macro will cause some problems for you.
Instead, I inserted a text box, named it "TextBox_Current", and changed the 
macro to update this text box.Now, you can insert additional records.
I also changed the event macro to use the GetConcat function to put the summary 
value in column D.

Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
- 

On Wednesday, March 2, 2016 2:03 AM, big smile  
wrote:
 
 

 RespectedAll       
    
 Last time some brothers havehelp to make this file perfect 
    
       I want some clarification 
/suggestion on this file    
       I have approx more than 1000entries to do in this file   

Re: $$Excel-Macros$$ Help required to use GetConcat(A13) & macro using

2016-03-03 Thread big smile
Respected Mr. Paul

your idea of  creating text box  is really very nice .. But when i started
using this i found two issues

1] When ever i change any cell -- crusor should automatically goes to that
box only & not  as normal
as next cell or down ...


2] If i delete any raw or insert any raw then that file become hang.

It stop works .. why it happen & what is the solution of this.

When ever u have time kindly give some way for this







On 3 March 2016 at 22:42, big smile  wrote:

> Thank you very much for explaining in details.
>
> God Bless you & all members of our wonderful groups.
>
> Excel can do so much wonders that we can not have think it before.
>
> On 3 March 2016 at 19:10, Paul Schreiner  wrote:
>
>> I can make the changes, but you will still need to rely on others to make
>> changes!
>>
>> I'll try to explain:
>>
>> Macros have "scope":
>> That is: Macros (Subroutine or Function) are stored in VBA "Modules"
>> There are several types of Modules.
>> The most common are "Sheet" modules, "Standard" modules and "Form"
>> modules.
>>
>> Macros written as Functions can be used in the Excel sheet.
>>
>> A macro stored in a "Sheet" module is only available to the specific
>> sheet.
>> That means that you can store a function called "Test" in the Sheet1
>> module and another in the Sheet2 module and they can do different things.
>> If fact, if you had a function called "Test1" in the Sheet1 module, you
>> cannot use it in Sheet2.
>> Because the "scope" is restricted to the sheet.
>>
>> Now, if you take that same function and put it in a "Standard" module, it
>> will be available to all sheets IN THIS WORKBOOK, but not in other
>> workbooks.
>>
>> If you were to define the function in the Standard module as:
>>
>> Public Function Test1()
>>
>> Then the function is available to all workbooks open in the current Excel
>> "instance".
>> (it is possible to open Excel once (an instance) and have multiple
>> workbooks open in this instance, or open excel multiple times, with one
>> workbook in each instance)
>> -
>>
>> Whenever you do something in Excel, an "event" takes place.
>> You open an Excel workbook, select a sheet, select a cell, change the
>> cell, save the workbook, Close the workbook.
>>
>> Many of these tasks have an associated macro called an "Event" macro.
>> that means that when you change a cell on a worksheet, the
>> Worksheet_Change() event macro executes.
>> As with other macros, an Event macro stored in the sheet module only
>> applies to the specific sheet.
>>
>> there's a different version of the sheet macros called things like
>> "Workbook_SheetChange"
>> that would apply to ALL sheets, so that you don't have to duplicate the
>> macro in each sheet.
>>
>> '
>>
>> So... in your workbook, someone created an Event macro in your "Policy"
>> sheet.
>> You can look at it by right-clicking on the "Policy" tab and selecting
>> "View Code".
>>
>> Your original Change event macro simply updated the merged cell at
>> location C25(?)
>> If you're adding 1000 rows, this macro will cause some problems for you.
>>
>> Instead, I inserted a text box, named it "TextBox_Current", and changed
>> the macro to update this text box.
>> Now, you can insert additional records.
>>
>> I also changed the event macro to use the GetConcat function to put the
>> summary value in column D.
>>
>>
>> *Paul*
>> -
>>
>>
>>
>>
>>
>>
>>
>> *“Do all the good you can,By all the means you can,In all the ways you
>> can,In all the places you can,At all the times you can,To all the people
>> you can,As long as ever you can.” - John Wesley*
>> -
>>
>>
>> On Wednesday, March 2, 2016 2:03 AM, big smile 
>> wrote:
>>
>>
>>
>> Respected All
>>
>>
>> Last time some brothers have help to make this file
>> perfect
>>
>>
>> I want some clarification / suggestion on this file
>>
>> I have approx more than 1000 entries to do in this file
>>
>>
>> 1]When I start inserting lines & copy paste data  from other
>> files
>> then it does not work properly  --What is the logic of
>> this ?
>>
>>
>> 2]When I make the entry in this file & some other files open
>> at the same time   then
>> all the formula in D column change automatically as #value#
>> As shown in the screen shot
>>
>> 3]I can not use Ctr Z – redo entry in this file it is due to
>> macro
>>
>> 4]I want to use the formula of =GetConcat(A13) in the other
>> files too
>> But I can not get the help command for this . so how to change in some
>> details if I want in this
>> Or can u  give some help to use this formula so that I can modify the
>> details as per my requirement.
>>
>>
>>
>> 

Re: $$Excel-Macros$$ Help required to use GetConcat(A13) & macro using

2016-03-03 Thread big smile
Thank you very much for explaining in details.

God Bless you & all members of our wonderful groups.

Excel can do so much wonders that we can not have think it before.

On 3 March 2016 at 19:10, Paul Schreiner  wrote:

> I can make the changes, but you will still need to rely on others to make
> changes!
>
> I'll try to explain:
>
> Macros have "scope":
> That is: Macros (Subroutine or Function) are stored in VBA "Modules"
> There are several types of Modules.
> The most common are "Sheet" modules, "Standard" modules and "Form" modules.
>
> Macros written as Functions can be used in the Excel sheet.
>
> A macro stored in a "Sheet" module is only available to the specific sheet.
> That means that you can store a function called "Test" in the Sheet1
> module and another in the Sheet2 module and they can do different things.
> If fact, if you had a function called "Test1" in the Sheet1 module, you
> cannot use it in Sheet2.
> Because the "scope" is restricted to the sheet.
>
> Now, if you take that same function and put it in a "Standard" module, it
> will be available to all sheets IN THIS WORKBOOK, but not in other
> workbooks.
>
> If you were to define the function in the Standard module as:
>
> Public Function Test1()
>
> Then the function is available to all workbooks open in the current Excel
> "instance".
> (it is possible to open Excel once (an instance) and have multiple
> workbooks open in this instance, or open excel multiple times, with one
> workbook in each instance)
> -
>
> Whenever you do something in Excel, an "event" takes place.
> You open an Excel workbook, select a sheet, select a cell, change the
> cell, save the workbook, Close the workbook.
>
> Many of these tasks have an associated macro called an "Event" macro.
> that means that when you change a cell on a worksheet, the
> Worksheet_Change() event macro executes.
> As with other macros, an Event macro stored in the sheet module only
> applies to the specific sheet.
>
> there's a different version of the sheet macros called things like
> "Workbook_SheetChange"
> that would apply to ALL sheets, so that you don't have to duplicate the
> macro in each sheet.
>
> '
>
> So... in your workbook, someone created an Event macro in your "Policy"
> sheet.
> You can look at it by right-clicking on the "Policy" tab and selecting
> "View Code".
>
> Your original Change event macro simply updated the merged cell at
> location C25(?)
> If you're adding 1000 rows, this macro will cause some problems for you.
>
> Instead, I inserted a text box, named it "TextBox_Current", and changed
> the macro to update this text box.
> Now, you can insert additional records.
>
> I also changed the event macro to use the GetConcat function to put the
> summary value in column D.
>
>
> *Paul*
> -
>
>
>
>
>
>
>
> *“Do all the good you can,By all the means you can,In all the ways you
> can,In all the places you can,At all the times you can,To all the people
> you can,As long as ever you can.” - John Wesley*
> -
>
>
> On Wednesday, March 2, 2016 2:03 AM, big smile 
> wrote:
>
>
>
> Respected All
>
>
> Last time some brothers have help to make this file
> perfect
>
>
> I want some clarification / suggestion on this file
>
> I have approx more than 1000 entries to do in this file
>
>
> 1]When I start inserting lines & copy paste data  from other
> files
> then it does not work properly  --What is the logic of
> this ?
>
>
> 2]When I make the entry in this file & some other files open
> at the same time   then
> all the formula in D column change automatically as #value#
> As shown in the screen shot
>
> 3]I can not use Ctr Z – redo entry in this file it is due to
> macro
>
> 4]I want to use the formula of =GetConcat(A13) in the other
> files too
> But I can not get the help command for this . so how to change in some
> details if I want in this
> Or can u  give some help to use this formula so that I can modify the
> details as per my requirement.
>
>
>
> Thanks a lot & God Bless you all ..
>
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) 

Re: $$Excel-Macros$$ Help required to use GetConcat(A13) & macro using

2016-03-03 Thread Paul Schreiner
I can make the changes, but you will still need to rely on others to make 
changes!
I'll try to explain:
Macros have "scope":That is: Macros (Subroutine or Function) are stored in VBA 
"Modules"There are several types of Modules.The most common are "Sheet" 
modules, "Standard" modules and "Form" modules.
Macros written as Functions can be used in the Excel sheet.
A macro stored in a "Sheet" module is only available to the specific sheet.That 
means that you can store a function called "Test" in the Sheet1 module and 
another in the Sheet2 module and they can do different things.If fact, if you 
had a function called "Test1" in the Sheet1 module, you cannot use it in 
Sheet2.Because the "scope" is restricted to the sheet.
Now, if you take that same function and put it in a "Standard" module, it will 
be available to all sheets IN THIS WORKBOOK, but not in other workbooks.
If you were to define the function in the Standard module as:
Public Function Test1()
Then the function is available to all workbooks open in the current Excel 
"instance".(it is possible to open Excel once (an instance) and have multiple 
workbooks open in this instance, or open excel multiple times, with one 
workbook in each instance)-
Whenever you do something in Excel, an "event" takes place.You open an Excel 
workbook, select a sheet, select a cell, change the cell, save the workbook, 
Close the workbook.
Many of these tasks have an associated macro called an "Event" macro.that means 
that when you change a cell on a worksheet, the Worksheet_Change() event macro 
executes.As with other macros, an Event macro stored in the sheet module only 
applies to the specific sheet.
there's a different version of the sheet macros called things like 
"Workbook_SheetChange"that would apply to ALL sheets, so that you don't have to 
duplicate the macro in each sheet.
'
So... in your workbook, someone created an Event macro in your "Policy" 
sheet.You can look at it by right-clicking on the "Policy" tab and selecting 
"View Code".
Your original Change event macro simply updated the merged cell at location 
C25(?)If you're adding 1000 rows, this macro will cause some problems for you.
Instead, I inserted a text box, named it "TextBox_Current", and changed the 
macro to update this text box.Now, you can insert additional records.
I also changed the event macro to use the GetConcat function to put the summary 
value in column D.

Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
- 

On Wednesday, March 2, 2016 2:03 AM, big smile  
wrote:
 
 

 RespectedAll       
    
 Last time some brothers havehelp to make this file perfect 
    
       I want some clarification 
/suggestion on this file    
       I have approx more than 1000entries to do in this file   
  1]    When I start 
inserting lines  paste data  from other files  
     then it does not work properly  --What is 
the logic of this ?     
  
2]    When I make the entry in this file& some other files open at the 
same time   thenall the 
formula in D column change automatically as #value#        Asshown in 
the screen shot  3]    Ican not use Ctr Z – redo entry in this file it 
is due to macro  4]    Iwant to use the formula of =GetConcat(A13) in 
the other files too But I cannot get the help command for this . so how to 
change in some details if I wantin this Or canu  give some help to use this 
formula sothat I can modify the details as per my requirement.  
    
   Thanks a lot& God Bless you all 
..      
               -- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 

Re: $$Excel-Macros$$ Help building macro that takes data from entry form and fills out database

2016-02-29 Thread Paul Schreiner

Easily done, provided you give us some details! 
Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
- 

On Saturday, February 27, 2016 2:11 AM, Doug Mason  
wrote:
 
 

 First, thanks in advance for any help you can provide.
I am trying to build a macro that will take the information entered in one 
sheet and, based on the date, put the information into the appropriate cell in 
a different sheet.  
For instance, I want information in Worksheet1:B4 stored in Worksheet2:B4-BA4 
dependent upon the date.
Once again, thanks.-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


 
  

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help for macro

2016-02-05 Thread Shrinivas Shevde
Dear Paul
Thanks for reply.
Cant get it.
Can you please modify it for me and send it back
Thanks in Advance
Regards
Shrinivas

On Thu, Feb 4, 2016 at 6:16 PM, Paul Schreiner 
wrote:

> In your macro, you CREATE the new workbook:
>
> Workbooks.Add
> ActiveWorkbook.SaveAs Filename:=thisWB.Path & "\filter.xls"
>
> But then you immediately CLOSE it!
> ActiveWorkbook.Close savechanges:=False
>
> So, then when you filter the data, copy it to the clipboard and select
> Sheet1,
> it's in the CURRENT workbook, not the new one.
> you need to:
>
> skip closing the workbook.
> after filter/copy to clipboard, select the destination workbook before
> pasting.
>
> hope this helps.
>
> *Paul*
> -
>
>
>
>
>
>
>
> *“Do all the good you can,By all the means you can,In all the ways you
> can,In all the places you can,At all the times you can,To all the people
> you can,As long as ever you can.” - John Wesley*
> -
>
>
> On Thursday, February 4, 2016 5:10 AM, Shrinivas Shevde <
> shrinivas...@gmail.com> wrote:
>
>
>
>
> Dear All
> Please find attached sheet which contain macro.
> Basically there is data in sheet Book "Filter Macro".
> I need to filter this data on Date basis and filter data need to paste in
> new workbook.
> Every time filter data then new wokbook will be created.
> Now my problem is that its filterd the data ,create new workbook but dta
> is not getting paste.
> Please let me know where I am making mistake.
>
> --
> Shrini
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Shrini

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

FORUM RULES

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

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to 

Re: $$Excel-Macros$$ Help for macro

2016-02-05 Thread Paul Schreiner
Change your macro to:Sub MyFilter()    Dim lngStart As Long, lngEnd As Long, 
thisWB As Workbook
    Dim NewWB As Workbook
    
    Set thisWB = ActiveWorkbook
    '-
    ' Create a new workbook
    '-
    Workbooks.Add
    ActiveWorkbook.SaveAs Filename:=thisWB.Path & "\filter.xls"
    Set NewWB = ActiveWorkbook
    '-
'    ActiveWorkbook.Close savechanges:=False
    '-
    ' Return to original workbook
    '-
    thisWB.Activate
    thisWB.Sheets("Data").Select
    '-
    lngStart = Range("f1").Value
    lngEnd = Range("g1").Value
    Range("a1:a3000").AutoFilter Field:=1, _
    Criteria1:=">=" & lngStart, _
    Operator:=xlAnd, _
    Criteria2:="<=" & lngEnd
    Range("A1").Select
    Range(Selection, Selection.End(xlDown)).Select
    Range(Selection, Selection.End(xlToRight)).Select
    Selection.Copy
    '-
    ' Select Destination workbook
    '-
    NewWB.Activate
    Sheets("Sheet1").Select
    Range("A1").Select
    ActiveSheet.Paste
    '-
    ' Close New Workbook
    '-
    NewWB.Close savechanges:=True
    '-
    thisWB.Activate
    Sheets("Data").Select
    Selection.AutoFilter
    ActiveWorkbook.Save
 
End Sub Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
- 

On Friday, February 5, 2016 5:34 AM, Shrinivas Shevde 
 wrote:
 
 

 Dear PaulThanks for reply.Cant get it.Can you please modify it for me and send 
it backThanks in AdvanceRegardsShrinivas
On Thu, Feb 4, 2016 at 6:16 PM, Paul Schreiner  wrote:

In your macro, you CREATE the new workbook:
    Workbooks.Add
    ActiveWorkbook.SaveAs Filename:=thisWB.Path & "\filter.xls"
But then you immediately CLOSE it!
    ActiveWorkbook.Close savechanges:=False 
So, then when you filter the data, copy it to the clipboard and select 
Sheet1,it's in the CURRENT workbook, not the new one.you need to:
skip closing the workbook.after filter/copy to clipboard, select the 
destination workbook before pasting.
hope this helps.
Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
- 

On Thursday, February 4, 2016 5:10 AM, Shrinivas Shevde 
 wrote:
 
 

 
Dear AllPlease find attached sheet which contain macro.Basically there is data 
in sheet Book "Filter Macro".I need to filter this data on Date basis and 
filter data need to paste in new workbook.Every time filter data then new 
wokbook will be created.Now my problem is that its filterd the data ,create new 
workbook but dta is not getting paste.Please let me know where I am making 
mistake.
-- 
Shrini-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


 
   -- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, 

Re: $$Excel-Macros$$ Help for macro

2016-02-05 Thread Shrinivas Shevde
Dear Paul
Really great thanks for help.

Regards
Shrinivas

On Fri, Feb 5, 2016 at 6:08 PM, Paul Schreiner 
wrote:

> Change your macro to:
> Sub MyFilter()
> Dim lngStart As Long, lngEnd As Long, thisWB As Workbook
> Dim NewWB As Workbook
>
> Set thisWB = ActiveWorkbook
> '-
> ' Create a new workbook
> '-
> Workbooks.Add
> ActiveWorkbook.SaveAs Filename:=thisWB.Path & "\filter.xls"
> Set NewWB = ActiveWorkbook
> '-
> 'ActiveWorkbook.Close savechanges:=False
> '-
> ' Return to original workbook
> '-
> thisWB.Activate
> thisWB.Sheets("Data").Select
> '-
> lngStart = Range("f1").Value
> lngEnd = Range("g1").Value
> Range("a1:a3000").AutoFilter Field:=1, _
> Criteria1:=">=" & lngStart, _
> Operator:=xlAnd, _
> Criteria2:="<=" & lngEnd
> Range("A1").Select
> Range(Selection, Selection.End(xlDown)).Select
> Range(Selection, Selection.End(xlToRight)).Select
> Selection.Copy
> '-
> ' Select Destination workbook
> '-
> NewWB.Activate
> Sheets("Sheet1").Select
> Range("A1").Select
> ActiveSheet.Paste
> '-
> ' Close New Workbook
> '-
> NewWB.Close savechanges:=True
> '-
> thisWB.Activate
> Sheets("Data").Select
> Selection.AutoFilter
> ActiveWorkbook.Save
>
> End Sub
> *Paul*
> -
>
>
>
>
>
>
>
> *“Do all the good you can,By all the means you can,In all the ways you
> can,In all the places you can,At all the times you can,To all the people
> you can,As long as ever you can.” - John Wesley*
> -
>
>
> On Friday, February 5, 2016 5:34 AM, Shrinivas Shevde <
> shrinivas...@gmail.com> wrote:
>
>
>
> Dear Paul
> Thanks for reply.
> Cant get it.
> Can you please modify it for me and send it back
> Thanks in Advance
> Regards
> Shrinivas
>
> On Thu, Feb 4, 2016 at 6:16 PM, Paul Schreiner 
> wrote:
>
> In your macro, you CREATE the new workbook:
>
> Workbooks.Add
> ActiveWorkbook.SaveAs Filename:=thisWB.Path & "\filter.xls"
>
> But then you immediately CLOSE it!
> ActiveWorkbook.Close savechanges:=False
>
> So, then when you filter the data, copy it to the clipboard and select
> Sheet1,
> it's in the CURRENT workbook, not the new one.
> you need to:
>
> skip closing the workbook.
> after filter/copy to clipboard, select the destination workbook before
> pasting.
>
> hope this helps.
>
> *Paul*
> -
>
>
>
>
>
>
>
> *“Do all the good you can,By all the means you can,In all the ways you
> can,In all the places you can,At all the times you can,To all the people
> you can,As long as ever you can.” - John Wesley*
> -
>
>
> On Thursday, February 4, 2016 5:10 AM, Shrinivas Shevde <
> shrinivas...@gmail.com> wrote:
>
>
>
>
> Dear All
> Please find attached sheet which contain macro.
> Basically there is data in sheet Book "Filter Macro".
> I need to filter this data on Date basis and filter data need to paste in
> new workbook.
> Every time filter data then new wokbook will be created.
> Now my problem is that its filterd the data ,create new workbook but dta
> is not getting paste.
> Please let me know where I am making mistake.
>
> --
> Shrini
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at 

Re: $$Excel-Macros$$ Help for macro

2016-02-04 Thread Paul Schreiner
In your macro, you CREATE the new workbook:
    Workbooks.Add
    ActiveWorkbook.SaveAs Filename:=thisWB.Path & "\filter.xls"
But then you immediately CLOSE it!
    ActiveWorkbook.Close savechanges:=False 
So, then when you filter the data, copy it to the clipboard and select 
Sheet1,it's in the CURRENT workbook, not the new one.you need to:
skip closing the workbook.after filter/copy to clipboard, select the 
destination workbook before pasting.
hope this helps.
Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
- 

On Thursday, February 4, 2016 5:10 AM, Shrinivas Shevde 
 wrote:
 
 

 
Dear AllPlease find attached sheet which contain macro.Basically there is data 
in sheet Book "Filter Macro".I need to filter this data on Date basis and 
filter data need to paste in new workbook.Every time filter data then new 
wokbook will be created.Now my problem is that its filterd the data ,create new 
workbook but dta is not getting paste.Please let me know where I am making 
mistake.
-- 
Shrini-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


 
  

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help Required

2016-01-14 Thread Saleem Ansari
PFA

On Thu, Jan 14, 2016 at 3:56 PM, Neeraj Chauhan 
wrote:

> Dear Experts.
>
>
>
> I want change Date Format
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

*Thanks & Regards,*

*Saleem Ansari*

*+91 7840096219*

*Logicash Solutions Pvt. Ltd.*
*A-79| Sector-4| Noida| Gautam Budh Nagar (U.P) 201301*

The information in this email is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this email
by anyone else is unauthorized. If you are not the intended recipient, any
disclosure, copying, distribution or any action taken or committed to be
taken in reliance on it, is prohibited and may be unlawful.

 P *Please consider the environment before printing this e-mail*

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

FORUM RULES

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

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


Site_PM_Summary_Report_-_OME_140116030839_10046.xlsb
Description: application/vnd.ms-excel.sheet.binary.macroenabled.12


RE: $$Excel-Macros$$ Help Required

2016-01-14 Thread Neeraj Chauhan
Thanks sir!!

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On 
Behalf Of Saleem Ansari
Sent: Thursday, January 14, 2016 4:05 PM
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Help Required

 

PFA

 

On Thu, Jan 14, 2016 at 3:56 PM, Neeraj Chauhan <neerajchauhan...@gmail.com> 
wrote:

Dear Experts.

 

I want change Date Format

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.





 

-- 

Thanks & Regards,

Saleem Ansari

+91 7840096219

Logicash Solutions Pvt. Ltd.
A-79| Sector-4| Noida| Gautam Budh Nagar (U.P) 201301

The information in this email is confidential and may be legally privileged. It 
is intended solely for the addressee. Access to this email by anyone else is 
unauthorized. If you are not the intended recipient, any disclosure, copying, 
distribution or any action taken or committed to be taken in reliance on it, is 
prohibited and may be unlawful.

 P Please consider the environment before printing this e-mail

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ help on find the list matches to the cell part value

2015-12-22 Thread Ganesh N
Thanks Pankaj and others.

It works fine. Thanks a lot pankaj. Im going to apply in my base data if
any concern kindly help... Thanks

Regards,
Ganesh N


On Tue, Dec 22, 2015 at 9:37 PM, Pankaj Sharma 
wrote:

> Dear Ganesh,
>
> I hope it should be ok.
>
>
> Sub lookup_list()
> Dim wf As Object: Set wf = Application.WorksheetFunction
> Dim list As Range: Set list = Range("A1", Range("A" &
> Rows.Count).End(xlUp))
> Dim v1 As Long, v2 As Long, r As Long, a As Long, b As Long
>
>
> On Error Resume Next
> For r = 2 To Range("E" & Rows.Count).End(xlUp).Row
> v1 = Split(Split(Cells(r, 5).Value, "-")(1), "/")(0)
> v2 = Split(Split(Cells(r, 5).Value, "-")(1), "/")(1)
>
> If v1 < v2 Then
> a = wf.CountIf(list, "<=" & v2)
> b = wf.CountIf(list, ">=" & v1)
> ElseIf v1 > v2 Then
> a = wf.CountIf(list, ">=" & v2)
> b = wf.CountIf(list, "<=" & v1)
> End If
> If a > 0 And b > 0 Then Cells(r, 9).Value = "YES" _
> Else Cells(r, 9).Value = "NO"
> Next r
> On Error GoTo 0
>
> End Sub
>
>
>
>
> *Pankaj Sharma  *
>
> *MIS Analyst*
>
> *Greater Kailash-1, New Delhi*
>
> *Email   *
> *p ankaj123...@gmail.com
> **Skype**   pankaj.sharma_pj*
>
>
>
>
> On Tue, Dec 22, 2015 at 6:10 PM, Ganesh N  wrote:
>
>> Dear Team,
>>
>> Thanks, But I not get the correct answer.
>>
>> I will say again in the column A I have the list of number. In column E I
>> have some date. I want to check any one in the list (column A) is appearing
>> in column E single cell. If cell E2 have the any number in Column A then i
>> need the answer as "Yes" else "No". But all the solution which i got from
>> the team are not giving the required result. Kindly help.
>>
>> Thanks & Regards,
>> Ganesh N
>>
>> On Tue, Dec 22, 2015 at 5:58 PM, Pankaj Sharma 
>> wrote:
>>
>>> check it !
>>>
>>>
>>>
>>> *Pankaj Sharma  *
>>>
>>> *MIS Analyst*
>>>
>>> *Greater Kailash-1, New Delhi*
>>>
>>> *Email   *
>>> *p ankaj123...@gmail.com
>>> **Skype**   pankaj.sharma_pj*
>>>
>>>
>>>
>>>
>>> On Tue, Dec 22, 2015 at 5:07 PM, Ganesh N  wrote:
>>>
 Dear team,

 I want to find the any of the given list of value matches (part) in the
 particular cell using formula or macro.

 Please find the attached excel.

 If the solution in formula that would be great!!

 If you have any concern let me know.

 Thanks Team,
 Regards,
 Ganesh N

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

 FORUM RULES

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

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

>>>
>>> --
>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>> https://www.facebook.com/discussexcel
>>>
>>> FORUM RULES
>>>
>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>>> will not get quick attention or may not be answered.
>>> 2) Don't post a question in the thread of another member.
>>> 3) Don't post questions regarding breaking or bypassing any security
>>> measure.
>>> 4) Acknowledge the responses you receive, good or bad.
>>> 5) Jobs posting is not allowed.
>>> 6) Sharing copyrighted material and their links is not allowed.
>>>
>>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>>> members are not responsible for 

RE: $$Excel-Macros$$ help on find the list matches to the cell part value

2015-12-22 Thread Mihai Ghilea
PFA.

 

METABRAS



Mihai Ghilea | Administrator retea 


T: +4(0) 268.407.410 | F: 0268.407.426 | M: 0728.994.113 


A: Strada Grivitei A44, Cod postal RO500182 


E:   mihai.ghi...@metabras.ro 


W:   3W.METABRAS.RO 

http://www.metabras.com/sigle/21-ani-otel-banner.png

P Think green!. Do you really need to print this email?




 

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On 
Behalf Of Ganesh N
Sent: 22 December 2015 13:38
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ help on find the list matches to the cell part value

 

Dear team,

 

I want to find the any of the given list of value matches (part) in the 
particular cell using formula or macro.

 

Please find the attached excel.

 

If the solution in formula that would be great!!

 

If you have any concern let me know.

 

Thanks Team,

Regards,

Ganesh N

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.

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

FORUM RULES

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

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


Macro required.xlsx
Description: MS-Excel 2007 spreadsheet


Re: $$Excel-Macros$$ help on find the list matches to the cell part value

2015-12-22 Thread Pankaj Sharma
check it !



*Pankaj Sharma  *

*MIS Analyst*

*Greater Kailash-1, New Delhi*

*Email   *
*p ankaj123...@gmail.com *
*Skype**   pankaj.sharma_pj*




On Tue, Dec 22, 2015 at 5:07 PM, Ganesh N  wrote:

> Dear team,
>
> I want to find the any of the given list of value matches (part) in the
> particular cell using formula or macro.
>
> Please find the attached excel.
>
> If the solution in formula that would be great!!
>
> If you have any concern let me know.
>
> Thanks Team,
> Regards,
> Ganesh N
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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


Macro required (solved).xlsm
Description: application/vnd.ms-excel.sheet.macroenabled.12


Re: $$Excel-Macros$$ help on find the list matches to the cell part value

2015-12-22 Thread Ganesh N
Dear Team,

Thanks, But I not get the correct answer.

I will say again in the column A I have the list of number. In column E I
have some date. I want to check any one in the list (column A) is appearing
in column E single cell. If cell E2 have the any number in Column A then i
need the answer as "Yes" else "No". But all the solution which i got from
the team are not giving the required result. Kindly help.

Thanks & Regards,
Ganesh N

On Tue, Dec 22, 2015 at 5:58 PM, Pankaj Sharma 
wrote:

> check it !
>
>
>
> *Pankaj Sharma  *
>
> *MIS Analyst*
>
> *Greater Kailash-1, New Delhi*
>
> *Email   *
> *p ankaj123...@gmail.com
> **Skype**   pankaj.sharma_pj*
>
>
>
>
> On Tue, Dec 22, 2015 at 5:07 PM, Ganesh N  wrote:
>
>> Dear team,
>>
>> I want to find the any of the given list of value matches (part) in the
>> particular cell using formula or macro.
>>
>> Please find the attached excel.
>>
>> If the solution in formula that would be great!!
>>
>> If you have any concern let me know.
>>
>> Thanks Team,
>> Regards,
>> Ganesh N
>>
>> --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at https://groups.google.com/group/excel-macros.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at https://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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

Re: $$Excel-Macros$$ help on find the list matches to the cell part value

2015-12-22 Thread Pankaj Sharma
Dear Ganesh,

I hope it should be ok.


Sub lookup_list()
Dim wf As Object: Set wf = Application.WorksheetFunction
Dim list As Range: Set list = Range("A1", Range("A" &
Rows.Count).End(xlUp))
Dim v1 As Long, v2 As Long, r As Long, a As Long, b As Long


On Error Resume Next
For r = 2 To Range("E" & Rows.Count).End(xlUp).Row
v1 = Split(Split(Cells(r, 5).Value, "-")(1), "/")(0)
v2 = Split(Split(Cells(r, 5).Value, "-")(1), "/")(1)

If v1 < v2 Then
a = wf.CountIf(list, "<=" & v2)
b = wf.CountIf(list, ">=" & v1)
ElseIf v1 > v2 Then
a = wf.CountIf(list, ">=" & v2)
b = wf.CountIf(list, "<=" & v1)
End If
If a > 0 And b > 0 Then Cells(r, 9).Value = "YES" _
Else Cells(r, 9).Value = "NO"
Next r
On Error GoTo 0

End Sub




*Pankaj Sharma  *

*MIS Analyst*

*Greater Kailash-1, New Delhi*

*Email   *
*p ankaj123...@gmail.com *
*Skype**   pankaj.sharma_pj*




On Tue, Dec 22, 2015 at 6:10 PM, Ganesh N  wrote:

> Dear Team,
>
> Thanks, But I not get the correct answer.
>
> I will say again in the column A I have the list of number. In column E I
> have some date. I want to check any one in the list (column A) is appearing
> in column E single cell. If cell E2 have the any number in Column A then i
> need the answer as "Yes" else "No". But all the solution which i got from
> the team are not giving the required result. Kindly help.
>
> Thanks & Regards,
> Ganesh N
>
> On Tue, Dec 22, 2015 at 5:58 PM, Pankaj Sharma 
> wrote:
>
>> check it !
>>
>>
>>
>> *Pankaj Sharma  *
>>
>> *MIS Analyst*
>>
>> *Greater Kailash-1, New Delhi*
>>
>> *Email   *
>> *p ankaj123...@gmail.com
>> **Skype**   pankaj.sharma_pj*
>>
>>
>>
>>
>> On Tue, Dec 22, 2015 at 5:07 PM, Ganesh N  wrote:
>>
>>> Dear team,
>>>
>>> I want to find the any of the given list of value matches (part) in the
>>> particular cell using formula or macro.
>>>
>>> Please find the attached excel.
>>>
>>> If the solution in formula that would be great!!
>>>
>>> If you have any concern let me know.
>>>
>>> Thanks Team,
>>> Regards,
>>> Ganesh N
>>>
>>> --
>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be?
>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>>> https://www.facebook.com/discussexcel
>>>
>>> FORUM RULES
>>>
>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>>> will not get quick attention or may not be answered.
>>> 2) Don't post a question in the thread of another member.
>>> 3) Don't post questions regarding breaking or bypassing any security
>>> measure.
>>> 4) Acknowledge the responses you receive, good or bad.
>>> 5) Jobs posting is not allowed.
>>> 6) Sharing copyrighted material and their links is not allowed.
>>>
>>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>>> members are not responsible for any loss.
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "MS EXCEL AND VBA MACROS" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to excel-macros+unsubscr...@googlegroups.com.
>>> To post to this group, send email to excel-macros@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/excel-macros.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
>> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at https://groups.google.com/group/excel-macros.
>> For 

Re: $$Excel-Macros$$ help required

2015-11-22 Thread Sam Mathai Chacko
See if this works

On Sun, Nov 22, 2015 at 4:55 PM, Izhar  wrote:

> can we use vlookup or match,index function over here to sort column A like
> column B, if possible can anyone do it for me, I tried on column E:I but
> failed
> Thanks in advance
> NOTE:
> Priority is the formula if not possible then you may use macro
>
>
>
> --
> *Izhar Ul Haq*
>
>
>
> Cell# 009203069072597
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Sam Mathai Chacko

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

FORUM RULES

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

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


Sort Using INDEX MATCH COUNTIF ROW.xlsx
Description: MS-Excel 2007 spreadsheet


Re: $$Excel-Macros$$ Help with Custom Vlookup

2015-11-06 Thread Paul Schreiner
I DID post it, within the attachment, as well as describing the technique.
Each case is unique, the functions themselves don't do much without the 
workbook to provide context.
But I can explain the technique in more detail:
In this case for example, he wanted to collect all "Activity codes" related to 
a specific key field.He also wanted to collect the "Activity Descriptions" and 
"Amounts"
I created three variables to represent Dictionary Objects:
Public Dict_Activity
Public Dict_Desc
Public Dict_Amt
By making them "public", they remain in memory while the workbook is open (or 
unless cleared manually, or an error is encountered)
I created a function:Function Load_Dict_Lookup()to define and load the 
Dictionary Objects and within this function, defined the Dictionary Objects:
Set Dict_Activity = CreateObject("Scripting.Dictionary")
I then looped through the entire data set ONCE and loaded the Dictionary 
objects.
I use these Dictionary objects a LOT with my large data sets.
Basically, from a Database perspective, what you are doing is creating a "key" 
for the data set.
I can loop through 100,000 records quickly and store the keys.
Once stored, I can search for a key almost IMMEDIATELY.(less than one second)
In one application, I once loaded the Dictionary object with the keys and a 
delimited list of Excel ROWS that contained the keys.
Then, I could immediately extract the list of rows and pull the necessary 
information from those rows.
In my scripting, prior to doing a lookup, I check to see if the Dict. Obj. has 
records.If it does not, or insufficient numbers, I reload the Dict. Obj.If it 
does, I look up the Key and return the values.
Note:Loading the Dictionary Object is the equivalent of storing the lookup 
values of EVERY unique record/Document number.Then, the Lookup function is 
simply returning a single record Number.
If instead, he had wanted to create a "summary" of ALL document numbers, he 
would simply have to create an array of the Dictionary "Keys" kArray = 
Dict_Activity.keys
and loop through the array and report each document/record.
I hope this helps.
Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-
 
  From: Mandeep Baluja <rockerna...@gmail.com>
 To: MS EXCEL AND VBA MACROS <excel-macros@googlegroups.com> 
Cc: schreiner_p...@att.net; abhishek@gmail.com 
 Sent: Friday, November 6, 2015 2:23 AM
 Subject: Re: $$Excel-Macros$$ Help with Custom Vlookup
   
Hi Paul, 
Kindly post the answer for this Query So That we can learn that trick too.

On Thursday, November 5, 2015 at 10:33:47 PM UTC+5:30, Abhi wrote:
Paul, 
You are a real genius.
For around 42000 rows and 15000 look up values, it took less than a minute.
Can't be better than that!
Thank you so much.
Best regards,
Abhishek

On Thu, Nov 5, 2015 at 9:53 PM, Paul Schreiner <schrein...@att.net> wrote:

Here's my solution.
It'll be interesting to see how it runs on a large data set!
Here's the technique:
If the Dictionary object is not defined, or has less than 10 entries, it loads 
the table into the dictionaries.
So, for the FIRST iteration, the data is loaded.
For each subsequent lookup, the dictionaries are used.
let me know how it works for you!
Paul-- ---
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-- ---
 
  From: Abhishek Jain <abhish...@gmail.com>
 To: Paul Schreiner <schrein...@att.net> 
 Sent: Thursday, November 5, 2015 7:25 AM
 Subject: Re: $$Excel-Macros$$ Help with Custom Vlookup
   
Thanks Paul for your generous reply.
I have attached herewith a sample file.
Best regards,
Abhishek


On Thu, Nov 5, 2015 at 5:44 PM, Paul Schreiner <schrein...@att.net> wrote:

The speed of the worksheet is due to the fact that this UDF would execute for 
EACH row/cell where you've placed it.and update each time a sheet 
calculates(which occurs whenever you change a value)
This function, run 50,000 times would indeed be slow!
I'd suggest creating an alternative.
Can I get a sample file (sent directly to me)?
Even if you need to change some names to remove personal data.
I routinely have macros load Public "dictionary" objects that are used to 
contain keywords that can then be located quickly.
a couple of my workbooks contain over 100,000 rows of 70+ columns.So I often 
have to manage large amounts of data.
If you can give me a sample, I'd be glad to take a look at it. 
Paul-- ---
“Do all the good you can,
By 

Re: $$Excel-Macros$$ Help with Custom Vlookup

2015-11-05 Thread Paul Schreiner
The speed of the worksheet is due to the fact that this UDF would execute for 
EACH row/cell where you've placed it.and update each time a sheet 
calculates(which occurs whenever you change a value)
This function, run 50,000 times would indeed be slow!
I'd suggest creating an alternative.
Can I get a sample file (sent directly to me)?
Even if you need to change some names to remove personal data.
I routinely have macros load Public "dictionary" objects that are used to 
contain keywords that can then be located quickly.
a couple of my workbooks contain over 100,000 rows of 70+ columns.So I often 
have to manage large amounts of data.
If you can give me a sample, I'd be glad to take a look at it. 
Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-
 
  From: Abhishek Jain 
 To: MS EXCEL AND VBA MACROS  
Cc: Paul Schreiner  
 Sent: Tuesday, November 3, 2015 2:56 AM
 Subject: $$Excel-Macros$$ Help with Custom Vlookup
   
Hi All,
I intend to use this piece of UDF I found on internet for my requirement -
Function MYVLOOKUP(lookupval, lookuprange As Range, indexcol As Long)Dim r As 
RangeDim result As Stringresult = ""For Each r In lookuprange    If r = 
lookupval Then        result = result & " " & r.Offset(0, indexcol - 1)    End 
IfNext rMYVLOOKUP = resultEnd Function
Formula =MYVLOOKUP(lookup_value,lookup_range,return_column_no.)
It does join all the matches of the lookup in one cell (results separated by a 
space) and this fulfils my purpose.
The problem is, it is terribly slow. I couldn't manage to get results for a 
5 rows data with around 11000 lookup values despite waiting of 2-3 hours 
and eventually had to raise hands in despair.
Any ideas to (considerably) speed it up??
PS: My data is in Table format and changing its format doesn't change much. I 
can provide a sample file, if need be.
Many thanks in advance.
Best regards,
Abhishek-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


   

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help with Custom Vlookup

2015-11-05 Thread Abhishek Jain
Paul,

You are a real genius.

For around 42000 rows and 15000 look up values,* it took less than a
minute.*

Can't be better than that!

Thank you so much.

Best regards,

Abhishek


On Thu, Nov 5, 2015 at 9:53 PM, Paul Schreiner <schreiner_p...@att.net>
wrote:

> Here's my solution.
>
> It'll be interesting to see how it runs on a large data set!
>
> Here's the technique:
>
> If the Dictionary object is not defined, or has less than 10 entries, it
> loads the table into the dictionaries.
>
> So, for the FIRST iteration, the data is loaded.
>
> For each subsequent lookup, the dictionaries are used.
>
> let me know how it works for you!
>
> *Paul*
> -
>
>
>
>
>
>
>
> *“Do all the good you can,By all the means you can,In all the ways you
> can,In all the places you can,At all the times you can,To all the people
> you can,As long as ever you can.” - John Wesley*
> -
>
> --
> *From:* Abhishek Jain <abhishek@gmail.com>
> *To:* Paul Schreiner <schreiner_p...@att.net>
> *Sent:* Thursday, November 5, 2015 7:25 AM
> *Subject:* Re: $$Excel-Macros$$ Help with Custom Vlookup
>
> Thanks Paul for your generous reply.
>
> I have attached herewith a sample file.
>
> Best regards,
>
> Abhishek
>
>
>
> On Thu, Nov 5, 2015 at 5:44 PM, Paul Schreiner <schreiner_p...@att.net>
> wrote:
>
> The speed of the worksheet is due to the fact that this UDF would execute
> for EACH row/cell where you've placed it.
> and update each time a sheet calculates
> (which occurs whenever you change a value)
>
> This function, run 50,000 times would indeed be slow!
>
> I'd suggest creating an alternative.
>
> Can I get a sample file (sent directly to me)?
>
> Even if you need to change some names to remove personal data.
>
> I routinely have macros load Public "dictionary" objects that are used to
> contain keywords that can then be located quickly.
>
> a couple of my workbooks contain over 100,000 rows of 70+ columns.
> So I often have to manage large amounts of data.
>
> If you can give me a sample, I'd be glad to take a look at it.
>
> *Paul*
> -
>
>
>
>
>
>
>
> *“Do all the good you can,By all the means you can,In all the ways you
> can,In all the places you can,At all the times you can,To all the people
> you can,As long as ever you can.” - John Wesley*
> -
>
> --
> *From:* Abhishek Jain <abhishek@gmail.com>
> *To:* MS EXCEL AND VBA MACROS <excel-macros@googlegroups.com>
> *Cc:* Paul Schreiner <schreiner_p...@att.net>
> *Sent:* Tuesday, November 3, 2015 2:56 AM
> *Subject:* $$Excel-Macros$$ Help with Custom Vlookup
>
> Hi All,
>
> I intend to use this piece of UDF I found on internet for my requirement -
>
> Function MYVLOOKUP(lookupval, lookuprange As Range, indexcol As Long)
> Dim r As Range
> Dim result As String
> result = ""
> For Each r In lookuprange
> If r = lookupval Then
> result = result & " " & r.Offset(0, indexcol - 1)
> End If
> Next r
> MYVLOOKUP = result
> End Function
>
> Formula *=MYVLOOKUP(lookup_value,lookup_range,return_column_no.)*
>
> It does join all the matches of the lookup in one cell (results separated
> by a space) and this fulfils my purpose.
>
> The problem is, it is terribly slow. I couldn't manage to get results for
> a 5 rows data with around 11000 lookup values despite waiting of 2-3
> hours and eventually had to raise hands in despair.
>
> Any ideas to (considerably) speed it up??
>
> PS: My data is in Table format and changing its format doesn't change
> much. I can provide a sample file, if need be.
>
> Many thanks in advance.
>
> Best regards,
>
> Abhishek
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NO

Re: $$Excel-Macros$$ Help with Custom Vlookup

2015-11-05 Thread Mandeep Baluja
Hi Paul, 

Kindly post the answer for this Query So That we can learn that trick too.

On Thursday, November 5, 2015 at 10:33:47 PM UTC+5:30, Abhi wrote:
>
> Paul, 
>
> You are a real genius.
>
> For around 42000 rows and 15000 look up values,* it took less than a 
> minute.*
>
> Can't be better than that!
>
> Thank you so much.
>
> Best regards,
>
> Abhishek
>
>
> On Thu, Nov 5, 2015 at 9:53 PM, Paul Schreiner <schrein...@att.net 
> > wrote:
>
>> Here's my solution.
>>
>> It'll be interesting to see how it runs on a large data set!
>>
>> Here's the technique:
>>
>> If the Dictionary object is not defined, or has less than 10 entries, it 
>> loads the table into the dictionaries.
>>
>> So, for the FIRST iteration, the data is loaded.
>>
>> For each subsequent lookup, the dictionaries are used.
>>
>> let me know how it works for you!
>>
>> *Paul*
>> -
>>
>>
>>
>>
>>
>>
>>
>> *“Do all the good you can,By all the means you can,In all the ways you 
>> can,In all the places you can,At all the times you can,To all the people 
>> you can,As long as ever you can.” - John Wesley*
>> ---------
>>
>> --
>> *From:* Abhishek Jain <abhish...@gmail.com >
>> *To:* Paul Schreiner <schrein...@att.net > 
>> *Sent:* Thursday, November 5, 2015 7:25 AM
>> *Subject:* Re: $$Excel-Macros$$ Help with Custom Vlookup
>>
>> Thanks Paul for your generous reply.
>>
>> I have attached herewith a sample file.
>>
>> Best regards,
>>
>> Abhishek
>>
>>
>>
>> On Thu, Nov 5, 2015 at 5:44 PM, Paul Schreiner <schrein...@att.net 
>> > wrote:
>>
>> The speed of the worksheet is due to the fact that this UDF would execute 
>> for EACH row/cell where you've placed it.
>> and update each time a sheet calculates
>> (which occurs whenever you change a value)
>>
>> This function, run 50,000 times would indeed be slow!
>>
>> I'd suggest creating an alternative.
>>
>> Can I get a sample file (sent directly to me)?
>>
>> Even if you need to change some names to remove personal data.
>>
>> I routinely have macros load Public "dictionary" objects that are used to 
>> contain keywords that can then be located quickly.
>>
>> a couple of my workbooks contain over 100,000 rows of 70+ columns.
>> So I often have to manage large amounts of data.
>>
>> If you can give me a sample, I'd be glad to take a look at it.
>>  
>> *Paul*
>> -
>>
>>
>>
>>
>>
>>
>>
>> *“Do all the good you can,By all the means you can,In all the ways you 
>> can,In all the places you can,At all the times you can,To all the people 
>> you can,As long as ever you can.” - John Wesley*
>> -
>>
>> --
>> *From:* Abhishek Jain <abhish...@gmail.com >
>> *To:* MS EXCEL AND VBA MACROS <excel-...@googlegroups.com > 
>> *Cc:* Paul Schreiner <schrein...@att.net > 
>> *Sent:* Tuesday, November 3, 2015 2:56 AM
>> *Subject:* $$Excel-Macros$$ Help with Custom Vlookup
>>
>> Hi All,
>>
>> I intend to use this piece of UDF I found on internet for my requirement -
>>
>> Function MYVLOOKUP(lookupval, lookuprange As Range, indexcol As Long)
>> Dim r As Range
>> Dim result As String
>> result = ""
>> For Each r In lookuprange
>> If r = lookupval Then
>> result = result & " " & r.Offset(0, indexcol - 1)
>> End If
>> Next r
>> MYVLOOKUP = result
>> End Function
>>
>> Formula *=MYVLOOKUP(lookup_value,lookup_range,return_column_no.)*
>>
>> It does join all the matches of the lookup in one cell (results separated 
>> by a space) and this fulfils my purpose.
>>
>> The problem is, it is terribly slow. I couldn't manage to get results for 
>> a 5 rows data with around 11000 lookup values despite waiting of 2-3 
>> hours and eventually had to raise hands in despair.
>>
>> Any ideas to (considerably) speed it up??
>>
>> PS: My data is in Table format and changing its format doesn't change 
>> much. I can provide a sample file, if need be.
>>
>> Many thanks in advance.
>>
>> Best regards,
>>
>> Abhishek
>> -- 
>>

Re: $$Excel-Macros$$ help required to assign number value

2015-09-09 Thread Abhishek Jain
Assuming that your values are stored in column A from cell 1 to 50, you
could use this formula in cell B1 and drag it down -

=RANK(A1,$A$1:$A$50)

HTH

Abhishek

On Wed, Sep 9, 2015 at 2:22 PM, Nasir Saikh  wrote:

> Hi Experts,
>
> I need a formula to assign number value example is given below where i
> need is if the value is max then assign 4, below that 3, below that 2,
> below that 1
>
>
>  Value   1000 1 100 10
>  required  43   1  2
>
>
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ help required in petty cash transanction

2015-08-24 Thread Paul Schreiner
I'm sorry for the delay.I was working outside all weekend.
Attached, I changed the formula so that it only updates if the date matches the 
date in cell A1 of the Transaction sheet.
However, that means that any OTHER record on the page changes to 0.
So, before you copy the data to the transaction sheet, you will have to 
copy/paste Values on the petty cash sheet.
An alternative would be to write a macro that updates only the single record.
Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-
 
  From: GENIUS izharra...@gmail.com
 To: MS EXCEL AND VBA MACROS excel-macros@googlegroups.com 
Cc: schreiner_p...@att.net 
 Sent: Saturday, August 22, 2015 1:16 AM
 Subject: Re: $$Excel-Macros$$ help required in petty cash transanction
   
The formula you have sent is working but the problem over here is the date when 
i copy 02/06/2015 from another sheet and paste the same in TRANSANCTION sheet, 
then it is over write on the previous one. Now I'm sending 4 days transanction 
to you just apply such a formula when i copy transanction from another sheet 
for 05/06/2015, this transanction must be in the 05/06/2015 of PETTY CASH 
SHEET, just do this and nothing else and let me do it further for myself.

NOTE:
keep in mind, when i'll copy the transanction of 05/06/2015, i'll delete the 
01/06/2015 transanction and paste the 05/06/2015 on it, so the formula now you 
will provide must be such that when ill do the above it does not disturb the 
sheet, and i'm sure you understand my point.

THANKS IN ADVANCE





On Friday, 21 August 2015 18:24:07 UTC+5, Paul Schreiner wrote:
What are the other sheet names for each day?They can't all be called 
Transaction.
Are you looking for a macro solution? or Excel formulas?
the issue here is that for each ROW of data, you have to predict what the 
source transaction sheet name will be.
For example, in Cell C4, you need the value of the Misc row from the sheet 
with 6/1/2015 data.
technically: Misc is from the heading row 2, column C, and the date 
(6/1/2015) is from column B
So, if the sheet for 6/1/2015 is called transaction,then you can use a simple 
vlookup in cell C4:=VLOOKUP(C$2,transaction!$A$2: $B$55,2,FALSE)
But the problem is: if the heading value doesn't appear in the sheet, you get a 
return value of #N/A, which messes up your total.
So, you have to wrap this function with an IFERROR() function.
IFERROR evaluates the function. if it is successful, it returns the value from 
the function. If not, it does whatever you tell it to.In this case, return 
nothing.So you end up with: =IFERROR(VLOOKUP(C$2, transaction!$A$2:$B$55,2, 
FALSE),)You drag it across and everything looks great.
So, now you need to decide how the sheet name is going to be determined.
this is where it gets kind-of tricky.I a can give you an EXAMPLE (and idea as 
to how *I* would do it)but without knowing what your sheet names look like, 
it's just guesswork on my part.
Let's say that for 6/1/2015 your transaction sheet is 
called:transaction_06.01.2015
That sheet name can be concatenated (strung together)by combining 
transaction_ and the date from B4.But, Excel says the value in B4 is: 42156 
!!(which is the number of days since 1/1/1900)
So, you need to convert it to mm.dd. format.You do that with the Text() 
function.
So, the sheet name becomes:transaction_  TEXT($B4,mm.dd.)
Now, to get the Excel formula to process this string as a cell reference, you 
have to use the INDIRECT() function.
So, the previous formula:
=IFERROR(VLOOKUP(C$2, transaction_06.01.2015!$A$2:$ B$50,2,FALSE),)
becomes:
=IFERROR(VLOOKUP(C$2,INDIRECT( transaction_TEXT($B4,mm. 
dd.)!$A$2:$B$55),2, FALSE),)
You drag THAT across and down.
Then, as long as the new sheets are named in the proper 
format:transaction_mm.dd., then the Petty Cash sheet will update 
appropriately.
If you can give me the proper sheet name format, I could make sure the formula 
is corrected.

Paul

-- ---
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-- ---
 
  From: Izhar izhar...@gmail.com
 To: excel-...@googlegroups.com 
 Sent: Friday, August 21, 2015 7:14 AM
 Subject: $$Excel-Macros$$ help required in petty cash transanction
   
in this workbook, I have two worksheets namely PETTY CASH SHEET and 
TRANSANCTION, I need a formula through which I may be able to transfer amount 
from TRANSANCTION sheet to PETTY CASH SHEET in the date and respective accounts 
mentioned in the TRANSANCTION sheet, in this workbook I've provided only one 
day data, in the same way I've mentioned more data for the next

Re: $$Excel-Macros$$ help required in petty cash transanction

2015-08-22 Thread GENIUS
THANK YOU VERY MUCH FOR YOUR HELP 

On Saturday, 22 August 2015 10:16:25 UTC+5, GENIUS wrote:

 The formula you have sent is working but the problem over here is the date 
 when i copy 02/06/2015 from another sheet and paste the same in 
 TRANSANCTION sheet, then it is over write on the previous one. Now I'm 
 sending 4 days transanction to you just apply such a formula when i copy 
 transanction from another sheet for 05/06/2015, this transanction must be 
 in the 05/06/2015 of PETTY CASH SHEET, just do this and nothing else and 
 let me do it further for myself.

 NOTE:
 keep in mind, when i'll copy the transanction of 05/06/2015, i'll delete 
 the 01/06/2015 transanction and paste the 05/06/2015 on it, so the formula 
 now you will provide must be such that when ill do the above it does not 
 disturb the sheet, and i'm sure you understand my point.

 THANKS IN ADVANCE





 On Friday, 21 August 2015 18:24:07 UTC+5, Paul Schreiner wrote:

 What are the other sheet names for each day?
 They can't all be called Transaction.

 Are you looking for a macro solution? or Excel formulas?

 the issue here is that for each ROW of data, you have to predict what the 
 source transaction sheet name will be.

 For example, in Cell C4, you need the value of the Misc row from the 
 sheet with 6/1/2015 data.

 technically: Misc is from the heading row 2, column C, and the date 
 (6/1/2015) is from column B

 So, if the sheet for 6/1/2015 is called transaction,
 then you can use a simple vlookup in cell C4:
 =VLOOKUP(C$2,transaction!$A$2:$B$55,2,FALSE)

 But the problem is: if the heading value doesn't appear in the sheet, you 
 get a return value of #N/A, which messes up your total.

 So, you have to wrap this function with an IFERROR() function.

 IFERROR evaluates the function. if it is successful, it returns the value 
 from the function. If not, it does whatever you tell it to.
 In this case, return nothing.
 So you end up with: 
 =IFERROR(VLOOKUP(C$2,transaction!$A$2:$B$55,2,FALSE),)
 You drag it across and everything looks great.

 So, now you need to decide how the sheet name is going to be determined.

 this is where it gets kind-of tricky.
 I a can give you an EXAMPLE (and idea as to how *I* would do it)
 but without knowing what your sheet names look like, it's just guesswork 
 on my part.

 Let's say that for 6/1/2015 your transaction sheet is called:
 transaction_06.01.2015

 That sheet name can be concatenated (strung together)
 by combining transaction_ and the date from B4.
 But, Excel says the value in B4 is: 42156 !!
 (which is the number of days since 1/1/1900)

 So, you need to convert it to mm.dd. format.
 You do that with the Text() function.

 So, the sheet name becomes:
 transaction_  TEXT($B4,mm.dd.)

 Now, to get the Excel formula to process this string as a cell reference, 
 you have to use the INDIRECT() function.

 So, the previous formula:

 =IFERROR(VLOOKUP(C$2,transaction_06.01.2015!$A$2:$B$50,2,FALSE),)

 becomes:


 =IFERROR(VLOOKUP(C$2,INDIRECT(transaction_TEXT($B4,mm.dd.)!$A$2:$B$55),2,FALSE),)

 You drag THAT across and down.

 Then, as long as the new sheets are named in the proper format:
 transaction_mm.dd., then the Petty Cash sheet will update 
 appropriately.

 If you can give me the proper sheet name format, I could make sure the 
 formula is corrected.

 *Paul*


 -







 *“Do all the good you can,By all the means you can,In all the ways you 
 can,In all the places you can,At all the times you can,To all the people 
 you can,As long as ever you can.” - John Wesley*
 -

 --
 *From:* Izhar izhar...@gmail.com
 *To:* excel-...@googlegroups.com 
 *Sent:* Friday, August 21, 2015 7:14 AM
 *Subject:* $$Excel-Macros$$ help required in petty cash transanction

 in this workbook, I have two worksheets namely PETTY CASH SHEET and 
 TRANSANCTION, I need a formula through which I may be able to transfer 
 amount from TRANSANCTION sheet to PETTY CASH SHEET in the date and 
 respective accounts mentioned in the TRANSANCTION sheet, in this workbook 
 I've provided only one day data, in the same way I've mentioned more data 
 for the next date i.e. 02/06/2105 and so on till the last of the month.  In 
 PETTY CASH SHEET I've colorized row 4 in which the above data i.e. 
 01/06/2015 will be enter in the respective account.  Furthermore, the 
 transanction shown in the TRANSANCTION sheet must be changed in the next 
 date i.e. it may be four or it may twenty so please take note of it.

 Thanks in advance.


 -- 
 *Izhar Ul Haq*



 Cell# 009203069072597
 -- 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
 https://www.facebook.com/discussexcel
  
 FORUM RULES
  
 1) Use concise, accurate thread titles. Poor thread titles, like Please 
 Help, Urgent, Need Help, Formula Problem, 

Re: $$Excel-Macros$$ help required in petty cash transanction

2015-08-21 Thread GENIUS
The formula you have sent is working but the problem over here is the date 
when i copy 02/06/2015 from another sheet and paste the same in 
TRANSANCTION sheet, then it is over write on the previous one. Now I'm 
sending 4 days transanction to you just apply such a formula when i copy 
transanction from another sheet for 05/06/2015, this transanction must be 
in the 05/06/2015 of PETTY CASH SHEET, just do this and nothing else and 
let me do it further for myself.

NOTE:
keep in mind, when i'll copy the transanction of 05/06/2015, i'll delete 
the 01/06/2015 transanction and paste the 05/06/2015 on it, so the formula 
now you will provide must be such that when ill do the above it does not 
disturb the sheet, and i'm sure you understand my point.

THANKS IN ADVANCE





On Friday, 21 August 2015 18:24:07 UTC+5, Paul Schreiner wrote:

 What are the other sheet names for each day?
 They can't all be called Transaction.

 Are you looking for a macro solution? or Excel formulas?

 the issue here is that for each ROW of data, you have to predict what the 
 source transaction sheet name will be.

 For example, in Cell C4, you need the value of the Misc row from the 
 sheet with 6/1/2015 data.

 technically: Misc is from the heading row 2, column C, and the date 
 (6/1/2015) is from column B

 So, if the sheet for 6/1/2015 is called transaction,
 then you can use a simple vlookup in cell C4:
 =VLOOKUP(C$2,transaction!$A$2:$B$55,2,FALSE)

 But the problem is: if the heading value doesn't appear in the sheet, you 
 get a return value of #N/A, which messes up your total.

 So, you have to wrap this function with an IFERROR() function.

 IFERROR evaluates the function. if it is successful, it returns the value 
 from the function. If not, it does whatever you tell it to.
 In this case, return nothing.
 So you end up with: 
 =IFERROR(VLOOKUP(C$2,transaction!$A$2:$B$55,2,FALSE),)
 You drag it across and everything looks great.

 So, now you need to decide how the sheet name is going to be determined.

 this is where it gets kind-of tricky.
 I a can give you an EXAMPLE (and idea as to how *I* would do it)
 but without knowing what your sheet names look like, it's just guesswork 
 on my part.

 Let's say that for 6/1/2015 your transaction sheet is called:
 transaction_06.01.2015

 That sheet name can be concatenated (strung together)
 by combining transaction_ and the date from B4.
 But, Excel says the value in B4 is: 42156 !!
 (which is the number of days since 1/1/1900)

 So, you need to convert it to mm.dd. format.
 You do that with the Text() function.

 So, the sheet name becomes:
 transaction_  TEXT($B4,mm.dd.)

 Now, to get the Excel formula to process this string as a cell reference, 
 you have to use the INDIRECT() function.

 So, the previous formula:

 =IFERROR(VLOOKUP(C$2,transaction_06.01.2015!$A$2:$B$50,2,FALSE),)

 becomes:


 =IFERROR(VLOOKUP(C$2,INDIRECT(transaction_TEXT($B4,mm.dd.)!$A$2:$B$55),2,FALSE),)

 You drag THAT across and down.

 Then, as long as the new sheets are named in the proper format:
 transaction_mm.dd., then the Petty Cash sheet will update 
 appropriately.

 If you can give me the proper sheet name format, I could make sure the 
 formula is corrected.

 *Paul*


 -







 *“Do all the good you can,By all the means you can,In all the ways you 
 can,In all the places you can,At all the times you can,To all the people 
 you can,As long as ever you can.” - John Wesley*
 -

 --
 *From:* Izhar izhar...@gmail.com javascript:
 *To:* excel-...@googlegroups.com javascript: 
 *Sent:* Friday, August 21, 2015 7:14 AM
 *Subject:* $$Excel-Macros$$ help required in petty cash transanction

 in this workbook, I have two worksheets namely PETTY CASH SHEET and 
 TRANSANCTION, I need a formula through which I may be able to transfer 
 amount from TRANSANCTION sheet to PETTY CASH SHEET in the date and 
 respective accounts mentioned in the TRANSANCTION sheet, in this workbook 
 I've provided only one day data, in the same way I've mentioned more data 
 for the next date i.e. 02/06/2105 and so on till the last of the month.  In 
 PETTY CASH SHEET I've colorized row 4 in which the above data i.e. 
 01/06/2015 will be enter in the respective account.  Furthermore, the 
 transanction shown in the TRANSANCTION sheet must be changed in the next 
 date i.e. it may be four or it may twenty so please take note of it.

 Thanks in advance.


 -- 
 *Izhar Ul Haq*



 Cell# 009203069072597
 -- 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
 https://www.facebook.com/discussexcel
  
 FORUM RULES
  
 1) Use concise, accurate thread titles. Poor thread titles, like Please 
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
 will not get quick attention or may not be answered.
 

Re: $$Excel-Macros$$ help required in petty cash transanction

2015-08-21 Thread Paul Schreiner
What are the other sheet names for each day?They can't all be called 
Transaction.
Are you looking for a macro solution? or Excel formulas?
the issue here is that for each ROW of data, you have to predict what the 
source transaction sheet name will be.
For example, in Cell C4, you need the value of the Misc row from the sheet 
with 6/1/2015 data.
technically: Misc is from the heading row 2, column C, and the date 
(6/1/2015) is from column B
So, if the sheet for 6/1/2015 is called transaction,then you can use a simple 
vlookup in cell C4:=VLOOKUP(C$2,transaction!$A$2:$B$55,2,FALSE)
But the problem is: if the heading value doesn't appear in the sheet, you get a 
return value of #N/A, which messes up your total.
So, you have to wrap this function with an IFERROR() function.
IFERROR evaluates the function. if it is successful, it returns the value from 
the function. If not, it does whatever you tell it to.In this case, return 
nothing.So you end up with: 
=IFERROR(VLOOKUP(C$2,transaction!$A$2:$B$55,2,FALSE),)You drag it across and 
everything looks great.
So, now you need to decide how the sheet name is going to be determined.
this is where it gets kind-of tricky.I a can give you an EXAMPLE (and idea as 
to how *I* would do it)but without knowing what your sheet names look like, 
it's just guesswork on my part.
Let's say that for 6/1/2015 your transaction sheet is 
called:transaction_06.01.2015
That sheet name can be concatenated (strung together)by combining 
transaction_ and the date from B4.But, Excel says the value in B4 is: 42156 
!!(which is the number of days since 1/1/1900)
So, you need to convert it to mm.dd. format.You do that with the Text() 
function.
So, the sheet name becomes:transaction_  TEXT($B4,mm.dd.)
Now, to get the Excel formula to process this string as a cell reference, you 
have to use the INDIRECT() function.
So, the previous formula:
=IFERROR(VLOOKUP(C$2,transaction_06.01.2015!$A$2:$B$50,2,FALSE),)
becomes:
=IFERROR(VLOOKUP(C$2,INDIRECT(transaction_TEXT($B4,mm.dd.)!$A$2:$B$55),2,FALSE),)
You drag THAT across and down.
Then, as long as the new sheets are named in the proper 
format:transaction_mm.dd., then the Petty Cash sheet will update 
appropriately.
If you can give me the proper sheet name format, I could make sure the formula 
is corrected.

Paul

-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-
 
  From: Izhar izharra...@gmail.com
 To: excel-macros@googlegroups.com 
 Sent: Friday, August 21, 2015 7:14 AM
 Subject: $$Excel-Macros$$ help required in petty cash transanction
   
in this workbook, I have two worksheets namely PETTY CASH SHEET and 
TRANSANCTION, I need a formula through which I may be able to transfer amount 
from TRANSANCTION sheet to PETTY CASH SHEET in the date and respective accounts 
mentioned in the TRANSANCTION sheet, in this workbook I've provided only one 
day data, in the same way I've mentioned more data for the next date i.e. 
02/06/2105 and so on till the last of the month.  In PETTY CASH SHEET I've 
colorized row 4 in which the above data i.e. 01/06/2015 will be enter in the 
respective account.  Furthermore, the transanction shown in the TRANSANCTION 
sheet must be changed in the next date i.e. it may be four or it may twenty so 
please take note of it.

Thanks in advance.


-- 
Izhar Ul Haq



Cell# 009203069072597
-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


   

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

Re: $$Excel-Macros$$ HELP REQUIRED

2015-08-17 Thread Paul Schreiner
In the autofilter panel,you are selecting cells that begin with M.In the next 
box,choose cells that do NOT begin with MN 
Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-
 
  From: Izhar izharra...@gmail.com
 To: excel-macros@googlegroups.com 
 Sent: Saturday, August 15, 2015 1:36 AM
 Subject: $$Excel-Macros$$ HELP REQUIRED
   
look at the sheet, in this sheet I want to search the article start with M with 
numbers not MN with numbers becoz when I try to search M as picture has shwon 
in the sheet, it shows MN with number also but I need only M with Numbers after 
filtering I have also highlighted the ARTICLES please help me on the following 
issue How do I search only M with numbers not MN with numbers


-- 
Izhar Ul Haq



Cell# 009203069072597
-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


   

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

FORUM RULES

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

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


Re: $$Excel-Macros$$ HELP REQUIRED

2015-08-17 Thread GENIUS
THANK YOU VERY MUCH FOR YOUR HELP

On Monday, 17 August 2015 16:43:38 UTC+5, Paul Schreiner wrote:

 In the autofilter panel,
 you are selecting cells that begin with M.
 In the next box,
 choose cells that do NOT begin with MN
  [image: Inline image]

 *Paul*
 -







 *“Do all the good you can,By all the means you can,In all the ways you 
 can,In all the places you can,At all the times you can,To all the people 
 you can,As long as ever you can.” - John Wesley*
 -

 --
 *From:* Izhar izhar...@gmail.com javascript:
 *To:* excel-...@googlegroups.com javascript: 
 *Sent:* Saturday, August 15, 2015 1:36 AM
 *Subject:* $$Excel-Macros$$ HELP REQUIRED

 look at the sheet, in this sheet I want to search the article start with M 
 with numbers not MN with numbers becoz when I try to search M as picture 
 has shwon in the sheet, it shows MN with number also but I need only M with 
 Numbers after filtering I have also highlighted the ARTICLES please help me 
 on the following issue How do I search only M with numbers not MN with 
 numbers


 -- 
 *Izhar Ul Haq*



 Cell# 009203069072597
 -- 
 Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
 =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
 https://www.facebook.com/discussexcel
  
 FORUM RULES
  
 1) Use concise, accurate thread titles. Poor thread titles, like Please 
 Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
 will not get quick attention or may not be answered.
 2) Don't post a question in the thread of another member.
 3) Don't post questions regarding breaking or bypassing any security 
 measure.
 4) Acknowledge the responses you receive, good or bad.
 5) Jobs posting is not allowed.
 6) Sharing copyrighted material and their links is not allowed.
  
 NOTE : Don't ever post confidential data in a workbook. Forum owners and 
 members are not responsible for any loss.
 --- 
 You received this message because you are subscribed to the Google Groups 
 MS EXCEL AND VBA MACROS group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to excel-macros...@googlegroups.com javascript:.
 To post to this group, send email to excel-...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/excel-macros.
 For more options, visit https://groups.google.com/d/optout.




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

FORUM RULES

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

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


Re: $$Excel-Macros$$ Help with saveas file code

2015-08-11 Thread Paul Schreiner
The user's My Documents folder is USUALLY set up in the C:\users\useridfolder.
There's several ways of getting the login account name, but I think something 
like:
MyDocsPath = Environ(USERPROFILE)  \My Documents
should give you the path to the user's My Documents folder. 
Paul-
“Do all the good you can,
By all the means you can,
In all the ways you can,
In all the places you can,
At all the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-
 
  From: gargee singh garge...@hotmail.com
 To: excel-macros@googlegroups.com excel-macros@googlegroups.com 
 Sent: Sunday, August 9, 2015 8:47 AM
 Subject: $$Excel-Macros$$ Help with saveas file code
   
!--#yiv9863694146 .yiv9863694146hmmessage 
P{margin:0px;padding:0px;}#yiv9863694146 
body.yiv9863694146hmmessage{font-size:12pt;font-family:Calibri;}--Dear 
Experts,  I have this code which opens the saveas dialogue box and prepopulates 
thefile name and the extension type which then allows the user to select a 
folderto save the file.    I want to be able to save the file in my documents 
without asking the userto select a folder , the catch here is that the file 
will be used by different usersand I don’t have the path for each of them. I 
tried usingapplication.defaultfilepath but have not been able to make it work 
with thecombination of a dynamic name as below.  Sub etsaveformat()   Dim namea 
As String   Dim nameb As String   Dim namec As String      namea 
=Range(i1).Value   nameb =Range(j1).Value   namec =Range(k1).Value      
WithApplication.FileDialog(msoFileDialogSaveAs)     .InitialFileName = namea 
nameb  -  namec     .FilterIndex = 1     If .Show Then .Execute   End With 
End Sub  Thanks for the help in advance. 

Thanks and Regards,
Gargee Singh
 
 -- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.
 
NOTE : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups MS 
EXCEL AND VBA MACROS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


   

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

FORUM RULES

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

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


  1   2   3   4   5   6   7   8   9   10   >