replacing only zeros

P

pseudonym

Hello,
I have an excel spread sheet that contains numerous zeros in cells.
I would like to replace the zeros with the words hi; however I do not
want to replace zeros in cells that are part of other numbers like
2.07. I would like the cell that has the value 2.07 to remain 2.07 but
a cell with the value of 0 should be changed to hi.

Thanks!
 
C

CLR

If your zero's are the results of formulas, you can wrap your formulas in an
IF statement, like

=IF((YourFormula)=0,"hi",(YourFormula))

Vaya con Dios,
Chuck, CABGx3
 
R

RagDyer

If your zeroes are *not* the results of a formula, you could try,
<Edit> <Replace>,

Enter 0 in the "Find What" box,
And "hi" (no quotes) in the "Replace With" box,
And *CHECK*
"Find Entire Cells Only"

Then <Replace All>

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
D

Debra Dalgleish

You can use formatting to change the zero cells:

Select all the cells that you want to format
Choose Format>Cells
Select the Number tab
Select the Custom Category
In the text box, type: General;General;"hi"
Click OK
 
Joined
Sep 22, 2011
Messages
1
Reaction score
0
Hi,

How or where will find "Find Entire Cells Only"
I m finding only Find all and Find next.

Please can you help me
 

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

Top