The Code Cage - Microsoft Office help Free Microsoft Office Help for all Applications!  

To stop seeing these ads and get other benefits check This page!

Go Back   The Code Cage Forums > Newsgroups - Microsoft Topics > Newsgroup - Excel Forum > Excel New Users


Excel New Users Post questions in this forum if you are new to using Microsoft Excel and need that little bit more of an explanation etc.

Hey there!

It looks like you're enjoying but haven't created an account yet. Why not take a minute to register for your own free account now? As a member you get free access to all of our forums and posts plus the ability to post your own messages, communicate directly with other members and much more. Register now!

Already a member? Login at the top of this page to stop seeing this message.


Reply
 
LinkBack (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 13th April 2009, 02:28 PM
Eltayeb Elsheikh Bakheet
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default RE: How do I copy a formula from one worksheet to another?

------ Register to get rid of these "In Post" ads! ------




"cahduq" wrote:

> I have a formula in one worksheet and want to copy that result to a cell in
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/excel-new-users/85497-re-how-do-i-copy-formula-one-worksheet-another.html#post305792
> another worksheet. When I try to do that, I get "#REF#" in the destination
> cell. How can I make this work?

Reply to this post


Did you find this post helpful? Yes | No

The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
  #2 (permalink)  
Old 16th April 2009, 01:10 PM
Junior Member
MS Office Version: MS Office 97, 2003
MS Office Skill Level: Some VBA experience


My Top Tip Count: 0

 
Join Date: Apr 2009
Location: Lahore
Posts: 28
Thanks to others: 0
Thanked 2 Times in 2 Posts
Chats: 0
Rep Power: 1
mubashir aziz is on a distinguished road
Default Re: How do I copy a formula from one worksheet to another?

------ Register to get rid of these "In Post" ads! ------


Just put ' before existing formula now copy the while cell and paste in new sheet (don't ignore to copy whole cell including ' ).

After pasting formula just move ' and your formula will be in shape but make sure that the formula will work on relevant rows and columns only .....
Reply to this post


Did you find this post helpful? Yes | No
  #3 (permalink)  
Old 3rd November 2009, 12:26 AM
Louis de Pointe du Lac
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default RE: How do I copy a formula from one worksheet to another?

------ Register to get rid of these "In Post" ads! ------


Here's my scenario.
Microsoft Excel 2003 (11.8033.8028) SP2

I have 'Reporting Workbook Days 1-7'
I also have 'Reporting Workbook Days 8-14'.

The master template from which both were created, had a formula error (so
the rows are summing 'off' by one row).
Example:
On Row 69, the formula in cell D69 shows:
=SUM('Mon 10.12'!D68,'Tue 10.13'!D68,'Wed 10.14'!D68,'Thu 10.15'!D68,'Fri
10.16'!D68,Sun!D68,Sat!D68)

All of those !D68 's should be !D69 's. (And this general process repeats
across for *Columns* D through X.

So, I will go through and manually correct each one.
I will do this for all of the affected rows (12 rows, and 21 columns).
That will have manually corrected 'Reporting Workbook Days 1-7'.
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/excel-new-users/85497-re-how-do-i-copy-formula-one-worksheet-another.html#post546157

However, when I try to copy these formulas over to 'Reporting Workbook Days
8-14', the formula (no matter what I choose) insists on referencing the
original workbook.
I don't want another copy of the data from Days 1-7, I want to instead
correct the erroneous formulas for Days 8-14.
(And the other 120 or so days that need to be fixed, one week at a time.)

I'd love to only do the manual work once, instead of many many times.

Anyone have a process for me?

Separately, is there a faster way other than manually updating 12x21 cells
for correcting the initial workbook (which I will then use as a template for
the others) ?


Thank you for any assistance you can provide.
Reply to this post


Did you find this post helpful? Yes | No
The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
  #4 (permalink)  
Old 3rd November 2009, 01:28 AM
Gord Dibben
Newsgroup Contributor


My Top Tip Count:

 
Posts: n/a
Chats:
Default Re: How do I copy a formula from one worksheet to another?

------ Register to get rid of these "In Post" ads! ------


Have you tried an Edit>Replace>Lookin>Formulas

What: D68

With: D69

Secondly...............to copy formulas that reference sheets as yours do,
one method is to do an Edit>Replace in source workbook.
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/excel-new-users/85497-re-how-do-i-copy-formula-one-worksheet-another.html#post546206

What: =

Wioth: ^^^

Replace all.

Copy to new workbook then reverse the edit>replace.

Another methos is to copy as is then Edit>Links>Change Links to the current
new workbook.


Gord Dibben MS Excel MVP

On Mon, 2 Nov 2009 15:23:01 -0800, Louis de Pointe du Lac
<LouisdePointeduLac@discussions.microsoft.com> wrote:

>Here's my scenario.
>Microsoft Excel 2003 (11.8033.8028) SP2
>
>I have 'Reporting Workbook Days 1-7'
>I also have 'Reporting Workbook Days 8-14'.
>
>The master template from which both were created, had a formula error (so
>the rows are summing 'off' by one row).
>Example:
>On Row 69, the formula in cell D69 shows:
>=SUM('Mon 10.12'!D68,'Tue 10.13'!D68,'Wed 10.14'!D68,'Thu 10.15'!D68,'Fri
>10.16'!D68,Sun!D68,Sat!D68)
>
>All of those !D68 's should be !D69 's. (And this general process repeats
>across for *Columns* D through X.
>
>So, I will go through and manually correct each one.
>I will do this for all of the affected rows (12 rows, and 21 columns).
>That will have manually corrected 'Reporting Workbook Days 1-7'.
>
>However, when I try to copy these formulas over to 'Reporting Workbook Days
>8-14', the formula (no matter what I choose) insists on referencing the
>original workbook.
>I don't want another copy of the data from Days 1-7, I want to instead
>correct the erroneous formulas for Days 8-14.
>(And the other 120 or so days that need to be fixed, one week at a time.)
>
>I'd love to only do the manual work once, instead of many many times.
>
>Anyone have a process for me?
>
>Separately, is there a faster way other than manually updating 12x21 cells
>for correcting the initial workbook (which I will then use as a template for
>the others) ?
>
>
>Thank you for any assistance you can provide.


Reply to this post


Did you find this post helpful? Yes | No
The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
Reply

Bookmarks

Tags
copy, formula, worksheet


LinkBacks (?)
LinkBack to this Thread: http://www.thecodecage.com/forumz/excel-new-users/85497-re-how-do-i-copy-formula-one-worksheet-another.html
Posted By For Type Date Hits
How do I copy a formula from one worksheet to another? This thread Refback 3rd January 2010 08:45 PM 1

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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

Forum Jump

The Code Cage Affilliates


To stop seeing these ads and get other benefits check This page!



All times are GMT +1. The time now is 11:00 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2
No part of this board may be copied or reproduced either in part or full without the express permission of The Code Cage Team.
We are not associated with nor employed by Microsoft in any way, we simply provide resources!
All MS office icons are registered trademarks of the application the represent