Heather Pepper
11-30-2007, 12:47 PM
I have some data that I need to put into a spreadsheet every month. I am getting this from an external data source (Business Objects query). I am pasting this data into a spreadsheet which I then want to update a 'master' spreadsheet. My problem is that each month this dataset may have varying number of rows.ie
Month 1
Type A 123
Type D 245
Type E 39
Month 2
Type A 345
Type C 218
Type D 78
Type F 56
Each month, I paste over the previous month's data. Therefore, type D, for example, may not be in the same cell position the following month.
My master spreadsheet has rows for Type A, B, C, D, E, F (6 rows). I intend to use a formula to update each row in the master spreadsheet which seems straightforward but he problem is that because some Types aren't included every month, the rows will shift up or down so I can't use a specific cell reference. I've searched the forum for a similar problem and can't find anything. I'm not sure I am explaining this properly but for anyone who understands relational databases, what I need is the equivalent of an 'outer join' which will give me the rows I am missing.
Any pointers in the right direction would be much appreciated.
Month 1
Type A 123
Type D 245
Type E 39
Month 2
Type A 345
Type C 218
Type D 78
Type F 56
Each month, I paste over the previous month's data. Therefore, type D, for example, may not be in the same cell position the following month.
My master spreadsheet has rows for Type A, B, C, D, E, F (6 rows). I intend to use a formula to update each row in the master spreadsheet which seems straightforward but he problem is that because some Types aren't included every month, the rows will shift up or down so I can't use a specific cell reference. I've searched the forum for a similar problem and can't find anything. I'm not sure I am explaining this properly but for anyone who understands relational databases, what I need is the equivalent of an 'outer join' which will give me the rows I am missing.
Any pointers in the right direction would be much appreciated.