mtskv5
Board Regular
- Joined
- Jun 17, 2010
- Messages
- 88
Hi everyone and good afternoon. I am working on an Excel sheet and I am needing a little bit of help on a formula that I am using. Here is the formula:
I'm not sure the problem that I am having, but this will not return to correct values. I am thinking this is a more complex issue than what I can explain on here without providing the workbook. If anyone thinks that they can lend a hand, please let me know and I will email you the workbook.
Thanks,
mtskv5
Code:
{=IF(ISERROR(INDEX(Month!$A$7:$C$23,SMALL(IF(Month!$A$7:$A$23=$B$4,ROW(Month!$A$7:$A$23)),ROW(1:1)),3)),"",INDEX(Month!$A$7:$C$23,SMALL(IF(Month!$A$7:$A$23=$B$4,ROW(Month!$A$7:$A$23)),ROW(1:1)),3))}
I'm not sure the problem that I am having, but this will not return to correct values. I am thinking this is a more complex issue than what I can explain on here without providing the workbook. If anyone thinks that they can lend a hand, please let me know and I will email you the workbook.
Thanks,
mtskv5