+ Reply to Thread
Results 1 to 7 of 7

#VALUE in formula as opposed to result

  1. #1
    Spike
    Guest

    #VALUE in formula as opposed to result

    I have come across a formula with #VALUE actually in the formula as opposed
    to the result. What does this mean, if it is correct why would someone code
    it into the formula and what does it do as the result is a number and not
    #REF or #VALUE.

    Any advices will be gratefully received
    --
    with kind regards

    Spike

  2. #2
    Bob Phillips
    Guest

    Re: #VALUE in formula as opposed to result

    Can you post the formula?

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Spike" <[email protected]> wrote in message
    news:[email protected]...
    > I have come across a formula with #VALUE actually in the formula as

    opposed
    > to the result. What does this mean, if it is correct why would someone

    code
    > it into the formula and what does it do as the result is a number and not
    > #REF or #VALUE.
    >
    > Any advices will be gratefully received
    > --
    > with kind regards
    >
    > Spike




  3. #3
    Niek Otten
    Guest

    Re: #VALUE in formula as opposed to result

    And the value of the input cells?

    --
    Kind regards,

    Niek Otten

    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > Can you post the formula?
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > (remove nothere from email address if mailing direct)
    >
    > "Spike" <[email protected]> wrote in message
    > news:[email protected]...
    >> I have come across a formula with #VALUE actually in the formula as

    > opposed
    >> to the result. What does this mean, if it is correct why would someone

    > code
    >> it into the formula and what does it do as the result is a number and not
    >> #REF or #VALUE.
    >>
    >> Any advices will be gratefully received
    >> --
    >> with kind regards
    >>
    >> Spike

    >
    >




  4. #4
    Spike
    Guest

    Re: #VALUE in formula as opposed to result

    Formula is =IF(ABS(I82-I130)>Tolerance_Fund,#VALUE!+I82)

    This actually produces a numeric result
    --
    with kind regards

    Spike


    "Niek Otten" wrote:

    > And the value of the input cells?
    >
    > --
    > Kind regards,
    >
    > Niek Otten
    >
    > "Bob Phillips" <[email protected]> wrote in message
    > news:[email protected]...
    > > Can you post the formula?
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > (remove nothere from email address if mailing direct)
    > >
    > > "Spike" <[email protected]> wrote in message
    > > news:[email protected]...
    > >> I have come across a formula with #VALUE actually in the formula as

    > > opposed
    > >> to the result. What does this mean, if it is correct why would someone

    > > code
    > >> it into the formula and what does it do as the result is a number and not
    > >> #REF or #VALUE.
    > >>
    > >> Any advices will be gratefully received
    > >> --
    > >> with kind regards
    > >>
    > >> Spike

    > >
    > >

    >
    >
    >


  5. #5
    Niek Otten
    Guest

    Re: #VALUE in formula as opposed to result

    Hi Spike,

    This is not a complete formula.
    An IF should have a TRUE part and a FALSe part, like in:
    =IF(Condition, TrueValue,FalseValue)
    Your formula has been corrupted one way or another. It should read something
    like
    =IF(ABS(I82-I130)>Tolerance_Fund,I79,I82)
    But why do you say it gives a numeric result? What? and what, again, are the
    input values?
    Do you have any idea what the formula is *supposed* to do?

    --
    Kind regards,

    Niek Otten




    "Spike" <[email protected]> wrote in message
    news:[email protected]...
    > Formula is =IF(ABS(I82-I130)>Tolerance_Fund,#VALUE!+I82)
    >
    > This actually produces a numeric result
    > --
    > with kind regards
    >
    > Spike
    >
    >
    > "Niek Otten" wrote:
    >
    >> And the value of the input cells?
    >>
    >> --
    >> Kind regards,
    >>
    >> Niek Otten
    >>
    >> "Bob Phillips" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > Can you post the formula?
    >> >
    >> > --
    >> > HTH
    >> >
    >> > Bob Phillips
    >> >
    >> > (remove nothere from email address if mailing direct)
    >> >
    >> > "Spike" <[email protected]> wrote in message
    >> > news:[email protected]...
    >> >> I have come across a formula with #VALUE actually in the formula as
    >> > opposed
    >> >> to the result. What does this mean, if it is correct why would
    >> >> someone
    >> > code
    >> >> it into the formula and what does it do as the result is a number and
    >> >> not
    >> >> #REF or #VALUE.
    >> >>
    >> >> Any advices will be gratefully received
    >> >> --
    >> >> with kind regards
    >> >>
    >> >> Spike
    >> >
    >> >

    >>
    >>
    >>




  6. #6
    Spike
    Guest

    Re: #VALUE in formula as opposed to result

    I do apologise you are absolutely right there is a second comma after the
    word VALUE which i never noticed and makes it a proper IF statement. I am
    sorry to have wasted both your's and bob's time.

    I am off for an eye test!!!

    Many thanks
    --
    with kind regards

    Spike


    "Niek Otten" wrote:

    > Hi Spike,
    >
    > This is not a complete formula.
    > An IF should have a TRUE part and a FALSe part, like in:
    > =IF(Condition, TrueValue,FalseValue)
    > Your formula has been corrupted one way or another. It should read something
    > like
    > =IF(ABS(I82-I130)>Tolerance_Fund,I79,I82)
    > But why do you say it gives a numeric result? What? and what, again, are the
    > input values?
    > Do you have any idea what the formula is *supposed* to do?
    >
    > --
    > Kind regards,
    >
    > Niek Otten
    >
    >
    >
    >
    > "Spike" <[email protected]> wrote in message
    > news:[email protected]...
    > > Formula is =IF(ABS(I82-I130)>Tolerance_Fund,#VALUE!+I82)
    > >
    > > This actually produces a numeric result
    > > --
    > > with kind regards
    > >
    > > Spike
    > >
    > >
    > > "Niek Otten" wrote:
    > >
    > >> And the value of the input cells?
    > >>
    > >> --
    > >> Kind regards,
    > >>
    > >> Niek Otten
    > >>
    > >> "Bob Phillips" <[email protected]> wrote in message
    > >> news:[email protected]...
    > >> > Can you post the formula?
    > >> >
    > >> > --
    > >> > HTH
    > >> >
    > >> > Bob Phillips
    > >> >
    > >> > (remove nothere from email address if mailing direct)
    > >> >
    > >> > "Spike" <[email protected]> wrote in message
    > >> > news:[email protected]...
    > >> >> I have come across a formula with #VALUE actually in the formula as
    > >> > opposed
    > >> >> to the result. What does this mean, if it is correct why would
    > >> >> someone
    > >> > code
    > >> >> it into the formula and what does it do as the result is a number and
    > >> >> not
    > >> >> #REF or #VALUE.
    > >> >>
    > >> >> Any advices will be gratefully received
    > >> >> --
    > >> >> with kind regards
    > >> >>
    > >> >> Spike
    > >> >
    > >> >
    > >>
    > >>
    > >>

    >
    >
    >


  7. #7
    Niek Otten
    Guest

    Re: #VALUE in formula as opposed to result

    No problem at all, Spike
    Don't hesitate to ask for help again if you need any

    --
    Kind regards,

    Niek Otten

    "Spike" <[email protected]> wrote in message
    news:[email protected]...
    >I do apologise you are absolutely right there is a second comma after the
    > word VALUE which i never noticed and makes it a proper IF statement. I am
    > sorry to have wasted both your's and bob's time.
    >
    > I am off for an eye test!!!
    >
    > Many thanks
    > --
    > with kind regards
    >
    > Spike
    >
    >
    > "Niek Otten" wrote:
    >
    >> Hi Spike,
    >>
    >> This is not a complete formula.
    >> An IF should have a TRUE part and a FALSe part, like in:
    >> =IF(Condition, TrueValue,FalseValue)
    >> Your formula has been corrupted one way or another. It should read
    >> something
    >> like
    >> =IF(ABS(I82-I130)>Tolerance_Fund,I79,I82)
    >> But why do you say it gives a numeric result? What? and what, again, are
    >> the
    >> input values?
    >> Do you have any idea what the formula is *supposed* to do?
    >>
    >> --
    >> Kind regards,
    >>
    >> Niek Otten
    >>
    >>
    >>
    >>
    >> "Spike" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > Formula is =IF(ABS(I82-I130)>Tolerance_Fund,#VALUE!+I82)
    >> >
    >> > This actually produces a numeric result
    >> > --
    >> > with kind regards
    >> >
    >> > Spike
    >> >
    >> >
    >> > "Niek Otten" wrote:
    >> >
    >> >> And the value of the input cells?
    >> >>
    >> >> --
    >> >> Kind regards,
    >> >>
    >> >> Niek Otten
    >> >>
    >> >> "Bob Phillips" <[email protected]> wrote in message
    >> >> news:[email protected]...
    >> >> > Can you post the formula?
    >> >> >
    >> >> > --
    >> >> > HTH
    >> >> >
    >> >> > Bob Phillips
    >> >> >
    >> >> > (remove nothere from email address if mailing direct)
    >> >> >
    >> >> > "Spike" <[email protected]> wrote in message
    >> >> > news:[email protected]...
    >> >> >> I have come across a formula with #VALUE actually in the formula as
    >> >> > opposed
    >> >> >> to the result. What does this mean, if it is correct why would
    >> >> >> someone
    >> >> > code
    >> >> >> it into the formula and what does it do as the result is a number
    >> >> >> and
    >> >> >> not
    >> >> >> #REF or #VALUE.
    >> >> >>
    >> >> >> Any advices will be gratefully received
    >> >> >> --
    >> >> >> with kind regards
    >> >> >>
    >> >> >> Spike
    >> >> >
    >> >> >
    >> >>
    >> >>
    >> >>

    >>
    >>
    >>




+ 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