Hi All,
I am having some serious problem with multiple criteria matching. What I want to do is to match three criteria (Start Dates (A1),End Dates (B1) & User names (C1)). The results is in (D1) and each row is unique.
The current formula which I am using to multiple match is as below:
INDEX($D$3:$D$3000,MATCH($G$1&$H$1&$I$1,$A$1:$A$3000&$B$1:$B$3000&$C$1:$C$3000,0)
The problem with this formula is that the date range have to be exact, if not it won't show the cost data.
For example if the cost of user A is £10 between 01/01/2012 & 31/01/2012 it will give £10 result but if you change the date range to 02/01/2012 & 28/01/2012 the formula will no longer work. I assume because I have done the exact match in criteria? but I don't know how to have both greater than for start date and less than for end date in match formula.
What I want this formula to look like is if I select 02/01/2012 & 28/01/2012 it will still give me £ 10 result. Is it possible to do that ?
I can't use sumifs formula because all the data in Col D is unique and can't be summed.
Thanks so much for your time and looking forward to get reply soon.
Regards.
I am having some serious problem with multiple criteria matching. What I want to do is to match three criteria (Start Dates (A1),End Dates (B1) & User names (C1)). The results is in (D1) and each row is unique.
The current formula which I am using to multiple match is as below:
INDEX($D$3:$D$3000,MATCH($G$1&$H$1&$I$1,$A$1:$A$3000&$B$1:$B$3000&$C$1:$C$3000,0)
The problem with this formula is that the date range have to be exact, if not it won't show the cost data.
For example if the cost of user A is £10 between 01/01/2012 & 31/01/2012 it will give £10 result but if you change the date range to 02/01/2012 & 28/01/2012 the formula will no longer work. I assume because I have done the exact match in criteria? but I don't know how to have both greater than for start date and less than for end date in match formula.
What I want this formula to look like is if I select 02/01/2012 & 28/01/2012 it will still give me £ 10 result. Is it possible to do that ?
I can't use sumifs formula because all the data in Col D is unique and can't be summed.
Thanks so much for your time and looking forward to get reply soon.
Regards.