1
1
I have a list of names and their assorted properties.
I am trying to find a way to quickly move an entire row's worth of data into a different sheet so I can manipulate it.
Currently I can accomplish this by copy and pasting the entire row, but this is not elegant nor dynamic (the number in blue does not update with this method):
My ideal solution: A name is typed into the "Name" column. The spreadsheet program pulls the associated row from the "main" sheet into the new sheet.
I am currently using Numbers.app, but am curious if this is possible in Excel, OpenOffice Calc, Google Docs, or any other spreadsheet program. Thank you.
What you're looking to do sounds more like database work than spreadsheet. – techturtle – 2012-07-05T19:11:14.490
You've tagged a lot, so which program are you using? As far as Excel, have you tried VLOOKUP? – CharlieRB – 2012-07-05T19:44:34.147
you want updates in the source sheet to stay connected, or a formula in the source sheet to be duplicated in the target sheet? – datatoo – 2012-07-06T00:04:34.977