Problem removing 0

  • Thread starter Thread starter jermsalerms
  • Start date Start date
J

jermsalerms

Helper Sheet AQ2:AQ901 contain phone numbers

some have been entered 0 when there is no number provided. I am tryin
to write a formula that will state if AQ2 = 0 then field is blank.

in cell V2 I have tried to write all the following formulas and al
result with the 0 still remaining

=IF(ISNUMBER('Helper Sheet'!AQ2)="0","",IF('Helpe
Sheet'!AQ2="","",'Helper Sheet'!AQ2))

=IF(ISTEXT('Helper Sheet'!AQ2)="0","",IF('Helpe
Sheet'!AQ2="","",'Helper Sheet'!AQ2))

=IF('Helper Sheet'!AQ2="0","",IF('Helper Sheet'!AQ2="","",'Helpe
Sheet'!AQ2))


any other suggestion
 
Try =IF('Helper Sheet'!AQ2=0,"",'Helper Sheet'!AQ2). HTH

Sincerely, Michael Colvin
 
If you want the zero to appear blank, then select the cell and pull-down:

Format > Cell > Number > Custom and enter #,### in place of general
 

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