I have a database that contains many different worksheets that all are organized identically. I want to create a summary worksheet that compiles data from multiple cells (20 pieces of data, each scattered around the worksheet) from each worksheet into a database to automate my data analysis... Is there a way to do this? I've lost myself in nested "IF" loops and am convinced there must be a better way... I don't want to SUM the data or anything (which the 3D refs functions all make you perform operations on the data), I simply want to reference the cell contents of each sheet. Is there a way to "fill down" and increment the worksheet rather than the cell?
Here's the desired outcome (column fields are separated by "/"):
Sample Number/data1/data2/data3/data4/data5/.../data20
1...
2...
3...
4...
5...
Ideally, if I add a worksheet in between the 3D cell reference, I'd like it to add another line to the database to include the next sample!!!
Thanks to anyone who can help me out!!
Here's the desired outcome (column fields are separated by "/"):
Sample Number/data1/data2/data3/data4/data5/.../data20
1...
2...
3...
4...
5...
Ideally, if I add a worksheet in between the 3D cell reference, I'd like it to add another line to the database to include the next sample!!!
Thanks to anyone who can help me out!!