+ Reply to Thread
Results 1 to 2 of 2

check conditions

  1. #1
    Forum Contributor
    Join Date
    01-17-2008
    Posts
    156

    check conditions

    A B C
    1 APPL12345 U S
    2 APPL12345 U C


    i tried to check =And(A1=A2,C2="C",C1) if both conditions are true, return me the value of C1 which is S . But i get a False return ??
    Last edited by okl; 01-22-2009 at 09:55 AM.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,454
    Hi,

    Try this:

    =IF(AND(A1=A2,C2="C"),C1,FALSE)
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

+ 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