+ Reply to Thread
Results 1 to 2 of 2

Comparing Values by Rows

  1. #1
    Registered User
    Join Date
    07-12-2006
    Posts
    5

    Comparing Values by Rows

    Newbie question here:

    I have account numbers in col A in 2 stacked rows. The account numbers are identical. I'm trying to write a formula that will check the values in col C and write something to col D when the values in col C (associated with the matching values in Col A) do not match. Here's my simplistic logical statement:

    If the values in vertically adjacent rows in column A match, then check the vertically adjacent values in the same 2 rows in column C. If the second set of values do not match, return the statement FALSE in column D.

    Put more plainly, we are trying to verify the status of accounts in two seperate inventories.

    Hope this makes sense. Thanks in advance for any help,

    AKeene

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    I'm not positive on your request, but try this formula in D2:

    =IF(AND(A2=A1,C2=C1),"")

+ 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