+ Reply to Thread
Results 1 to 12 of 12

IF scenario for a range

  1. #1
    Registered User
    Join Date
    06-15-2005
    Posts
    7

    IF scenario for a range

    The range A1 to Z1 contains random numbers.

    If any numbers in the range A1 to Z1 has any number > 100, then "check" else "ok"

    How can I input a formula to a range instead of a cell.


    Thanks in Advance

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    =IF(SUMPRODUCT(--(A1:Z1>100)),"check","ok")

    Mangesh

  3. #3
    Biff
    Guest

    Re: IF scenario for a range

    Hi!

    Try this:

    =IF(COUNTIF(A1:Z1,">100"),"Check","OK")

    Biff

    "will.00" <[email protected]> wrote in
    message news:[email protected]...
    >
    > The range A1 to Z1 contains random numbers.
    >
    > If any numbers in the range A1 to Z1 has any number > 100, then "check"
    > else "ok"
    >
    > How can I input a formula to a range instead of a cell.
    >
    >
    > Thanks in Advance
    >
    >
    > --
    > will.00
    > ------------------------------------------------------------------------
    > will.00's Profile:
    > http://www.excelforum.com/member.php...o&userid=24320
    > View this thread: http://www.excelforum.com/showthread...hreadid=379936
    >




  4. #4
    Biff
    Guest

    Re: IF scenario for a range

    Hi!

    Try this:

    =IF(COUNTIF(A1:Z1,">100"),"Check","OK")

    Biff

    "will.00" <[email protected]> wrote in
    message news:[email protected]...
    >
    > The range A1 to Z1 contains random numbers.
    >
    > If any numbers in the range A1 to Z1 has any number > 100, then "check"
    > else "ok"
    >
    > How can I input a formula to a range instead of a cell.
    >
    >
    > Thanks in Advance
    >
    >
    > --
    > will.00
    > ------------------------------------------------------------------------
    > will.00's Profile:
    > http://www.excelforum.com/member.php...o&userid=24320
    > View this thread: http://www.excelforum.com/showthread...hreadid=379936
    >




  5. #5
    Biff
    Guest

    Re: IF scenario for a range

    Hi!

    Try this:

    =IF(COUNTIF(A1:Z1,">100"),"Check","OK")

    Biff

    "will.00" <[email protected]> wrote in
    message news:[email protected]...
    >
    > The range A1 to Z1 contains random numbers.
    >
    > If any numbers in the range A1 to Z1 has any number > 100, then "check"
    > else "ok"
    >
    > How can I input a formula to a range instead of a cell.
    >
    >
    > Thanks in Advance
    >
    >
    > --
    > will.00
    > ------------------------------------------------------------------------
    > will.00's Profile:
    > http://www.excelforum.com/member.php...o&userid=24320
    > View this thread: http://www.excelforum.com/showthread...hreadid=379936
    >




  6. #6
    Biff
    Guest

    Re: IF scenario for a range

    Hi!

    Try this:

    =IF(COUNTIF(A1:Z1,">100"),"Check","OK")

    Biff

    "will.00" <[email protected]> wrote in
    message news:[email protected]...
    >
    > The range A1 to Z1 contains random numbers.
    >
    > If any numbers in the range A1 to Z1 has any number > 100, then "check"
    > else "ok"
    >
    > How can I input a formula to a range instead of a cell.
    >
    >
    > Thanks in Advance
    >
    >
    > --
    > will.00
    > ------------------------------------------------------------------------
    > will.00's Profile:
    > http://www.excelforum.com/member.php...o&userid=24320
    > View this thread: http://www.excelforum.com/showthread...hreadid=379936
    >




  7. #7
    Biff
    Guest

    Re: IF scenario for a range

    Hi!

    Try this:

    =IF(COUNTIF(A1:Z1,">100"),"Check","OK")

    Biff

    "will.00" <[email protected]> wrote in
    message news:[email protected]...
    >
    > The range A1 to Z1 contains random numbers.
    >
    > If any numbers in the range A1 to Z1 has any number > 100, then "check"
    > else "ok"
    >
    > How can I input a formula to a range instead of a cell.
    >
    >
    > Thanks in Advance
    >
    >
    > --
    > will.00
    > ------------------------------------------------------------------------
    > will.00's Profile:
    > http://www.excelforum.com/member.php...o&userid=24320
    > View this thread: http://www.excelforum.com/showthread...hreadid=379936
    >




  8. #8
    Biff
    Guest

    Re: IF scenario for a range

    Hi!

    Try this:

    =IF(COUNTIF(A1:Z1,">100"),"Check","OK")

    Biff

    "will.00" <[email protected]> wrote in
    message news:[email protected]...
    >
    > The range A1 to Z1 contains random numbers.
    >
    > If any numbers in the range A1 to Z1 has any number > 100, then "check"
    > else "ok"
    >
    > How can I input a formula to a range instead of a cell.
    >
    >
    > Thanks in Advance
    >
    >
    > --
    > will.00
    > ------------------------------------------------------------------------
    > will.00's Profile:
    > http://www.excelforum.com/member.php...o&userid=24320
    > View this thread: http://www.excelforum.com/showthread...hreadid=379936
    >




  9. #9
    Biff
    Guest

    Re: IF scenario for a range

    Hi!

    Try this:

    =IF(COUNTIF(A1:Z1,">100"),"Check","OK")

    Biff

    "will.00" <[email protected]> wrote in
    message news:[email protected]...
    >
    > The range A1 to Z1 contains random numbers.
    >
    > If any numbers in the range A1 to Z1 has any number > 100, then "check"
    > else "ok"
    >
    > How can I input a formula to a range instead of a cell.
    >
    >
    > Thanks in Advance
    >
    >
    > --
    > will.00
    > ------------------------------------------------------------------------
    > will.00's Profile:
    > http://www.excelforum.com/member.php...o&userid=24320
    > View this thread: http://www.excelforum.com/showthread...hreadid=379936
    >




  10. #10
    Biff
    Guest

    Re: IF scenario for a range

    Hi!

    Try this:

    =IF(COUNTIF(A1:Z1,">100"),"Check","OK")

    Biff

    "will.00" <[email protected]> wrote in
    message news:[email protected]...
    >
    > The range A1 to Z1 contains random numbers.
    >
    > If any numbers in the range A1 to Z1 has any number > 100, then "check"
    > else "ok"
    >
    > How can I input a formula to a range instead of a cell.
    >
    >
    > Thanks in Advance
    >
    >
    > --
    > will.00
    > ------------------------------------------------------------------------
    > will.00's Profile:
    > http://www.excelforum.com/member.php...o&userid=24320
    > View this thread: http://www.excelforum.com/showthread...hreadid=379936
    >




  11. #11
    Biff
    Guest

    Re: IF scenario for a range

    Hi!

    Try this:

    =IF(COUNTIF(A1:Z1,">100"),"Check","OK")

    Biff

    "will.00" <[email protected]> wrote in
    message news:[email protected]...
    >
    > The range A1 to Z1 contains random numbers.
    >
    > If any numbers in the range A1 to Z1 has any number > 100, then "check"
    > else "ok"
    >
    > How can I input a formula to a range instead of a cell.
    >
    >
    > Thanks in Advance
    >
    >
    > --
    > will.00
    > ------------------------------------------------------------------------
    > will.00's Profile:
    > http://www.excelforum.com/member.php...o&userid=24320
    > View this thread: http://www.excelforum.com/showthread...hreadid=379936
    >




  12. #12
    Biff
    Guest

    Re: IF scenario for a range

    Hi!

    Try this:

    =IF(COUNTIF(A1:Z1,">100"),"Check","OK")

    Biff

    "will.00" <[email protected]> wrote in
    message news:[email protected]...
    >
    > The range A1 to Z1 contains random numbers.
    >
    > If any numbers in the range A1 to Z1 has any number > 100, then "check"
    > else "ok"
    >
    > How can I input a formula to a range instead of a cell.
    >
    >
    > Thanks in Advance
    >
    >
    > --
    > will.00
    > ------------------------------------------------------------------------
    > will.00's Profile:
    > http://www.excelforum.com/member.php...o&userid=24320
    > View this thread: http://www.excelforum.com/showthread...hreadid=379936
    >




+ 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