nickysmithnicky
New Member
- Joined
- Jun 24, 2011
- Messages
- 8
Would love your help with my following situation. I have been struggling with this for the last 3 days and have finally come close enough(or so I think!)
I have a reference table with columns as shown in TABLE A.
(DATE not= unique values and NUMBER not= unique values).
I want the result to look like TABLE B.
Based on the combined fields of the Date and Number(in table A), I want the corresponding
Amount value to be displayed in columns 1, 2 and 3(in table B).
I tried the following formula:
=INDEX($B$2:$B$10, MATCH(DATE(2010,1,1),$A$2:$A$10,0)*MATCH(J1, $C$2:$C$10,0))
The above works but just for one cell. I would like the DATE function to change(based on the date in column I) and keep the rest of the formula as it is.
Guys, am I even on the right track here ??
Any suggestions?