formulas

G

Guest

I am trying to take one figure from a spreadsheet workbook and carry this
accross to another worksheet no calculations are required i just need to
carry the data accross please help!
 
G

Guest

Hi,

Not sure if i understand exactly what you mean but maybe this will help:

If you want to copy cell F10 from 1 worksheet to another (within the same
..XLS spreadsheet file) and if the original cell changes and you want to see
this reflected in the copy try this formula in the cell where you want to see
the data copied to:

='Copied Worksheet Name'!F10

If you want to copy a call from 1 workbook to another (e.g 1 XLS spreadhset
file to another) try this:

='[Copied Workbook Name.xls]Copied Worksheet Name'!F10

Hope this is what you are looking for.
If not, maybe if you choose 'paste special' instead of paste when you are
doing the copying, one of the options here might be what you are looking for.
you can copy just values or just formulas etc.
 

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