PC Review


Reply
Thread Tools Rate Thread

copy formula only

 
 
Steve Fletcher
Guest
Posts: n/a
 
      15th Nov 2003
When I copy a formula down the column the value gets repeated all the way
down too . How can I only paste the formula so as the cells stay blank
until related cells are filled in to make the calculations.
Thanks
Steve


 
Reply With Quote
 
 
 
 
Don Guillett
Guest
Posts: n/a
 
      15th Nov 2003
if(relatedcell="","",relatedcellformula)

--
Don Guillett
SalesAid Software
(E-Mail Removed)
"Steve Fletcher" <(E-Mail Removed)> wrote in message
news:Oqetb.63$(E-Mail Removed)...
> When I copy a formula down the column the value gets repeated all the way
> down too . How can I only paste the formula so as the cells stay blank
> until related cells are filled in to make the calculations.
> Thanks
> Steve
>
>



 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      15th Nov 2003
Steve

Example only, your data and formulas will differ.

Columns A has numeric data. Column B is blank but awaiting data.

You want the product of A1 and B1 and on down the columns.

In C1 enter =IF(B1="","",A1*B1) then drag/copy down Column C

The idea is to have a qualifier in the formula. If a certain parameter is not
met, then leave C looking blank otherwise show the results of the calculation.

If you have a particular formula you need help with, post it.

Gord Dibben XL2002



On Sat, 15 Nov 2003 00:28:31 -0000, "Steve Fletcher"
<(E-Mail Removed)> wrote:

>When I copy a formula down the column the value gets repeated all the way
>down too . How can I only paste the formula so as the cells stay blank
>until related cells are filled in to make the calculations.
>Thanks
>Steve
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel formula to copy/paste formula needed please. colwyn Microsoft Excel Misc 4 22nd Oct 2008 11:27 PM
copy formula result (text) only - without copying formula Mulberry Microsoft Excel Misc 2 2nd Oct 2008 09:51 AM
I copy a formula and the results copy from the original cell =?Utf-8?B?YnJvb2tseW5zZA==?= Microsoft Excel Misc 1 23rd Jun 2007 01:35 AM
copy formula down a column and have cell references change within formula brad Microsoft Excel New Users 5 13th May 2007 04:38 PM
Copy/Paste how to avoid the copy of formula cells w/o calc values =?Utf-8?B?RGVubmlz?= Microsoft Excel Misc 10 2nd Mar 2006 10:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:18 AM.