Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return portion of Formula? | Excel Discussion (Misc queries) | |||
Extract portion of formula resident in a cell | Excel Worksheet Functions | |||
A formula for moving a portion of a cell??? | Excel Discussion (Misc queries) | |||
how do i find and replace a portion of a cell's formula? | Excel Discussion (Misc queries) | |||
how do i extend the series of a portion of a formula? | Excel Worksheet Functions |