My 1 column list of 20,000 rows looks sort of like this for each contact:
A1=Name: Mr. Smith
A2=Address: 18 south st.
A3=Work Phone: 888-8888
The words, "Name:","Address:", and "Work Phone:" are contained in the same cell as the contents. I wish they could've been separated in the pasting process. But they weren't somehow.
In cell B1 I am trying to look for the first instance of "name:" then return "Name: Mr. Smith", or better yet, just "Mr. Smith." In cell B2, I am trying to return the second instance of "name:" occurrence. And so on.
I've tried vlookup=("name:",A1:A50,1,false) -- didn't work. ALso tried vlookupnth(which may be the best thing for me). That didn't work either. I have vlookupnth code. So, I am okay there.
Thanks
A1=Name: Mr. Smith
A2=Address: 18 south st.
A3=Work Phone: 888-8888
The words, "Name:","Address:", and "Work Phone:" are contained in the same cell as the contents. I wish they could've been separated in the pasting process. But they weren't somehow.
In cell B1 I am trying to look for the first instance of "name:" then return "Name: Mr. Smith", or better yet, just "Mr. Smith." In cell B2, I am trying to return the second instance of "name:" occurrence. And so on.
I've tried vlookup=("name:",A1:A50,1,false) -- didn't work. ALso tried vlookupnth(which may be the best thing for me). That didn't work either. I have vlookupnth code. So, I am okay there.
Thanks