Hi,
LibreOffice 4.2.6.3 English & Windows 8.1 64-bit English.
I’m trying to make form-system with LibreOffice Calc (or any other LibreOffice program), but starting to get a bit dispirited on the googleing because I’m not exactly sure wheter what I’m trying is even possible. I’ll try to explain what I’m after in the next paragraph. Any help is highly appreciated
So, it would be a Calc file with two Sheets:
Sheet 1 will include information in cells in style off: A1 name; B1 date; C1 info; D1 info; E1 etc;;;;;; and then A2,B2… will have another bunch of data and so on.
Sheet 2 will be the actual presentation which will be printed and will include boxes, lines and stationary information. Numerous cells in Sheet2 will refrence information from Sheet1, but the one print cycle would only need info from one row e.g. A1, B1, C1…
Now, if there would be only one row of data I would know how to do this. “=Sheet1.A1” and so on to every cell, and print away. But the Sheet2 will have at least 20+ of these cell’s and changing them all by hand every time would be highly inefficient and make the whole thing pretty much pointless.
Since the row is the only thing changing, I’m thinking that making the reference something along the lines of “=Sheet1.A%VARIABLE%” and then the number would be in another Sheet1 cell and the user would just change it by one every time the printing is finished. Though I don’t know if this kind of “reference inside of a reference” is possible?
So basically I’m looking a way to “reference inside a reference” and/or some other idea to make this thing a bit more useful. A completly automatic way of fething the data row by row would ofcourse be the ideal solution, perhaps making the print task as .pdf instead of directly printing (either every row to their own file or to the same), and then just printing the .pdf’s after everything is finished.
// Reading this, it’s bit of a mouthful. I hope I made myself understood.