knitknotes
New Member
My first knitting question was¦ and I thank you for the reply.
http://forum.chandoo.org/threads/changing-left-to-right-top-to-bottom.6612/
I would like to use Excel to generate the knitting pattern for the colour changes in the skirt of this little dress.
http://www.ravelry.com/discuss/the-testing-pool/3087027/1-25
I have 242 sts on my needle - actually 22 stitches 11 times
For the first few rows, I need one random number in each of the 11 blocks of stitches. That's easy.
For the next few rows, I need two random numbers in each block of stitches.
After that, I need three random numbers, then four.
Would be nice if I could type =RANDBETWEEN(1,22)2 =RANDBETWEEN(1,22)3
Is there a way to say to excel "give me 3 random numbers between 1 and 22" ?
Second part
I would like to open a second sheet that paints the data from sheet one. Fill all cells pink.
If the first 11 random numbers began 7, 3,15, 22, etc. Excel would change cell G1 to the contrasting colour, followed by y1 (=22+3), bg1 (44+15), cj1 (66+22)
I'm thinking; fill all cells to 0 and pink. Then if cell not equal 0, colour = white.
But I don't know how to write that, and there may be a better way.
Lastly, we need to flip the result left to right and top to bottom. I can do that quite easily in a screen capture and graphic editor.
Thanks in advance for reading and responding.
http://forum.chandoo.org/threads/changing-left-to-right-top-to-bottom.6612/
I would like to use Excel to generate the knitting pattern for the colour changes in the skirt of this little dress.
http://www.ravelry.com/discuss/the-testing-pool/3087027/1-25
I have 242 sts on my needle - actually 22 stitches 11 times
For the first few rows, I need one random number in each of the 11 blocks of stitches. That's easy.
For the next few rows, I need two random numbers in each block of stitches.
After that, I need three random numbers, then four.
Would be nice if I could type =RANDBETWEEN(1,22)2 =RANDBETWEEN(1,22)3
Is there a way to say to excel "give me 3 random numbers between 1 and 22" ?
Second part
I would like to open a second sheet that paints the data from sheet one. Fill all cells pink.
If the first 11 random numbers began 7, 3,15, 22, etc. Excel would change cell G1 to the contrasting colour, followed by y1 (=22+3), bg1 (44+15), cj1 (66+22)
I'm thinking; fill all cells to 0 and pink. Then if cell not equal 0, colour = white.
But I don't know how to write that, and there may be a better way.
Lastly, we need to flip the result left to right and top to bottom. I can do that quite easily in a screen capture and graphic editor.
Thanks in advance for reading and responding.