Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to create a formula that will look for a value on another
worksheet and return a number of values from the same row of each instance it finds.... The worksheet I am linking to is formatted as follows... Country Provider Technology Definition Cost 2004 2005 2006 2007 2008 UK A France A Germany B UK C Spain A UK C I want to lookup all instances of a country I input in cell G3 on a different worksheet, and have it return the data from the other columns for each instance of that country that it finds. Ideally I would like it to return the column value based on the title of each column, but that's a separate problem. At the moment I am using the following array formula, but it is returning a NUM# error. {=INDEX("'"&$G$3&"'!"&A$1:BC$100,IF("'"&$G$3&"'!"& $A$1:$A$100=$G$2,ROW($A$1:$A$100),""), COLUMN(B1)} Any advice would be greatly appreciated. Many thanks Andrew |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reusing formula | Excel Discussion (Misc queries) | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |