Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I have a spreadsheet with multiple worksheets. I am trying to get specific data from a named range (LOANS) in one of the sheets into a cell on a different sheet. My main sheet (named DATA)contains info such as Name, Acct, LoanBal, and NetBal and lists all customers. The other sheet (named INFO) contains only certain customers meeting a particular rating number. I want to have a formula where I can bring back the specific data that I need on the INFO sheet. The INFO sheet has only the Name and Acct existing and I want to return the LoanBal for the matching Name and Acct. If I enter the formula of =INDEX(LOAN,72,6) it will bring back the exact LoanBal that I need. The problem is for the ROW value I manually typed 72 (where the correct LoanBal is located). This of course can change as the report gets updated. The column value will stay as 6. How can I create a dynamic formula for the ROW criteria so that it will know which row is needed? For example; a formula that would return 72 where I entered it manually. I have already tried using the MATCH function but I must be doing something wrong because I cannot make it work. Any suggestions or examples will be greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to convert a static formula to dynamic formula ? | Excel Worksheet Functions | |||
Dynamic Formula with Dynamic Address | Excel Worksheet Functions | |||
Help with copying dynamic column selected based on remote cell value and dynamic formula fill | Charts and Charting in Excel | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Help with dynamic sum formula | Excel Worksheet Functions |