+ Reply to Thread
Results 1 to 2 of 2

checking for values in a row

  1. #1

    checking for values in a row

    Hi,

    I have the word "yes" in cells A2:A20. I want A1 to get flashed by
    changing its value to say 'alert' the time any value in cell A2:A20
    gets changed to anything other than "yes".

    I tried if(A2:A20<>'yes',"alert") it doesnot work. it seems to check
    only the value of the cell in A20.

    Thanks in advance
    Amag


  2. #2
    Rowan Drummond
    Guest

    Re: checking for values in a row

    One way (and I am sure there will be others <g>):
    =IF(COUNTIF(A2:A20,"yes")<19,"Alert","")

    Regards
    Rowan

    [email protected] wrote:
    > Hi,
    >
    > I have the word "yes" in cells A2:A20. I want A1 to get flashed by
    > changing its value to say 'alert' the time any value in cell A2:A20
    > gets changed to anything other than "yes".
    >
    > I tried if(A2:A20<>'yes',"alert") it doesnot work. it seems to check
    > only the value of the cell in A20.
    >
    > Thanks in advance
    > Amag
    >


+ 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