Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.excel.programming > #107916 > unrolled thread
| Started by | isabelle <i@v.invalid> |
|---|---|
| First post | 2015-07-31 23:32 -0400 |
| Last post | 2015-08-01 09:33 +0100 |
| Articles | 4 — 2 participants |
Back to article view | Back to microsoft.public.excel.programming
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Macro to paste from clipboard isabelle <i@v.invalid> - 2015-07-31 23:32 -0400
Re: Macro to paste from clipboard isabelle <i@v.invalid> - 2015-07-31 23:41 -0400
Re: Macro to paste from clipboard F <news@nowhere> - 2015-08-01 09:34 +0100
Re: Macro to paste from clipboard F <news@nowhere> - 2015-08-01 09:33 +0100
| From | isabelle <i@v.invalid> |
|---|---|
| Date | 2015-07-31 23:32 -0400 |
| Subject | Re: Macro to paste from clipboard |
| Message-ID | <mpheka$5m5$1@speranza.aioe.org> |
hi,
how have you nominated the tabs of each month?
isabelle
Le 2015-07-31 07:40, F a écrit :
> I have a worksheet in Excel 2010 into which, each day, I paste two columns from
> a temporary sheet into columns K and L.
>
> Values from K and L are then extracted into C2, D2, E2 and F2 using
>
>
> =IF(INDEX($K$8:$K$151,MATCH(MAX($L$8:$L$151),$L$8:$L$151,0))<>"00:10",INDEX($K$8:$K$151,MATCH(MAX($L$8:$L$151),$L$8:$L$151,0)),"No
> output")
>
> =MAX($L$8:$L$151)
>
> {=INDEX(K8:K80,MATCH(TRUE,L8:L80<>0,0))}
>
> {=INDEX(K81:K151,MATCH(TRUE,L81:L151=0,0))}
>
> respectively.
>
> I then copy the contents of C2:F2 and paste them into C4:F4 and then, the next
> day, into C5:F5 and so on until the end of the month. The next month is on a
> separate sheet.
>
> I've struggled, and failed, to write a macro to automate this. Can anyone help?
>
[toc] | [next] | [standalone]
| From | isabelle <i@v.invalid> |
|---|---|
| Date | 2015-07-31 23:41 -0400 |
| Message-ID | <mphf51$67f$1@speranza.aioe.org> |
| In reply to | #107916 |
does the tabs of each month must be created successively? isabelle Le 2015-07-31 23:32, isabelle a écrit : > hi, > > how have you nominated the tabs of each month? > > isabelle >
[toc] | [prev] | [next] | [standalone]
| From | F <news@nowhere> |
|---|---|
| Date | 2015-08-01 09:34 +0100 |
| Message-ID | <-IidndUg1YZ8GSHInZ2dnUU78bUAAAAA@brightview.co.uk> |
| In reply to | #107917 |
Hi No, each tab is already created. I treat them separately rather than as being 'connected'. -- F www.vulcantothesky.org - 2015, the last year to see a Vulcan fly On 01/08/2015 04:41, isabelle wrote: > does the tabs of each month must be created successively? > > isabelle > > Le 2015-07-31 23:32, isabelle a écrit : >> hi, >> >> how have you nominated the tabs of each month? >> >> isabelle >>
[toc] | [prev] | [next] | [standalone]
| From | F <news@nowhere> |
|---|---|
| Date | 2015-08-01 09:33 +0100 |
| Message-ID | <-Iidndog1YY_GSHInZ2dnUU78bWdnZ2d@brightview.co.uk> |
| In reply to | #107916 |
Hi
The tab for each month is named after the month: January, February,
March etc.
--
F
www.vulcantothesky.org - 2015, the last year to see a Vulcan fly
On 01/08/2015 04:32, isabelle wrote:
> hi,
>
> how have you nominated the tabs of each month?
>
> isabelle
>
> Le 2015-07-31 07:40, F a écrit :
>> I have a worksheet in Excel 2010 into which, each day, I paste two
>> columns from
>> a temporary sheet into columns K and L.
>>
>> Values from K and L are then extracted into C2, D2, E2 and F2 using
>>
>>
>> =IF(INDEX($K$8:$K$151,MATCH(MAX($L$8:$L$151),$L$8:$L$151,0))<>"00:10",INDEX($K$8:$K$151,MATCH(MAX($L$8:$L$151),$L$8:$L$151,0)),"No
>>
>> output")
>>
>> =MAX($L$8:$L$151)
>>
>> {=INDEX(K8:K80,MATCH(TRUE,L8:L80<>0,0))}
>>
>> {=INDEX(K81:K151,MATCH(TRUE,L81:L151=0,0))}
>>
>> respectively.
>>
>> I then copy the contents of C2:F2 and paste them into C4:F4 and then,
>> the next
>> day, into C5:F5 and so on until the end of the month. The next month
>> is on a
>> separate sheet.
>>
>> I've struggled, and failed, to write a macro to automate this. Can
>> anyone help?
>>
[toc] | [prev] | [standalone]
Back to top | Article view | microsoft.public.excel.programming
csiph-web