• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Auto suffix adding

Hi friends

I am entering emails data in excel file...Is there a way to add suffix to the text I entered automatically???

All my mail data have the suffix @gmail.comand i

Now I am using Column A to enter data

Whenever I finish entering data and press move to next row suffix i.e @gmail.com should be automatically added.

Example

in cell A1 i entered chandoo and moved to another cell then A1 should become chandoo@gmail.com
 
@Hui

Thanks for the help

It is working great the way I need

But one more request I am using ;;;@".gmail.com" it is returning as chandoo.gmail.com @ is missing
 
The @ is a place marker for the Custom Format interpreter to place the text of the cell in that position
then it sees the "@.gmail.com" as plain text and appends that to the cells display

You can use other Custom Text Cell Formats like

Eg:
A Cell Contains: Chandoo
Use Cell Custom Number Format of @"."@"."@"."@
The Cell will display Chandoo.Chandoo.Chandoo.Chandoo

You get the idea
 
Back
Top