View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] dlotz@uafc.com is offline
external usenet poster
 
Posts: 83
Default hate to double post but have not really got a good answer, mor

The H1 column dates are random. I tried using a formula very
similar to this and would not reconize random dates.
I have been trying to do some type of if( < less than function, but
cannot get it to jive.
Will this formula MATCH the date to date and return a values or will
will it work like if the date is the office code date it will produce the
correct
response, please advsie
ie
what would happen is the date were 2-28-2008
would it produce the code in associated with that random date in time

177721 BOB Jones 401895 1-1-2008
177721 BOB Jones 401912 6-1-2008
"T. Valko" wrote:

Try this array formula** :

G1 = 177721
H1 = 6-1-2009

=INDEX(D1:D10,MATCH(1,(A1:A10=G1)*(E1:E10=H1),0))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT
key then hit ENTER.

Returns: 401912

--
Biff
Microsoft Excel MVP


" wrote in message
...
I have quesiton that has has not really been answered.
I think the quesiton lies more into how to structure my table array.

I have a table array that is based on an agent #. from there I use
vlookup
formulas
to popluate all the various info that goes along with the agent #.
OK here is the problem, for accounting purposes when the agent # is paid,
an
office code (that is part of the table array) get s paid as well.
Ok so... here is the problem, we change people to differeent office codes
at
times.

If I had the array stuctured were the agent # was duplicated for example
177721 BOB Jones 401895 1-1-2008
177721 BOB Jones 401912 6-1-2009

Ok there is production date column in data sheet.
How can I stucture this were based off the agent # and the date
it will produce the correct office code.

Please advise