jwehrly2000
New Member
- Joined
- Aug 24, 2016
- Messages
- 19
Hello, I have the following formula:
=IFERROR(INDEX(Matrix!A4:A98,MATCH("DNA",Matrix!F4:F98,0)),"")
This formula works perfectly and searches the array for DNA and returns the appropriate cell value. However I need a separate formula to search for 2nd,occurrence and not return the value that has already been returned. I have fiddled around with it for awhile but I have been unsuccessful. Any help would be greatly appreciated.
V/r
Jeremy
=IFERROR(INDEX(Matrix!A4:A98,MATCH("DNA",Matrix!F4:F98,0)),"")
This formula works perfectly and searches the array for DNA and returns the appropriate cell value. However I need a separate formula to search for 2nd,occurrence and not return the value that has already been returned. I have fiddled around with it for awhile but I have been unsuccessful. Any help would be greatly appreciated.
V/r
Jeremy