+ Reply to Thread
Results 1 to 2 of 2

Number to be like in colum A, if number in colum B and C are like

  1. #1
    Kjetil
    Guest

    Number to be like in colum A, if number in colum B and C are like

    How can i get the number of column A to show if column B and C are like in
    diferent rows?

    A B C D

    1 33221 4131 4000 (value of A3)
    2 33311 4400 4131 (value of A1)
    3 33123 4000 4400 (value of A2)

  2. #2
    Ardus Petus
    Guest

    Re: Number to be like in colum A, if number in colum B and C are like

    In D1 (then copy down):
    =INDEX($A$1:$A$3,MATCH(C1;$B$1:$B$3;0))

    HTH
    --
    AP

    "Kjetil" <[email protected]> a écrit dans le message de
    news:[email protected]...
    > How can i get the number of column A to show if column B and C are like in
    > diferent rows?
    >
    > A B C D
    >
    > 1 33221 4131 4000 (value of A3)
    > 2 33311 4400 4131 (value of A1)
    > 3 33123 4000 4400 (value of A2)




+ 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