vicktor schausberger
Member
I am looking to replace all the values of the array B2:G2066 for the frequency results values; example the first row B2:G2 will be replaced or swap the values from the frequency results on I2:I54 to be more clear,
The row B2:G2 is 9-12-15-21-33-45 and in column “ I “ is the frequency taken in the range of 18 numbers from B3:G20, in the bin H is the numbers from 1 to 53 so in front of 9 in column I you see number one, this is the number will replace 9, so the row B2:G2 sheet 2 will be like this 1-1-4-1-0-1.
The formula used here is thanks to the ninja Hui (=FREQUENCY(OFFSET($B$3:$G$20,COLUMN()-COLUMN($I$1),),$H2:$H54). So now I am looking for the code able to swap all this information I Think the file is more than clear.
thanks. see you soon.
The row B2:G2 is 9-12-15-21-33-45 and in column “ I “ is the frequency taken in the range of 18 numbers from B3:G20, in the bin H is the numbers from 1 to 53 so in front of 9 in column I you see number one, this is the number will replace 9, so the row B2:G2 sheet 2 will be like this 1-1-4-1-0-1.
The formula used here is thanks to the ninja Hui (=FREQUENCY(OFFSET($B$3:$G$20,COLUMN()-COLUMN($I$1),),$H2:$H54). So now I am looking for the code able to swap all this information I Think the file is more than clear.
thanks. see you soon.