Newbies Jessicadk Posted November 2, 2004 Newbies Posted November 2, 2004 I am trying to import a document from Excel that has lots of data in it. It should all pertain to one record in Filemaker. Instead, it is making itself into hundreds of records in Filemaker. I need all the information from each excel spreadsheet to load into one record in Filemaker. Please help if you have any ideas or solutions. Thanks!
Lee Smith Posted November 2, 2004 Posted November 2, 2004 Hi Jessica, and welcome to the Forums. How many Rows do you have in your Excel File? FileMaker counts each row as a separate record, and each column as different Fields. Lee
transpower Posted November 2, 2004 Posted November 2, 2004 You could use a container field and Insert Object (the Excel spreadsheet), if you simply want to document the spreadsheet. If you double-click the container field, Excel will launch with your spreadsheet. If you want all the data in separate fields, that's a whole different kettle of fish.
Newbies treehaus Posted January 10, 2005 Newbies Posted January 10, 2005 Hi, I believe it's that kettle of fish we're after... I also want to get a multi-row excel spreadsheet into a single record, so that I am able to compare, for example, the unit price for a particular service contained in column x (unit price) row y (service) between many records. Plugins? Scripts? still waving
HowardCrut Posted February 3, 2005 Posted February 3, 2005 If I understand correctly, I'd suggest using the Excel Concatenating function adding whatever field separators you desire. Concatenate each cell in a row together into a new cell in the last column, then concatenate that single column containing all the concatenations. The last cell would contain all the contents of the excel document in a single cell. Copy that cell and paste it in your filemaker record. ie: if excel document looked like: r=row number c=cell number r1c1 r1c2 r1c3 -> concatenated r2c1 r2c2 r2c3 -> concatenated r3c1 r3c2 r3c3 -> concatenated Then concatenate that 4th column containing all the concatenations.
Recommended Posts
This topic is 7233 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now