Hello!
Ok, so I don't use excel a great deal but I do have some basic ideas.
I'm creating a worksheet that converts an array into single digits, those digits are then converted to binary and placed into rows on a table. I then turn the columns into a hex number. I have got all of this worked out except for the very first part.
Here are three examples of my input arrays, the elements to the left are left out.
[0, 27, 9, 18]
[]
[0, 10, 10, 31, 10, 31, 10, 10]
I want to convert the above into 8 separate numbers into 8 separate cells, so for example;
0 0 0 0 0 27 9 18
I would greatly appreciate the help,
Thank you !
Bookmarks