• Custom Format for email addressses (Excel 2003)

    Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Custom Format for email addressses (Excel 2003)

    Author
    Topic
    #430481

    I wish to force a cell to contain an email address. So I would like to create a custom format that does something like this:
    A = either character or number, C= character, @=@, . = .

    AAAAAAA@AAAAA.CCC

    Can someone help me do this?
    Thanks,
    –cat

    Viewing 0 reply threads
    Author
    Replies
    • #1005277

      Formatting a cell like that would NOT force the cell to contain an email address, it would just make the cell display something that looked like an email address. Do you really want to use Data Validation to actually force the contents to be an email address?

      • #1005280

        I thought I could use a custom number format ( format | cells | number tab | customer )t
        to ensure that what is typed in the cell is actually an email address (with the @ sign and the “dot with 3 characters after it).
        I don’t think I can use Data Validation for this.

        Any other suggestions … ? 🙂
        –cat

        • #1005292

          A format only determines how the cell is displayed, not what the user can enter. You *can* use validation:
          Say that the cell is B1.
          Select B1.
          Select Data | Validation…
          Select Custom from the Allow dropdown.
          Enter the following formula in the Formula box:

          =NOT(ISERROR(SEARCH(".",B1,SEARCH("@",B1)+1)))

          Make sure that Ignore blanks is checked.
          Switch to the Error Alert tab.
          Make sure that the Stop style is selected.
          Enter an appropriate error message.
          Click OK.

          Note: the formula does not check for exactly 3 characters after the dot. In my country, for example, web and e-mail addresses end in .NL.

    Viewing 0 reply threads
    Reply To: Custom Format for email addressses (Excel 2003)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: