I created a summary sheet with these headings (a combo of the headings of the Payment and Opening sheets.
Date Month Year Fiscal Year OperationType Operation OperationMethod OperationQuantity OpenQuantity Employee Index
I created "Index" numbers in column I of Payments running from 1 to 8338 and on Opening in column H I created Index numbers from 8339 to 8370.
On the summary sheet in A2 I entered this formula and copied across and down to the bottom of the Index numbers.
Formula:
=IFERROR(IF($K2<=8339,INDEX(Payments!A$2:A$8339,MATCH('Summary Payments-Opening'!$K2,Payments!$I$2:$I$8339,0),MATCH('Summary Payments-Opening'!A$1,Payments!A$1,0)),INDEX(Opening!A$2:A$128,MATCH('Summary Payments-Opening'!$K2,Opening!$H$2:$H$128,0),MATCH('Summary Payments-Opening'!A$1,Opening!A$1,0))),"")
That filled in the summary worksheet with the data from the two tables. In order to sort this data properly, I copied all this data and pasted VALUES into a new worksheet. This allowed the data to be sorted and other-wise manipulated.
The resultant file is much too large to upload.
Bookmarks