In the following formula:
=IF($Y$2="","",IF(T24=$Y$2,(U24*0.5*$Y$3),IF(V24=$Y$2,(W24*0.5*$Y$3),IF(X24=$Y$2,(Y24*0.5*$Y$3))))-(U24+W24+Y24))
How do I change all of the $Y values to X. Is there a way to do that
all at one time?
Thanks,
Tom
Ron Rosenfeld - 26 Nov 2006 19:53 GMT
>In the following formula:
>
[quoted text clipped - 6 lines]
>
>Tom
Select the cell.
Edit/Replace
Find: $Y
Replace with: X
Replace
Close
should do it.
--ron
jcorbett@hushmail.com - 26 Nov 2006 19:53 GMT
You could just highlight all the cells with that formula and do a Find
(Control-F) and replace all the $Y with $X.
Jim
Jon von der Heyden - 26 Nov 2006 19:54 GMT
Hi Tom
Highlight this cell and any other cells you want to do this to. If you only
want to do this on one cell then highlight this cell and any other blank cell.
Then Ctrl+H --> Replace: Y$ --> With: X$ --> Replace All
Hope this helps
Jon

Signature
Email: subst1tut3 numb3rs for l3tt3rs...
> In the following formula:
>
[quoted text clipped - 6 lines]
>
> Tom