#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 358
Default update columns

hello,
in page1 I have this list:
LVSNR
AL14898725
AL14903075
AL14904364
AL14904710

in page2 this chart:

LVSNR AKNUS AKDTA AKTIM
AL14898725 852685970 1090129 6
AL14898725 852685970 1090129 220616
AL14898725 852685970 1090130 222827
AL14898725 852685970 1090131 52832
AL14903075 854309220 1090131 1103
AL14904364 854843700 1090130 213509
AL14904364 854843700 1090130 52832
AL14904710 855050800 1090130 23823

i'm lookinf for a formula or function to update the columns next to the list
in page1, looking the correspondent at the chart and taking the 4th column
value.
the data are not univocal in the chart, so CERCA.VERT(excel italian
version) is not a right way and neighter automatic filter is right way to
solve the question, becous I have about 40.000 of records.
I wish the result was this:

LVSNR AKTIM1 AKTIM2 AKTIM3 AKTIM4
AL14898725 6 220616 222827 52832
AL14903075 1103
AL14904364 213509 52832
AL14904710 23823

Please help me... a VBA script or a function,
thanks a lot to everyone wanna help me.
--
BBB
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default update columns

andrew wrote:
hello,
in page1 I have this list:
LVSNR
AL14898725
AL14903075
AL14904364
AL14904710

in page2 this chart:

LVSNR AKNUS AKDTA AKTIM
AL14898725 852685970 1090129 6
AL14898725 852685970 1090129 220616
AL14898725 852685970 1090130 222827
AL14898725 852685970 1090131 52832
AL14903075 854309220 1090131 1103
AL14904364 854843700 1090130 213509
AL14904364 854843700 1090130 52832
AL14904710 855050800 1090130 23823

i'm lookinf for a formula or function to update the columns next to the list
in page1, looking the correspondent at the chart and taking the 4th column
value.
the data are not univocal in the chart, so CERCA.VERT(excel italian
version) is not a right way and neighter automatic filter is right way to
solve the question, becous I have about 40.000 of records.
I wish the result was this:

LVSNR AKTIM1 AKTIM2 AKTIM3 AKTIM4
AL14898725 6 220616 222827 52832
AL14903075 1103
AL14904364 213509 52832
AL14904710 23823

Please help me... a VBA script or a function,
thanks a lot to everyone wanna help me.


In cell B2 on page1:

=IF(COLUMN()-1COUNTIF(page2!$A$2:$A$9,$A2),"",
INDEX(page2!$D$2:$D$9,MATCH($A2,page2!$A$2:$A$9,0) ))

Copy down as needed.

In cell C2 on page1 enter this array formula (commit with CTRL+SHIFT+ENTER):

=IF(COLUMN()-1COUNTIF(page2!$A$2:$A$9,$A2),"",
INDEX(INDIRECT("page2!D"&MATCH($A2&B2,page2!$A$2:$ A$9&page2!$D$2:$D$9,0)+2&":D9"),
MATCH($A2,INDIRECT("page2!A"&MATCH($A2&B2,page2!$A $2:$A$9&page2!$D$2:$D$9,0)+2&":A9"),0)))

Copy right and down as needed.
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
matching values in columns to update prices jonno Excel Discussion (Misc queries) 3 May 16th 08 10:04 AM
Need a formula to update data in 2 columns MMcGee Excel Worksheet Functions 1 May 12th 08 10:17 PM
some worksheet columns don't update formula calculations Vic Abrahamian Excel Worksheet Functions 0 May 7th 08 04:24 PM
Text to Columns from drop down list update Kurgan Excel Discussion (Misc queries) 0 June 21st 05 12:14 PM
Auto update entire columns / rows??? Kcurtis Excel Worksheet Functions 3 February 3rd 05 10:45 PM


All times are GMT +1. The time now is 02:21 AM.

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

About Us

"It's about Microsoft Excel"