+ Reply to Thread
Results 1 to 3 of 3

Formula to look in two different areas

  1. #1
    Forum Contributor
    Join Date
    08-15-2014
    Location
    Michigan, USA
    MS-Off Ver
    MS Office 2021
    Posts
    105

    Formula to look in two different areas

    I want to look in 2 different areas and if either area contains what I'm looking like "10" I would like a return of yes or no, but will be happy with true or false. I tried =ISNA and =MATCH with & for multi array. But can not come up with a formula. I am looking in area (AB4:AD17) and (B20:E22).

  2. #2
    Forum Contributor
    Join Date
    06-14-2016
    Location
    Brookland, Arkansas
    MS-Off Ver
    2007,2021
    Posts
    132

    Re: Formula to look in two different areas

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    E7 being the cell you type the number you want to check for.
    Attached Files Attached Files
    Last edited by TheMechEngineer; 11-11-2016 at 11:48 PM.
    Who needs a life when you have Excel.

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,179

    Re: Formula to look in two different areas

    Or try this ...

    =IF(COUNTIF(AB4:AD17,10)+COUNTIF(B20:E22,10),"Yes","No")

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need formula to match multiple areas in a table
    By kunzr1 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-29-2013, 01:56 PM
  2. Reworking an INDEX formula to SEARCH different areas within an entry
    By rfernandes in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-08-2013, 10:20 AM
  3. [SOLVED] Count rows between two areas in a collection/selection of multiple areas
    By JTwrk in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-02-2012, 10:38 AM
  4. joining and passing 2 range.areas.formula to an array index
    By junoon in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 05-03-2012, 10:34 AM
  5. Areas
    By harika m in forum Excel General
    Replies: 2
    Last Post: 02-17-2011, 06:23 AM
  6. Areas()
    By pike in forum Excel General
    Replies: 5
    Last Post: 04-29-2009, 08:30 PM
  7. Replies: 1
    Last Post: 03-20-2006, 03:40 PM
  8. Areas
    By Bill in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-19-2006, 06:50 PM

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