+ Reply to Thread
Results 1 to 4 of 4

formula help

Hybrid View

  1. #1
    Shorty
    Guest

    formula help

    I need an IF formula for cells c5 through h5, If a number is entered as a
    negative then an error message should appear in cell b10 that says "Error"



    Thank You



  2. #2
    Domenic
    Guest

    Re: formula help

    Try...

    =IF(COUNTIF(C5:H5,"<0"),"Error","")

    Hope this helps!

    In article <[email protected]>,
    "Shorty" <[email protected]> wrote:

    > I need an IF formula for cells c5 through h5, If a number is entered as a
    > negative then an error message should appear in cell b10 that says "Error"
    >
    >
    >
    > Thank You


  3. #3
    RagDyeR
    Guest

    Re: formula help

    Assume zero and above is OK:

    =IF(COUNTIF(C5:H5,"<0")>0,"Error","OK")
    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "Shorty" <[email protected]> wrote in message
    news:[email protected]...
    I need an IF formula for cells c5 through h5, If a number is entered as a
    negative then an error message should appear in cell b10 that says "Error"



    Thank You




  4. #4
    CLR
    Guest

    Re: formula help

    =IF(MIN(C5:H5)<0,"Error","")

    Vaya con Dios,
    Chuck, CABGx3


    "Shorty" <[email protected]> wrote in message
    news:[email protected]...
    > I need an IF formula for cells c5 through h5, If a number is entered as a
    > negative then an error message should appear in cell b10 that says "Error"
    >
    >
    >
    > Thank You
    >
    >




+ 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