+ Reply to Thread
Results 1 to 6 of 6

Fill a column based on another corresponding cell or serial numbers

  1. #1
    Forum Contributor
    Join Date
    02-27-2009
    Location
    Chennai, India
    MS-Off Ver
    Excel 2013
    Posts
    327

    Fill a column based on another corresponding cell or serial numbers

    Column A has Serial numbers and Column B has Bank names. In C Column I need to fill the matching bank names of corresponding serial numbers. How to do this.
    Attached Files Attached Files
    Ask me how to hate XL.

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Fill a column based on another corresponding cell or serial numbers

    How about
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.

  3. #3
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Fill a column based on another corresponding cell or serial numbers

    Please try at C2
    =INDEX($B$2:$B$13,MATCH(1,($A$2:$A$13=A2)*($B$2:$B$13<>""),0))

    or

    =LOOKUP(1,1/($A$2:$A$13=A2)/($B$2:$B$13<>""),$C$2:$C$13)
    Last edited by Bo_Ry; 07-24-2019 at 01:38 PM.

  4. #4
    Forum Contributor
    Join Date
    02-27-2009
    Location
    Chennai, India
    MS-Off Ver
    Excel 2013
    Posts
    327

    Re: Fill a column based on another corresponding cell or serial numbers

    Quote Originally Posted by Bo_Ry View Post
    Please try at C2
    =INDEX($B$2:$B$13,MATCH(1,($A$2:$A$13=A2)*($B$2:$B$13<>""),0))

    or

    =LOOKUP(1,1/($A$2:$A$13=A2)/($B$2:$B$13<>""),$C$2:$C$13)
    tHANKS A LOT. it did.

  5. #5
    Forum Contributor
    Join Date
    02-27-2009
    Location
    Chennai, India
    MS-Off Ver
    Excel 2013
    Posts
    327

    Re: Fill a column based on another corresponding cell or serial numbers

    Quote Originally Posted by Bo_Ry View Post
    Please try at C2
    =INDEX($B$2:$B$13,MATCH(1,($A$2:$A$13=A2)*($B$2:$B$13<>""),0))

    or

    =LOOKUP(1,1/($A$2:$A$13=A2)/($B$2:$B$13<>""),$C$2:$C$13)
    thank you very much for time. it solved.

  6. #6
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Fill a column based on another corresponding cell or serial numbers

    Thanks for the Rep

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Formula to Fill a Column with sequential serial #s
    By sforluck in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-31-2018, 07:16 PM
  2. [SOLVED] Fill Series of Sequential Numbers in Column A Based on Last Value in Column B - VBA
    By CC268 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-24-2017, 01:09 PM
  3. [SOLVED] Fill Serial Numbers
    By Barieq in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-04-2015, 04:22 AM
  4. Fill cell column with numbers
    By phlprinting in forum Excel General
    Replies: 4
    Last Post: 01-02-2014, 12:48 AM
  5. [SOLVED] Create serial numbers based on a single input number.
    By jmp601 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-08-2013, 11:33 AM
  6. Finding a serial number in a list of serial numbers
    By zocoloco in forum Excel General
    Replies: 2
    Last Post: 02-04-2009, 05:20 AM
  7. A Macro to find missing serial numbers in a column
    By Khoshravan in forum Excel General
    Replies: 9
    Last Post: 08-06-2006, 05:40 AM

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