cuetzpalin
Programmer
Hello,
I'm using excel as my reporting tool. I use SQL to create tables based on user inputs. The tables are linked into an excel file. I have values from the table in a hidden worksheet. I use those values from the hidden worksheet to populate another sheet, which includes simple references from a cell in the hidden sheet to complex calculations based on values from the hidden sheet.
All the calculations/formulas work just fine. However, sometimes the reference gets thrown off.
For example:
Hidden sheet:
A2 = 100
A3 = Hello world
A4 = 5
A5 = 10
A6 = 15
A7 = 20
A8 = 25
User report sheet:
A2 = Hidden Sheet!A4
A3 = Hidden Sheet!A5
A4 = Hidden Sheet!A6
A5 = Hidden Sheet!A7
On some instances the reference from the user sheet get thrown off. They get bumped up a cell...like this:
User report sheet:
A2 = Hidden Sheet!A6
A3 = Hidden Sheet!A7
A4 = Hidden Sheet!A8
A5 = Hidden Sheet!A9
What could be causing this issue? Why doesn't the references stick?
Please help.
Thanks in advance!
Eddie
I'm using excel as my reporting tool. I use SQL to create tables based on user inputs. The tables are linked into an excel file. I have values from the table in a hidden worksheet. I use those values from the hidden worksheet to populate another sheet, which includes simple references from a cell in the hidden sheet to complex calculations based on values from the hidden sheet.
All the calculations/formulas work just fine. However, sometimes the reference gets thrown off.
For example:
Hidden sheet:
A2 = 100
A3 = Hello world
A4 = 5
A5 = 10
A6 = 15
A7 = 20
A8 = 25
User report sheet:
A2 = Hidden Sheet!A4
A3 = Hidden Sheet!A5
A4 = Hidden Sheet!A6
A5 = Hidden Sheet!A7
On some instances the reference from the user sheet get thrown off. They get bumped up a cell...like this:
User report sheet:
A2 = Hidden Sheet!A6
A3 = Hidden Sheet!A7
A4 = Hidden Sheet!A8
A5 = Hidden Sheet!A9
What could be causing this issue? Why doesn't the references stick?
Please help.
Thanks in advance!
Eddie