YoungsterSP:
Where would this array be displayed? In the serial monitor? I actually did some research on putting my data into a table before all of this and I'm hoping this will help. I also want to know how to actually put my data into an array.
The array that I am suggesting would not be displayed anywhere. Rather you would create an array of load cell objects and iterate through them with a common set of code rather than having code for each of them. It would be possible to put the data received in an array but that was not what I had in mind. Before you can display it you must read the load cells to acquire the data.
Put the idea of using an array of objects aside for now. Have you tried the code that I posted in reply #3 ? I cannot test it as I have neither the library or the load cells.