Hi All,
I have to perform a task af mainting a list of articles and som data releated to it.
what i need is an output that looks like this
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Article number[/TD]
[TD]article text
[/TD]
[TD]avg. factor
[/TD]
[TD]1st occ
[/TD]
[TD]2nd occ
[/TD]
[TD]3th occ
[/TD]
[TD]4th occ
[/TD]
[TD]5th occ
[/TD]
[TD]6th
[/TD]
[TD]7th
[/TD]
[TD]8th
[/TD]
[TD]9th
[/TD]
[TD]10th
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have to loop thorugh 2 different WB to be able to do this
in A2 and B2 i have to go through all sheets in WB1 and if there is a value in column "C" it should copy the values in "C" and "D" and insert them into the acwb.
in C2 i need it to loop through WB2 in and sum all values in column "AC" and divide it with "Y" (sumif(D:D,A2,AC:AC)/sumif(D:D,A2,Y:Y))
in D2 and nth2 i need it to find every occurence of A2 in WB2 and do: = "sheetname"&" "&(AC/Y)
i know this is is very specific, but i hope someone could help me with this task
best regards
Hawjeen
I have to perform a task af mainting a list of articles and som data releated to it.
what i need is an output that looks like this
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Article number[/TD]
[TD]article text
[/TD]
[TD]avg. factor
[/TD]
[TD]1st occ
[/TD]
[TD]2nd occ
[/TD]
[TD]3th occ
[/TD]
[TD]4th occ
[/TD]
[TD]5th occ
[/TD]
[TD]6th
[/TD]
[TD]7th
[/TD]
[TD]8th
[/TD]
[TD]9th
[/TD]
[TD]10th
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have to loop thorugh 2 different WB to be able to do this
in A2 and B2 i have to go through all sheets in WB1 and if there is a value in column "C" it should copy the values in "C" and "D" and insert them into the acwb.
in C2 i need it to loop through WB2 in and sum all values in column "AC" and divide it with "Y" (sumif(D:D,A2,AC:AC)/sumif(D:D,A2,Y:Y))
in D2 and nth2 i need it to find every occurence of A2 in WB2 and do: = "sheetname"&" "&(AC/Y)
i know this is is very specific, but i hope someone could help me with this task
best regards
Hawjeen