+ Reply to Thread
Results 1 to 6 of 6

Problem removing 0

  1. #1
    Forum Contributor
    Join Date
    01-05-2006
    Posts
    113

    Problem removing 0

    Helper Sheet AQ2:AQ901 contain phone numbers

    some have been entered 0 when there is no number provided. I am trying 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 all result with the 0 still remaining

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

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

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


    any other suggestions

  2. #2
    Michael
    Guest

    RE: Problem removing 0

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

    Sincerely, Michael Colvin


    "jermsalerms" wrote:

    >
    > Helper Sheet AQ2:AQ901 contain phone numbers
    >
    > some have been entered 0 when there is no number provided. I am trying
    > 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 all
    > result with the 0 still remaining
    >
    > =IF(ISNUMBER('Helper Sheet'!AQ2)="0","",IF('Helper
    > Sheet'!AQ2="","",'Helper Sheet'!AQ2))
    >
    > =IF(ISTEXT('Helper Sheet'!AQ2)="0","",IF('Helper
    > Sheet'!AQ2="","",'Helper Sheet'!AQ2))
    >
    > =IF('Helper Sheet'!AQ2="0","",IF('Helper Sheet'!AQ2="","",'Helper
    > Sheet'!AQ2))
    >
    >
    > any other suggestions
    >
    >
    > --
    > jermsalerms
    > ------------------------------------------------------------------------
    > jermsalerms's Profile: http://www.excelforum.com/member.php...o&userid=30167
    > View this thread: http://www.excelforum.com/showthread...hreadid=501136
    >
    >


  3. #3
    PCLIVE
    Guest

    Re: Problem removing 0

    It seems like this should work.

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



    "jermsalerms" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Helper Sheet AQ2:AQ901 contain phone numbers
    >
    > some have been entered 0 when there is no number provided. I am trying
    > 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 all
    > result with the 0 still remaining
    >
    > =IF(ISNUMBER('Helper Sheet'!AQ2)="0","",IF('Helper
    > Sheet'!AQ2="","",'Helper Sheet'!AQ2))
    >
    > =IF(ISTEXT('Helper Sheet'!AQ2)="0","",IF('Helper
    > Sheet'!AQ2="","",'Helper Sheet'!AQ2))
    >
    > =IF('Helper Sheet'!AQ2="0","",IF('Helper Sheet'!AQ2="","",'Helper
    > Sheet'!AQ2))
    >
    >
    > any other suggestions
    >
    >
    > --
    > jermsalerms
    > ------------------------------------------------------------------------
    > jermsalerms's Profile:
    > http://www.excelforum.com/member.php...o&userid=30167
    > View this thread: http://www.excelforum.com/showthread...hreadid=501136
    >




  4. #4
    Dave Peterson
    Guest

    Re: Problem removing 0

    =if('helper sheet'!aq2=0,"",'helper sheet'!aq2)

    maybe????

    jermsalerms wrote:
    >
    > Helper Sheet AQ2:AQ901 contain phone numbers
    >
    > some have been entered 0 when there is no number provided. I am trying
    > 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 all
    > result with the 0 still remaining
    >
    > =IF(ISNUMBER('Helper Sheet'!AQ2)="0","",IF('Helper
    > Sheet'!AQ2="","",'Helper Sheet'!AQ2))
    >
    > =IF(ISTEXT('Helper Sheet'!AQ2)="0","",IF('Helper
    > Sheet'!AQ2="","",'Helper Sheet'!AQ2))
    >
    > =IF('Helper Sheet'!AQ2="0","",IF('Helper Sheet'!AQ2="","",'Helper
    > Sheet'!AQ2))
    >
    > any other suggestions
    >
    > --
    > jermsalerms
    > ------------------------------------------------------------------------
    > jermsalerms's Profile: http://www.excelforum.com/member.php...o&userid=30167
    > View this thread: http://www.excelforum.com/showthread...hreadid=501136


    --

    Dave Peterson

  5. #5
    Gary''s Student
    Guest

    RE: Problem removing 0

    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
    --
    Gary's Student


    "jermsalerms" wrote:

    >
    > Helper Sheet AQ2:AQ901 contain phone numbers
    >
    > some have been entered 0 when there is no number provided. I am trying
    > 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 all
    > result with the 0 still remaining
    >
    > =IF(ISNUMBER('Helper Sheet'!AQ2)="0","",IF('Helper
    > Sheet'!AQ2="","",'Helper Sheet'!AQ2))
    >
    > =IF(ISTEXT('Helper Sheet'!AQ2)="0","",IF('Helper
    > Sheet'!AQ2="","",'Helper Sheet'!AQ2))
    >
    > =IF('Helper Sheet'!AQ2="0","",IF('Helper Sheet'!AQ2="","",'Helper
    > Sheet'!AQ2))
    >
    >
    > any other suggestions
    >
    >
    > --
    > jermsalerms
    > ------------------------------------------------------------------------
    > jermsalerms's Profile: http://www.excelforum.com/member.php...o&userid=30167
    > View this thread: http://www.excelforum.com/showthread...hreadid=501136
    >
    >


  6. #6
    Forum Contributor
    Join Date
    01-05-2006
    Posts
    113

    Thanks Everyone

    I tried PCLIVE's and it worked so Im sticking with it.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1