View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PapaDos PapaDos is offline
external usenet poster
 
Posts: 208
Default Advanced Excel: offset, index/match, lookup, other? help!!

Depending on the complexity and volume of your conditions, you can use
SUMPRODUCT or the "Database and List Management functions" (DCOUNT, DGET,
etc.)

--
Regards,
Luc.

"Festina Lente"


"ryguy7272" wrote:

I dug deep in my bag of tricks but I cant seem to figure out a solution to a
perplexing problem that I face. I have two data sets; one consists of
various columns of data which includes a project ID and an application ID and
the other consists of various columns of data and an application ID, which in
some instances, matches the application ID in the first data set. I need to
do two things. First, I have to find all the matching records in the two
columns, which Ive done with the following function
(=IF(COUNTIF($BH$51:$BH$1700,$BI$51:$BI$1700)0,A5 1,"")). Second, somehow I
have to get the records that match, to be displayed in the first data set.
For instance, if I look for project ID 95279 and it is linked to application
ID 19466 in the first data set, I want to pull up the corresponding records
that match application ID 19466 in the second data set. Does anyone out
there have any ideas of how this might be accomplished? Ive been a pretty
heavy user of Excel for about four years but I just cant figure this one out€¦

Thanks so much!!

Ryan---



--
RyGuy