Heather_Llo
New Member
- Joined
- Feb 16, 2018
- Messages
- 17
Hi,
I am wanting to find the 2nd occurrence of "Buyer Comments:" on my sheet and have it return the cell below it. I have been using this code:
Thank you!
I am wanting to find the 2nd occurrence of "Buyer Comments:" on my sheet and have it return the cell below it. I have been using this code:
but it catches the first one.=INDEX(A:A,MATCH("*Buyer Comments:*",A:A,0)+0)
Thank you!