Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Replace a portion of a formula

Does anyone know of a way that I can replace a portion of a formula
throughout a worksheet without changing the other part?

I have been able to find the cells that need to be changed by searching for
=SUM($C?*$E$1)

I need to change the C to a D is all cells. Is this possible?

I'd appreciate any help! Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Replace a portion of a formula

Find

SUM($C

and replace with

SUM($D

use the look in formula option.

HTH,
Bernie
MS Excel MVP


"krkward" wrote in message
...
Does anyone know of a way that I can replace a portion of a formula
throughout a worksheet without changing the other part?

I have been able to find the cells that need to be changed by searching for
=SUM($C?*$E$1)

I need to change the C to a D is all cells. Is this possible?

I'd appreciate any help! Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Replace a portion of a formula

Find
=sum($c

Replace with
=sum($D

If this post helps click Yes
---------------
Jacob Skaria


"krkward" wrote:

Does anyone know of a way that I can replace a portion of a formula
throughout a worksheet without changing the other part?

I have been able to find the cells that need to be changed by searching for
=SUM($C?*$E$1)

I need to change the C to a D is all cells. Is this possible?

I'd appreciate any help! Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Replace a portion of a formula

You might also want to think about whether you needed the SUM function. Was
there something that you wanted to add to $C2*$E$1, for example, or was your
formula intended to have been just =$C2*$E$1 ?

If you don't know what the SUM function does, look it up in Excel help.
--
David Biddulph


"krkward" wrote in message
...
Does anyone know of a way that I can replace a portion of a formula
throughout a worksheet without changing the other part?

I have been able to find the cells that need to be changed by searching
for
=SUM($C?*$E$1)

I need to change the C to a D is all cells. Is this possible?

I'd appreciate any help! Thanks!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Return portion of Formula? Ken Excel Discussion (Misc queries) 1 January 8th 09 01:31 PM
Extract portion of formula resident in a cell JASelep Excel Worksheet Functions 2 August 29th 07 04:25 PM
A formula for moving a portion of a cell??? McKenna Excel Discussion (Misc queries) 4 February 20th 07 10:23 PM
how do i find and replace a portion of a cell's formula? KyWilde Excel Discussion (Misc queries) 2 November 3rd 06 02:49 AM
how do i extend the series of a portion of a formula? fraustrated Excel Worksheet Functions 2 April 21st 05 10:07 PM


All times are GMT +1. The time now is 08:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"