+ Reply to Thread
Results 1 to 8 of 8

Show blank instead of zero's in formula?

  1. #1
    Registered User
    Join Date
    11-08-2008
    Location
    Montreal
    Posts
    57

    Show blank instead of zero's in formula?

    Totally New to excel i need help please.
    with this i have attached a screen shot.

    how do i make the Zeros not to show when there are nothing in the other column.

    Thank you
    Attached Images Attached Images
    Last edited by hyewiz; 11-13-2008 at 08:42 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    So you've got a formula like

    =A1*1.1288

    change to

    =IF(A1="","",A1*1.1288)

  3. #3
    Forum Expert Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,161
    It depends on your formula!, if that formula is in colmun C and it takes in to account column A you can write it like this:
    =IF(A2="","",A1+C1) so it says; IF A2, is empty, then show empty, else show the sum of A1+C1.
    Not all forums are the same - seek and you shall find

  4. #4
    Forum Expert Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,161
    Ooops, sorry DD hows your toes?

  5. #5
    Registered User
    Join Date
    11-08-2008
    Location
    Montreal
    Posts
    57
    Thank you for the fast reply

    this is what i have now

    D6 has this =B6+(B6*TAX)
    and
    D25 has this =SUM(D6:D24)

    B25 has this =SUM(B6:B23)

    what i want is D19, D20, D21, D22 and D23 not to show $0.00
    when B19, B20, B21, B22 and 23 are empty.

    Like i said i am total newbie please spare with me.

    thank you
    Attached Images Attached Images

  6. #6
    Registered User
    Join Date
    11-08-2008
    Location
    Montreal
    Posts
    57
    I think i managed to find correct me if i am wrong

    D6 will have this
    Please Login or Register  to view this content.

  7. #7
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Quote Originally Posted by hyewiz View Post
    I think i managed to find correct me if i am wrong
    That looks good or this will do the same

    =IF(B6="","",B6*(1+TAX))

    Quote Originally Posted by Simon Lloyd View Post
    Ooops, sorry DD hows your toes?
    Ouch! have you ever had a Hulk tread on 'em? (never mind an incredible one )

  8. #8
    Registered User
    Join Date
    11-08-2008
    Location
    Montreal
    Posts
    57
    Thank you greatly appreciated, your help.
    Last edited by hyewiz; 11-09-2008 at 02:10 AM.

+ 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