View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BekkiM
 
Posts: n/a
Default Copying formula to another workbook

If you're only copying one formula, you can copy it out of the formula line
(not sure what it's official name is--the area above the worksheet) instead
of copying and pasting the cell itself. Just make sure to paste the formula
into the formula line as well.

Obviously, this will be cumbersome if you've got a lot of copying and
pasting to do. So, if that's the case, do all your copying and pasting
(don't worry about the workbook references), then do a find/replace to
eliminate all references to [otherworkbook].

"See" wrote:

I want to use the same formula in another workbook e.g. A1+sheet2!b1, however
when I copy it it links to the other workbook e.g. when I paste I get
[otherworkbook]'a1+Sheet2!B1

How can I copy just the formula so it works in the same cells in my new
workbook