ESheet 2 has a list of all borrower account numbers in col A, col B,C,D,E
have the name, a % for calculations of this particular loan, amp; other data.
I need to input the account number on Sheet 1, Col A and have the
information from Sheet 2 columns (referring to this particular loan#)
automatically enter into the columns on Sheet 1.
Thank you.
Classic use for vlookup. For example, if you have enter the acct# in A2 and
want to populate E2, then enter in E2 the formula
=vlookup(A2,Sheet2!A:E,5,false).
Just to populate columns B2,C2 and D2, put the same formula in those cells,
changing the 5 to 2,3 and 4, respectively.
quot;LearningExcelquot; wrote:
gt; ESheet 2 has a list of all borrower account numbers in col A, col B,C,D,E
gt; have the name, a % for calculations of this particular loan, amp; other data.
gt;
gt; I need to input the account number on Sheet 1, Col A and have the
gt; information from Sheet 2 columns (referring to this particular loan#)
gt; automatically enter into the columns on Sheet 1.
gt;
gt; Thank you.
- Nov 21 Wed 2007 20:40
Enter A/C# on Sht1 Col1, Sht1 Col2,3,etc auto filled in from Sht2
close
全站熱搜
留言列表
發表留言