Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / February 2007

Tip: Looking for answers? Try searching our database.

Pulling data from multiple rows and columns

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mark C - 24 Feb 2007 23:41 GMT
How can I use a formula to pull data from a table with labeled columns and
labeled rows  that when I select  a column label and a row label it would
cross reference both to select  the value. For example : a pricing sheet
shows % of loan amounts financed in columns and rows show FICO scores, cross
reference those and you will find the interest rate for a customer with the
given FICO and % loan. How can I use a formula to pull that up given % and
the FICO?
Max - 25 Feb 2007 00:17 GMT
One way ..

Assume source table in A1:D4,
B1:D1 = loan percents
A2:A4 = FICO scores

With F1:G1 containing the inputs for Loan% and FICO score
place in say H1:
=INDEX($A$1:$D$4,MATCH(G1,$A$1:$A$4,0),MATCH(F1,$A$1:$D$1,0))
Copy H1 down to return results for other input sets in F2:G2, F3:G3 etc
Adapt to suit
Signature

Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

> How can I use a formula to pull data from a table with labeled columns and
> labeled rows  that when I select  a column label and a row label it would
[quoted text clipped - 3 lines]
> given FICO and % loan. How can I use a formula to pull that up given % and
> the FICO?
Mark C - 25 Feb 2007 01:14 GMT
Awesome, thanks.

> One way ..
>
[quoted text clipped - 14 lines]
> > given FICO and % loan. How can I use a formula to pull that up given % and
> > the FICO?
Max - 25 Feb 2007 08:33 GMT
Pleasure`, Mark.
Signature

Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

> Awesome, thanks.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.