+ Reply to Thread
Results 1 to 2 of 2

A COUNTIF function Challenge

Hybrid View

  1. #1
    Mr. G.
    Guest

    A COUNTIF function Challenge

    I currently have the following formula that corresponds with a data
    validation function:

    =IF(COUNTIF($F$20:$F$21,B20)>=1,"",ROW())

    Is there a way to change this formula so that it also includes cell G19? In
    other words, I'd like for the string of cells to include G19, F20 & F21.




  2. #2
    Bob Phillips
    Guest

    Re: A COUNTIF function Challenge

    Not directly

    =IF(COUNTIF($F$20:$F$21,B20)+(G19=B20)>=1,"",ROW())


    --

    HTH

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


    "Mr. G." <MrG@discussions.microsoft.com> wrote in message
    news:B49BBFB8-7086-4EF8-8FF0-135A47649797@microsoft.com...
    > I currently have the following formula that corresponds with a data
    > validation function:
    >
    > =IF(COUNTIF($F$20:$F$21,B20)>=1,"",ROW())
    >
    > Is there a way to change this formula so that it also includes cell G19?

    In
    > other words, I'd like for the string of cells to include G19, F20 & F21.
    >
    >
    >




+ 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