Autopopulation of formulae after download of data into a master sh

G

Guest

Hi,

I have an excel workbook which has various reports created (using excel
formulae across different worksheets) based on master data which I maintain
in the first sheet.

If the master data is entered (or pasted manually) into the first sheet,
then all other formulae will get automatically reflect the formula results.

But when I try to download the master data into the first sheet via a
program (using the workbook as a template), the rest of the sheets do not
reflect the results of the formulae (though I have set autopopulate on Open).
It expects me to go back to each cell and click enter to start viewing the
data.

Does anyone have an idea how to resolve this? Do I need to use a macro?
 
G

Gord Dibben

Try this little trick to force formulas back to formulas.

Select all cells and Edit>Replace

What: =

With: =

Replace all.


Gord Dibben MS Excel MVP
 
D

Dave Peterson

Record a macro when you do it manually.

Then rerun that macro whenever you need it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top