|
|
Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Ok, I got a three sheet excel file that I cannot get to run calculation
on.
Sheet 1 has ~4000 rows, 10 columns. Each row has a VLOOKUP and two
INDEX statements.
Sheet 2 has ~8000 rows, 4 columns, the data is imported via SQL query.
Sheet 3 has ~4000 rows, 4 columns, this data is imported from a text
file.
The VLOOKUP command on Sheet 1 references Sheet 2. Each row on Sheet 1
has two INDEX statements, one statement each references Sheets 2 and 3.
When I get all the data in and try to calculate, I get to 30% then
Excel hangs, hard and forces a kill process and restart situation. All
the INDEX statments appear correct, all the VLOOKUP statements are
correct, but neither returns data that is in the referenced cells, some
come up good, some come up N/A but then, calculation never completes.
Help, I need this to work.
I did try regenerating the files by copying the template portions of
the sheet over and re-making the necessary macros and queries....
--
snobordr
------------------------------------------------------------------------
snobordr's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=36075
View this thread: http://www.excelforum.com/showthread.php?threadid=559459
|
|
If you want/can, you can try to upload the file to www.savefile.com, to see what is the problem inside...
snobordr wrote:
[Quoted Text] > Ok, I got a three sheet excel file that I cannot get to run > calculation on. > > Sheet 1 has ~4000 rows, 10 columns. Each row has a VLOOKUP and two > INDEX statements. > > Sheet 2 has ~8000 rows, 4 columns, the data is imported via SQL query. > > Sheet 3 has ~4000 rows, 4 columns, this data is imported from a text > file. > > The VLOOKUP command on Sheet 1 references Sheet 2. Each row on Sheet > 1 has two INDEX statements, one statement each references Sheets 2 > and 3. > > When I get all the data in and try to calculate, I get to 30% then > Excel hangs, hard and forces a kill process and restart situation. > All the INDEX statments appear correct, all the VLOOKUP statements are > correct, but neither returns data that is in the referenced cells, > some come up good, some come up N/A but then, calculation never > completes. > > Help, I need this to work. > > I did try regenerating the files by copying the template portions of > the sheet over and re-making the necessary macros and queries....
-- (I'm not sure of names of menus, options and commands, because translating from the Italian version of Excel...)
Hope I helped you.
Thanks in advance for your feedback.
Ciao
Franz Verga from Italy
|
|
On Sheet 1, find and replace all "=" by "=". This will rebuild the dependency tree, which might help.
-- Kind regards,
Niek Otten Microsoft MVP - Excel
"snobordr" <snobordr.2al8wo_1152297603.8845[ at ]excelforum-nospam.com> wrote in message news:snobordr.2al8wo_1152297603.8845[ at ]excelforum-nospam.com... | | Ok, I got a three sheet excel file that I cannot get to run calculation | on. | | Sheet 1 has ~4000 rows, 10 columns. Each row has a VLOOKUP and two | INDEX statements. | | Sheet 2 has ~8000 rows, 4 columns, the data is imported via SQL query. | | Sheet 3 has ~4000 rows, 4 columns, this data is imported from a text | file. | | The VLOOKUP command on Sheet 1 references Sheet 2. Each row on Sheet 1 | has two INDEX statements, one statement each references Sheets 2 and 3. | | When I get all the data in and try to calculate, I get to 30% then | Excel hangs, hard and forces a kill process and restart situation. All | the INDEX statments appear correct, all the VLOOKUP statements are | correct, but neither returns data that is in the referenced cells, some | come up good, some come up N/A but then, calculation never completes. | | Help, I need this to work. | | I did try regenerating the files by copying the template portions of | the sheet over and re-making the necessary macros and queries.... | | | -- | snobordr | ------------------------------------------------------------------------ | snobordr's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=36075 | View this thread: http://www.excelforum.com/showthread.php?threadid=559459 |
|
|
|