KiwiRiccardo
MIS
Hi all, hope that someone can help with this before my laptop takes the short way from the 9th floor;-)
Right I have a workbook called "Central Data" with 2 worksheets lets call them "Linked Data" and "Text Values"
"Linked Data" is sectioned into groups of 100 rows that link to other workbooks with the following formula
In column A this links to a reference number in the original workbook
=+IF([Workflow.xls]Milestones!C5="","",[Workflow.xls]Report!$H$4)
From Column B this links to data in the original workbook.
=+IF([Workflow.xls]Milestones!C5="","",[Workflow.xls]Milestones!C5)
Both of these formula are dragged across and down to create an array of linked data. Fine.
As stated earlier there is a different workbook linked for every 100 rows in the "Central Data" workbook. This has been arranged in this way because the number of rows of data in the linked workbooks will vary but never exceed 100 rows.
Problem happens when I want to put this data into a format that is easy for review.
Created a simple macro to copy the data from "Linked Data" and past as values in "Test Values". Then sort by Column A which happens to have an alpha numeric reference. My formula show any cell in the oWhen the sort ascending is done Excel thinks that there is data in the blank cells that should be at the top of the sort order.
Help!! Please.
Right I have a workbook called "Central Data" with 2 worksheets lets call them "Linked Data" and "Text Values"
"Linked Data" is sectioned into groups of 100 rows that link to other workbooks with the following formula
In column A this links to a reference number in the original workbook
=+IF([Workflow.xls]Milestones!C5="","",[Workflow.xls]Report!$H$4)
From Column B this links to data in the original workbook.
=+IF([Workflow.xls]Milestones!C5="","",[Workflow.xls]Milestones!C5)
Both of these formula are dragged across and down to create an array of linked data. Fine.
As stated earlier there is a different workbook linked for every 100 rows in the "Central Data" workbook. This has been arranged in this way because the number of rows of data in the linked workbooks will vary but never exceed 100 rows.
Problem happens when I want to put this data into a format that is easy for review.
Created a simple macro to copy the data from "Linked Data" and past as values in "Test Values". Then sort by Column A which happens to have an alpha numeric reference. My formula show any cell in the oWhen the sort ascending is done Excel thinks that there is data in the blank cells that should be at the top of the sort order.
Help!! Please.