E
Eldraad
I have a workbook that contains an INPUT sheet, 5 sheets containing dat
imports from text report files and one sheet that is all formulas.
The INPUT page was modified to pull information from the formulas pag
so I never had to spend the 90 minutes typing in all of the numbers.
This is the part people look at (there are 8 other sheets that pul
THEIR numbers from this page as well...very hard to modify the 8 page
so I modified the INPUT page only).
The formulas page contains all of the formulas used to get th
information needed from the 5 worksheets containing the imported data
An example from the formulas page:
=OFFSET('Statistical Convert'!$A$1, MATCH("TOTAL 3*",'Statistica
Convert'!$A$2:$A$2000,0),13)
The Problem! When I run a macro on one of the 5 data import worksheet
(the one the above formula checks) the values used in the formulas pag
change! The macro removes blank rows and a few header columns so th
search function in the formula can return the correct numbers withou
blank rows and header info getting in the way.
Suddenly, the $A$2:$A$2000 changes to $A$2:$A$866 and that is below th
amount of rows that the report uses so it returns zeros instead o
data.
What is happening here and how do I prevent it?
Many thanks for any help
imports from text report files and one sheet that is all formulas.
The INPUT page was modified to pull information from the formulas pag
so I never had to spend the 90 minutes typing in all of the numbers.
This is the part people look at (there are 8 other sheets that pul
THEIR numbers from this page as well...very hard to modify the 8 page
so I modified the INPUT page only).
The formulas page contains all of the formulas used to get th
information needed from the 5 worksheets containing the imported data
An example from the formulas page:
=OFFSET('Statistical Convert'!$A$1, MATCH("TOTAL 3*",'Statistica
Convert'!$A$2:$A$2000,0),13)
The Problem! When I run a macro on one of the 5 data import worksheet
(the one the above formula checks) the values used in the formulas pag
change! The macro removes blank rows and a few header columns so th
search function in the formula can return the correct numbers withou
blank rows and header info getting in the way.
Suddenly, the $A$2:$A$2000 changes to $A$2:$A$866 and that is below th
amount of rows that the report uses so it returns zeros instead o
data.
What is happening here and how do I prevent it?
Many thanks for any help