| 1. |
Solve : Using Excel as a database? |
|
Answer» This is my first post, I am sorry if I have got it wrong. I need some help with EXCEL. I have a spreadsheet of 66 columns and about 400 rows. This is to identify species of timber ( the rows), from their attributes ( the columns). I tick the column that an attribute is present, then another column where an attribute of the same species is present. Up to 30 attributes may be present for one row, but scattered over the columns. Is there ant way of getting the software to identify the row to which all the ticked attributes apply?Excel has some database capabilities but you would be much better off importing your spreadsheet into Access which has much easier to use querying capabilities.Thanks for your suggestion. I have considered using Access but I am much less familiar with that and there will be a learning curve. I would also take a long time to ENTER all the data. However a friend of mine has come up with the solution, which is to use the Filters tool in Excel and that works. Many thanks to everyone who has read my post and considered it, especially to Thank strollin. As far as importing data into a database from excel, if you saved your data as a csv you could import it to access, but you would need to learn how to create the structure of the database layout for the data to be passed to it. Thanks for your suggestion. I have considered using Access but I am much less familiar with that and there will be a learning curve. I would also take a long time to enter all the data. However a friend of mine has come up with the solution, which is to use the Filters tool in Excel and that works. Many thanks to everyone who has read my post and considered it, especially to Thank strollin.Glad you got something working. Just remember that old saying that says "When the only tool you own is a HAMMER, everything looks like a nail." Aside from importing the data into Access, you could also link Access to the data in the Excel sheet and use the Access query engine to query the Excel data.Thanks very much again. Both the last two replies are helpful. I don't think I want to spend the time learning the SQL systems. However, the suggestion I link Access and then use its search function is great and seems to me well WORTH doing. That should help me to do what I want to do. Thank you everyone, I much appreciate it. I have taken the message about hammers and nails to heart. Quote from: DaveLembke on November 01, 2014, 03:51:09 PM If I was having to import the data to a database from excel I would create a csv file and then edit this csv file with instructions on how to place the data contained inside it into the database. Then once this is done, run it and it very quickly would populate the database values into the database.I would probably take a different approach. I would format the data in Excel with column headings for each column, if that was not already done, and open Access and import directly from Excel. In Access 2007, the External Data command is used for this. Select External Data and then select Excel, and proceed. |
|