I have a problem. I’m trying to populate a field based on an occurence of a value in a range and it works fine. Shown below:
=IF(ISERROR(MATCH(ROUND($E$3,10),’2013-TaskList’!$J$4:$J$5004,0)),”",INDEX(’2013-TaskList’!$K$4:$K$5004,MATCH(ROUND($E$3,10),’2013-TaskList’!$J$4:$J$5004,0)))
But I also want to populate the 2nd, 3rd, and 4th occurence of the same value in the given range and its not working. I need to nest it into the current formula I have but I’m unsuccessful in doing so.
Can anyone help???
Thanks.
=IF(ISERROR(MATCH(ROUND($E$3,10),’2013-TaskList’!$J$4:$J$5004,0)),”",INDEX(’2013-TaskList’!$K$4:$K$5004,MATCH(ROUND($E$3,10),’2013-TaskList’!$J$4:$J$5004,0)))
But I also want to populate the 2nd, 3rd, and 4th occurence of the same value in the given range and its not working. I need to nest it into the current formula I have but I’m unsuccessful in doing so.
Can anyone help???
Thanks.