Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Filling an array from one sheet to another

Hi,

Maybe somebody can help me with the following:

In the main sheet I've made an totall array which has to be filled from
other arrays standing on different sheets. Normaly that is not so difficult
by using (V)lookup-formulas but now I've to check 2 parameters from the
totall array and check this into an array standing on a different sheet with
the same lay-out but normally without all the amounts of check parameters.
For example:

Totall sheet:
after one hour after two hours
249WH 273L10
273L11
273R10
273R11
250RD 165L00
165R00
273L10
273L11
347PB 165L00
165R00
273L10
273L11

Example of an array on a different sheet named "after one hour" (made by
pivot table)
249WH 273L10 2
373R11 1
347PB 165L00 3
273L11 1
Example of an array on a different sheet named "after two hours" (made by
pivot table)
250RD 165L00 1
165R00 2
The values standing in the sheets "after one and 2 hours" has to be placed
in the totall sheet on the right spot.

Does anybody have a clue and can help me?

Thanks in advance.

Greet

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 789
Default Filling an array from one sheet to another

Hi
Can't you create another column on each sheet and combine the codes
using &? Now do VLookup on that single column.

Column1 Column2 NewColumn
249WH 273L10 =249WH&273L10
273L11 =same etc
273R10
273R11
250RD 165L00
165R00
273L10
273L11
347PB 165L00
165R00
273L10
273L11

regards
Paul

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Filling an array from one sheet to another

Thanks,

This is a sollution I can work with even in VBA.

Greetz.
Rob

" wrote:

Hi
Can't you create another column on each sheet and combine the codes
using &? Now do VLookup on that single column.

Column1 Column2 NewColumn
249WH 273L10 =249WH&273L10
273L11 =same etc
273R10
273R11
250RD 165L00
165R00
273L10
273L11
347PB 165L00
165R00
273L10
273L11

regards
Paul


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
help with filling in an array formula Caitlin Excel Discussion (Misc queries) 5 November 7th 06 08:12 PM
Filling an array with a Loop Kevin O'Neill[_2_] Excel Programming 3 January 4th 06 06:40 PM
filling a form with an array JT Excel Programming 1 October 26th 05 04:11 PM
Filling a List Box in Excel from an Array Martin Excel Discussion (Misc queries) 4 October 18th 05 11:50 AM
Filling an array with data Dongle Excel Worksheet Functions 2 May 18th 05 06:06 PM


All times are GMT +1. The time now is 06:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"