I am cutting domain names and using the "." as a delimiter
I need to include the delimiter in my output.
=MID(D2,FIND(".",D2&".")+1,255)
for example, this cuts myname.com into "com", but I need it to display ".com"
I'm pretty sure I just need to include a -1 somewhere in here...but I am a complete Excel newb and can not figure out where in this formula to place it.
Thanks for the anticipated help!
I need to include the delimiter in my output.
=MID(D2,FIND(".",D2&".")+1,255)
for example, this cuts myname.com into "com", but I need it to display ".com"
I'm pretty sure I just need to include a -1 somewhere in here...but I am a complete Excel newb and can not figure out where in this formula to place it.
Thanks for the anticipated help!