+ Reply to Thread
Results 1 to 5 of 5

Range? M1:Z1

  1. #1
    nastech
    Guest

    Range? M1:Z1

    Hi, can not remember how to see if 1 cell, is equal to same quantity in range
    of other cells. Tried / to find: (thanks)

    =F1=M1:Z1 getting ref error

  2. #2
    bpeltzer
    Guest

    RE: Range? M1:Z1

    You could use match, which with 0 as the last argument will return NA if the
    match fails:
    =if(isna(match(f1,m1:z1,0)),"Not found","found")

    "nastech" wrote:

    > Hi, can not remember how to see if 1 cell, is equal to same quantity in range
    > of other cells. Tried / to find: (thanks)
    >
    > =F1=M1:Z1 getting ref error


  3. #3
    Bob Phillips
    Guest

    Re: Range? M1:Z1

    is it

    =IF(F1=SUM(M1:Z1),"yes","no")

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "nastech" <[email protected]> wrote in message
    news:[email protected]...
    > Hi, can not remember how to see if 1 cell, is equal to same quantity in

    range
    > of other cells. Tried / to find: (thanks)
    >
    > =F1=M1:Z1 getting ref error




  4. #4
    Don Guillett
    Guest

    Re: Range? M1:Z1

    if dd in f4 and dd anywhere in col d, deal

    =IF(COUNTIF(D:D,F4)>0,"deal","no deal")

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "nastech" <[email protected]> wrote in message
    news:[email protected]...
    > Hi, can not remember how to see if 1 cell, is equal to same quantity in
    > range
    > of other cells. Tried / to find: (thanks)
    >
    > =F1=M1:Z1 getting ref error




  5. #5
    nastech
    Guest

    RE: Range? M1:Z1

    That was it... / will try, thanks all

    "nastech" wrote:

    > Hi, can not remember how to see if 1 cell, is equal to same quantity in range
    > of other cells. Tried / to find: (thanks)
    >
    > =F1=M1:Z1 getting ref error


+ 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