+ Reply to Thread
Results 1 to 10 of 10

excel formula to enter "0" if cell blank

  1. #1
    Curt
    Guest

    excel formula to enter "0" if cell blank

    trying to eliminate error messages needed for math formula. With "0" in cells
    works good "anyone"

  2. #2
    Max
    Guest

    Re: excel formula to enter "0" if cell blank

    Maybe something along the lines of:

    =if(B1="",0, <formula>)

    =IF(OR(A1="",B1=""),0,<formula>)

    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --
    "Curt" <[email protected]> wrote in message
    news:[email protected]...
    > trying to eliminate error messages needed for math formula. With "0" in

    cells
    > works good "anyone"




  3. #3
    Bob Phillips
    Guest

    Re: excel formula to enter "0" if cell blank

    What is the formula that gives the error, it seems best to address that.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Curt" <[email protected]> wrote in message
    news:[email protected]...
    > trying to eliminate error messages needed for math formula. With "0" in

    cells
    > works good "anyone"




  4. #4
    sajay
    Guest

    Re: excel formula to enter "0" if cell blank

    ask me



    sajay


  5. #5
    Curt
    Guest

    Re: excel formula to enter "0" if cell blank

    the formula is looking for a value that is missing. The value can become
    missing by operator error. Trying to create a update macro that will input
    0's where needed.

    "Bob Phillips" wrote:

    > What is the formula that gives the error, it seems best to address that.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Curt" <[email protected]> wrote in message
    > news:[email protected]...
    > > trying to eliminate error messages needed for math formula. With "0" in

    > cells
    > > works good "anyone"

    >
    >
    >


  6. #6
    Curt
    Guest

    Re: excel formula to enter "0" if cell blank

    Didn't explain well enough. trying to create a macro that will update. Input
    0's where needed. Formula looks for a value and gives error if cell blank.

    "Max" wrote:

    > Maybe something along the lines of:
    >
    > =if(B1="",0, <formula>)
    >
    > =IF(OR(A1="",B1=""),0,<formula>)
    >
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > Singapore, GMT+8
    > xdemechanik
    > http://savefile.com/projects/236895
    > --
    > "Curt" <[email protected]> wrote in message
    > news:[email protected]...
    > > trying to eliminate error messages needed for math formula. With "0" in

    > cells
    > > works good "anyone"

    >
    >
    >


  7. #7
    Curt
    Guest

    Re: excel formula to enter "0" if cell blank

    Trying to create a macro that will input 0"s where needed. Formula looks for
    a value and returns error.

    "sajay" wrote:

    > ask me
    >
    >
    >
    > sajay
    >
    >


  8. #8
    Curt
    Guest

    Re: excel formula to enter "0" if cell blank

    When useing edit & goto get message no cells found for blanks. no data in
    worksheet Does excel 2000 not accept find what empty. what should be entered
    for a blank cell?

    "Curt" wrote:

    > Trying to create a macro that will input 0"s where needed. Formula looks for
    > a value and returns error.
    >
    > "sajay" wrote:
    >
    > > ask me
    > >
    > >
    > >
    > > sajay
    > >
    > >


  9. #9
    Curt
    Guest

    Re: excel formula to enter "0" if cell blank

    useing edit to try to get it to input "0" where needed. goto & edit both say
    no cells found to match leaving find what 'empty'
    tried " " did not take.

    "Max" wrote:

    > Maybe something along the lines of:
    >
    > =if(B1="",0, <formula>)
    >
    > =IF(OR(A1="",B1=""),0,<formula>)
    >
    > --
    > Rgds
    > Max
    > xl 97
    > ---
    > Singapore, GMT+8
    > xdemechanik
    > http://savefile.com/projects/236895
    > --
    > "Curt" <[email protected]> wrote in message
    > news:[email protected]...
    > > trying to eliminate error messages needed for math formula. With "0" in

    > cells
    > > works good "anyone"

    >
    >
    >


  10. #10
    Max
    Guest

    Re: excel formula to enter "0" if cell blank

    Curt, think Dave Peterson has provided a much better handle on your query
    for a macro, which I noted you had since pursued in a subsequent post.
    I've got nothing further to offer you. cheers.
    --
    Rgds
    Max
    xl 97
    ---
    Singapore, GMT+8
    xdemechanik
    http://savefile.com/projects/236895
    --



+ 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