South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
use the mid function after you find the @ symbol, then sort.
+1 herbertk, same time post, but yours is more descriptive! you could put that all together
=mid(A1(find("@",A1,1),99) ??
wait one mistake =mid(A1(find("@",A1,1)+1,99) otherwise all addresses have the @
Im lost? lol. I've put =FIND("@",A1:A5688,1) into my second column, and what I got was 12. lol. I'm obvioulsy doing something wrong.
u must refer to one cell at a time (A1 is the first cell you are trying to do) the number 12 is telling you that it has found the @ symbol at letter no 12 of the full address.
u must refer to one cell at a time (A1 is the first cell you are trying to do) the number 12 is telling you that it has found the @ symbol at letter no 12 of the full address.
Ok, but ive got like 5688 email addresses. If I only say A1, will it sort all of them?
is there not some app that I can use to do this? lol
Dude, its like 5 seconds to copy & paste ! copy, hold shift & Pg down, till u get to your last record, paste!is there not some app that I can use to do this? lol
u must refer to one cell at a time (A1 is the first cell you are trying to do) the number 12 is telling you that it has found the @ symbol at letter no 12 of the full address.
once u have the formula, u copy and paste it thru the rest of your sheet. But remember the 2nd part of the formula (mid function) to actually get the domain name of the address.
Summarize:
PART A = find where the @ symbol is formula = find("@",A1,1)+1 this will look at Cell A1, starting at the first letter of the address, it will count where the "@" symbol is and add 1
PART B = Get the domain name formula = mid(A1,find("@",A1,1)+1),99) this will look at A1 from the 13th letter to 99 letters long
I'LL LOVE YOU GUYS FOREVER! Thanks!!
So u got it working then ... no probs, sharing is caring! and if u are a chick, sorry for calling you a dude![]()