Forum Discussion
lworst
Feb 18, 2022Copper Contributor
Converting outputs from 96 well plate reader from list to matrix
Hello, I am using a 96 well plate reader which outputs data as a list of samples that correlate to a row value and a column value. A simplified version of what it puts out looks like this: Wh...
Selen009
Sep 11, 2023Copper Contributor
What is the formula for an opposite task?
PeterBartholomew1
Sep 11, 2023Silver Contributor
Things have moved on since this post. The basis for the solution above would now be
= WRAPCOLS(Sample, 8, "")
and the reverse is
= TOCOL(matrix,,1)