Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
mdeanda
 
Posts: n/a
Default Autocalculate does not work

I have over 100 excel files with 20-30 worksheets in each. Using ASAP
utilites I have created an index on a "summary worksheet" tab. This index
contains the entire list of tab names for the file. Each tab name is a
persons name.

Cell G4 (one of 400 cells) of each tab contains data that I want
consolidated into the "Summary worksheet". I create formulas that I will
copy into all the files

Index Data
Column A Column B
Alig, Paula ="='"&A40&"'!"&"G4" This is the formula that I
created

Column A Column B
Alig, Paula ='Alig, Paula'!G4 This is the data that
Excel returns

Column A Column B I use copy special for "values
only"
Alig, Paula ='Alig, Paula'!G4 and place this in a new
cell
Excel does not
return Data from cell
G4 in the
"Alig, Paula" tab

Column A Column B I have to use the F2 key
and then press
Alig, Paula Resource Specialist "enter" before the field
re-calculates

Again I have over 100 files with 30 rows and 24 columns. I do not have time
to hit F2 followed by "enter" for all cells and Files. The automatic options
is turned On. Why won't Excel autocalculate?



  #2   Report Post  
excelthoughts
 
Posts: n/a
Default

Hi mdeanda

You probably need to make use of the INDIRECT and ADDRESS functions. If
you enter the following in Column B in place of ="='"&A40&"'!"&"G4", it
should work.

=INDIRECT(ADDRESS(ROW(G4),COLUMN(G4),,,A40))

The ADDRESS function creates the address of the cell, and the INDIRECT
retrieves the value of the cell.

Regards
Andrew
excelthoughts.com

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I wish to save my Excell work in my work sheets CLC 37 Qld Excel Worksheet Functions 0 May 24th 05 10:56 AM
Is there away to keep "auto save" from jumping to the first work sheet in the work book? Marc New Users to Excel 2 April 21st 05 01:27 AM
How to copy the work sheets from different workbooks into one? Sesh Excel Discussion (Misc queries) 1 April 15th 05 06:03 PM
How to get saved old saved work that was saved over? Maral Excel Discussion (Misc queries) 1 February 20th 05 08:59 PM
Change Path names in copied work book jheaney Excel Worksheet Functions 2 November 18th 04 07:29 PM


All times are GMT +1. The time now is 03:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"