+ Reply to Thread
Results 1 to 3 of 3

Thread: Logical Formula Help

  1. #1
    Registered User
    Join Date
    09-15-2010
    Location
    Orlando, FL
    MS-Off Ver
    Excel 2007
    Posts
    14

    Logical Formula Help

    Hello all, I am attempting to determine with a formula in cell g8 if the numerical value in cell g7 is an exact match to one of 61 numerical values in array k1:k61. I've attempted the following formula with no success;

    =if(g7=k:k,1,0)

    Any advise?
    Last edited by mknispel; 01-24-2012 at 04:01 PM.

  2. #2
    Valued Forum Contributor Haseeb A's Avatar
    Join Date
    05-24-2011
    Location
    India | Kwt
    MS-Off Ver
    2007
    Posts
    1,453

    Re: Logical Formula Help

    Hi,

    =ISNUMBER(MATCH(G7,K:K,0))+0

    Or,

    =SIGN(COUNTIF(K:K,G7))
    HTH; Haseeb

    If your problem is solved, please say so clearly, and mark your thread as Solved:
    Forum Rules & How to Mark a thread as SOLVED

  3. #3
    Registered User
    Join Date
    09-15-2010
    Location
    Orlando, FL
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Logical Formula Help

    That did what I needed, thanks for your help.

+ 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.2.0