+ Reply to Thread
Results 1 to 4 of 4

Clearing #VALUE

  1. #1
    skateblade
    Guest

    Clearing #VALUE

    I get a #value in my total column W12, the formula is: =SUM(W11,U12,-V12) the
    formula in the W11 column is the same. The formula in U12 is: =+N12, the N12
    formula is: =-MIN(0,37.5-M12): The formual in V12 is: =+O12 the formula in
    O12 is: =IF(M12=0,"",MAX(0,37.5-M12))
    I would like the Total column W12 to get rid of #VALUE


  2. #2
    CLR
    Guest

    Re: Clearing #VALUE

    Try this in W12........

    =IF(ISERR(SUM(W11,U12,-V12)),"",SUM(W11,U12,-V12))

    Vaya con Dios,
    Chuck, CABGx3



    "skateblade" <[email protected]> wrote in message
    news:[email protected]...
    > I get a #value in my total column W12, the formula is: =SUM(W11,U12,-V12)

    the
    > formula in the W11 column is the same. The formula in U12 is: =+N12, the

    N12
    > formula is: =-MIN(0,37.5-M12): The formual in V12 is: =+O12 the formula in
    > O12 is: =IF(M12=0,"",MAX(0,37.5-M12))
    > I would like the Total column W12 to get rid of #VALUE
    >




  3. #3
    skateblade
    Guest

    Re: Clearing #VALUE

    It's wroks great Thank You

    "CLR" wrote:

    > Try this in W12........
    >
    > =IF(ISERR(SUM(W11,U12,-V12)),"",SUM(W11,U12,-V12))
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    >
    > "skateblade" <[email protected]> wrote in message
    > news:[email protected]...
    > > I get a #value in my total column W12, the formula is: =SUM(W11,U12,-V12)

    > the
    > > formula in the W11 column is the same. The formula in U12 is: =+N12, the

    > N12
    > > formula is: =-MIN(0,37.5-M12): The formual in V12 is: =+O12 the formula in
    > > O12 is: =IF(M12=0,"",MAX(0,37.5-M12))
    > > I would like the Total column W12 to get rid of #VALUE
    > >

    >
    >
    >


  4. #4
    CLR
    Guest

    Re: Clearing #VALUE

    You're welcome, happy to help.........and incidently, you can make it say
    any other message you want to by just entering text between the double
    quotes, like........

    =IF(ISERR(SUM(W11,U12,-V12)),"Out of Range",SUM(W11,U12,-V12))

    Vaya con Dios,
    Chuck, CABGx3



    "skateblade" <[email protected]> wrote in message
    news:[email protected]...
    > It's wroks great Thank You
    >
    > "CLR" wrote:
    >
    > > Try this in W12........
    > >
    > > =IF(ISERR(SUM(W11,U12,-V12)),"",SUM(W11,U12,-V12))
    > >
    > > Vaya con Dios,
    > > Chuck, CABGx3
    > >
    > >
    > >
    > > "skateblade" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > I get a #value in my total column W12, the formula is:

    =SUM(W11,U12,-V12)
    > > the
    > > > formula in the W11 column is the same. The formula in U12 is: =+N12,

    the
    > > N12
    > > > formula is: =-MIN(0,37.5-M12): The formual in V12 is: =+O12 the

    formula in
    > > > O12 is: =IF(M12=0,"",MAX(0,37.5-M12))
    > > > I would like the Total column W12 to get rid of #VALUE
    > > >

    > >
    > >
    > >




+ 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