+ Reply to Thread
Results 1 to 3 of 3

Finding and filling values from another column, probably using OFFSET

  1. #1
    Registered User
    Join Date
    08-07-2015
    Location
    Miami, FL
    MS-Off Ver
    2010
    Posts
    3

    Finding and filling values from another column, probably using OFFSET

    Hi,

    I'm trying to achieve something using probably offsets but i'm not quite sure how that would work. This is my simplified table:
    excel21qx3.png
    As you can see, theres multiple groups and not all the loanIDs are filled up. The helper column C should basically show the LoanID for the group.

    So basically, I need a formula in column C that will populate the LoanID for each group its in. This should be the final result:
    5-27-201611-18-29am0suvh.png

    Any ideas?

    Thanks,
    Rob

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Finding and filling values from another column, probably using OFFSET

    Assuming there is only one LoanID for each Group number

    in C2
    =MAX(IF(A2=A$2:A$29,B$2:B$29))
    NOTE: Array formula, use Ctrl-Shift-Enter

    and copy down
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    08-07-2015
    Location
    Miami, FL
    MS-Off Ver
    2010
    Posts
    3

    Re: Finding and filling values from another column, probably using OFFSET

    Thanks!!!! That did it!!!

+ 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] Filling the values to next right side column as shown
    By Sekars in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-28-2016, 09:58 AM
  2. [SOLVED] the code is finding repeated values but i need to search values from E column to D
    By baig123 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-14-2014, 01:33 AM
  3. Replies: 3
    Last Post: 09-10-2014, 09:39 PM
  4. [SOLVED] Filling values from the column on left or right
    By VKS in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-07-2012, 06:45 AM
  5. Finding and filling custom cells with custom values.
    By Durarara in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-08-2012, 03:15 PM
  6. Replies: 1
    Last Post: 01-24-2012, 06:20 AM
  7. Filling data down a column with fixed values?
    By messer in forum Excel General
    Replies: 3
    Last Post: 12-22-2008, 12:11 PM

Tags for this Thread

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