Formula Question

  • Thread starter Thread starter Tom G
  • Start date Start date
T

Tom G

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
 
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

Select the cell.
Edit/Replace
Find: $Y
Replace with: X

Replace
Close

should do it.


--ron
 
You could just highlight all the cells with that formula and do a Find
(Control-F) and replace all the $Y with $X.

Jim
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top