Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel percentage

Status
Not open for further replies.

douknow

Technical User
Joined
Aug 20, 2007
Messages
7
Location
US

Hi

I have a formula in a column set as pecentage. When the result is 0 in one half of the column nothing appears, in the other half 0.0% appears. I would like the whole column to have nothing appearing if the result is 0. Anybody know how to change this?
 
Hi,
Modify your formula to something like this ...
Code:
=IF(G2=0,"",G2)
Hope this helps ;-) Skip,
metzgsk@voughtaircraft.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top