Thanks up front for any help. I’ve spent hours on this, but no go. So, I’m reaching out for help.
(Be warned - LONG post ahead!)
What I want to do:
Copy a value from one Calc file to another Calc file. (These are separate workbooks, not just separate sheets in the same workbook.)
Here’s what I’ve got:
A list of purchases (one per row) on Sheet1 of Spreadsheet1, in the format:
Col A = Date;
Col B&C&D = Description;
Col E = Purchase Amount
What I want to do:
- Find a specific 3-letter anacronym (“XYZ”) in Col B on Sheet1 of Spreadsheet1.
- In the same row, get the date from Col A.
- Paste the value (date) from Step 2 above into a cell on a sheet in Spreadsheet 2.
I thought that doing this would be simple, until it wasn’t simple at all. Is there some smart person out there that can make some sense of this? (I am not against using helper columns on any spreadsheet, if needed.)
Thanks again to anybody that can help!