Ask Your Question
0

How to dynamically search and update data using multiple files [closed]

asked 2012-10-03 18:43:01 +0200

anonymous user

Anonymous

Not sure if this is even possible, but here goes.

I have three csv files. The first file, contains user data in a series of columns. One field is a userid. I need to search the second file, containing data about each user, for the specific userid. Once i have established this, i need to search a 3rd file for that user's name/email, which is a column in the first file, and take a column from that row, and place it into the second csv file, about 22,000 times.

Yeah that pretty much sums it up. I was going to load these files into mysql and perform the automation there, but wanted to check if there was a way of doing this in LO first.

delete reopen flag offensive retag edit

Comments

Do you mean the formulas of this kind - =VLOOKUP(VLOOKUP(A2;$Sheet1.$A$2:$B$22000;2;0);$Sheet3.$A$2:$B$22000;2;0)? Yes, Calc can do this task. Although it will take some time

JohnSUN ( 2012-10-04 17:12:52 +0200 )edit

The question has been closed for the following reason "question is not relevant or outdated" by qubit
close date 2013-03-11 09:50:43.300752

Donate

LibreOffice is made available by volunteers around the globe, backed by a charitable Foundation. Please support our efforts: Your donation helps us to deliver a better product!

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-10-03 18:43:01 +0200

Seen: 64 times

Last updated: Oct 03 '12