+ Reply to Thread
Results 1 to 2 of 2

comparing cells

  1. #1
    Help me
    Guest

    comparing cells

    I am trying to figure out how I can compare the information in two different
    cells. The cells contain both letters and numbers. If a cell in column "A" is
    equal to a cell in column "B" then I want the information in column "C" that
    is on the same row as the as the information in coumn "B" to be placed in
    column "D" that is in the same row as the information that is being compared
    in column "A". Is this possible? So if A1=column B then the cell next to B
    (C)would be put in cell "D" in the same row as A.

  2. #2
    Miguel Zapico
    Guest

    RE: comparing cells

    You may use this formula in column D:
    =IF(A2=B2,C2,"")
    It will show blank if A and B are not equal, you may change that default
    value.

    Hope this helps,
    Miguel.

    "Help me" wrote:

    > I am trying to figure out how I can compare the information in two different
    > cells. The cells contain both letters and numbers. If a cell in column "A" is
    > equal to a cell in column "B" then I want the information in column "C" that
    > is on the same row as the as the information in coumn "B" to be placed in
    > column "D" that is in the same row as the information that is being compared
    > in column "A". Is this possible? So if A1=column B then the cell next to B
    > (C)would be put in cell "D" in the same row as A.


+ 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