Hi out there in Excel World <v:shapetype id="_x0000_t75" stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" oreferrelative="t" o:spt="75" coordsize="21600,21600"> <v:stroke joinstyle="miter"> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0"> <v:f eqn="sum @0 1 0"> <v:f eqn="sum 0 0 @1"> <v:f eqn="prod @2 1 2"> <v:f eqn="prod @3 21600 pixelWidth"> <v:f eqn="prod @3 21600 pixelHeight"> <v:f eqn="sum @0 0 1"> <v:f eqn="prod @6 1 2"> <v:f eqn="prod @7 21600 pixelWidth"> <v:f eqn="sum @8 21600 0"> <v:f eqn="prod @7 21600 pixelHeight"> <v:f eqn="sum @10 21600 0"> </v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:formulas> <vath o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"> <o:lock aspectratio="t" v:ext="edit"></o:lock></vath></v:stroke></v:shapetype><v:shape id="Picture_x0020_3" style="width: 11.25pt; height: 11.25pt; visibility: visible; mso-wrap-style: square;" type="#_x0000_t75" alt="https://www.mrexcel.com/forum/images/smilies/icon_smile.gif" o:spid="_x0000_i1027"> <v:imagedata o:title="icon_smile" src="file:///C:\Users\Wayne\AppData\Local\Temp\msohtmlclip1\01\clip_image001.gif"></v:imagedata></v:shape>
Can anyone advise where I'm going wrong with a particular formula. <v:shape id="Picture_x0020_2" style="width: 18.75pt; height: 15pt; visibility: visible; mso-wrap-style: square;" type="#_x0000_t75" alt="https://www.mrexcel.com/forum/images/smilies/icon_banghead.gif" o:spid="_x0000_i1026"> <v:imagedata o:title="icon_banghead" src="file:///C:\Users\Wayne\AppData\Local\Temp\msohtmlclip1\01\clip_image002.gif"></v:imagedata></v:shape>
I have created a spread sheet (table) data base that the end user will fill in.
I have a cell for users to enter (their) email addresses and I want to ensurewhen an email address is typed into the cell, that it isin the correct form, i.e. no spaces, an @ and period (.). If not then I want an error message to alert the user.
I want a formula for thorough email validation. For example ifthe end user types this: @@.com, an error shouldbe flagged.
I'm currently trying the following formula's (entered in the Data ValidationBox):
=AND(FIND("@",I2),FIND(".",I2),ISERROR(FIND("",I2)))
=ISNUMBER(MATCH("*@*.???",I2,0))
But both return error messages on the (test) email addressesI've tried (correct and incorrect). Can somebody please,please tell where I'm going wrong on either of the formulas.
Or even better - post a formula to achieve my aim. I'm trying not touse VBA as I'm not experienced in it.
My gratitude in advance :wink:<v:shape id="Picture_x0020_1" style="width: 11.25pt; height: 11.25pt; visibility: visible; mso-wrap-style: square;" type="#_x0000_t75" alt="https://www.mrexcel.com/forum/images/smilies/icon_wink.gif" o:spid="_x0000_i1025"> <v:imagedata o:title="icon_wink" src="file:///C:\Users\Wayne\AppData\Local\Temp\msohtmlclip1\01\clip_image003.gif"></v:imagedata></v:shape><o></o>
Can anyone advise where I'm going wrong with a particular formula. <v:shape id="Picture_x0020_2" style="width: 18.75pt; height: 15pt; visibility: visible; mso-wrap-style: square;" type="#_x0000_t75" alt="https://www.mrexcel.com/forum/images/smilies/icon_banghead.gif" o:spid="_x0000_i1026"> <v:imagedata o:title="icon_banghead" src="file:///C:\Users\Wayne\AppData\Local\Temp\msohtmlclip1\01\clip_image002.gif"></v:imagedata></v:shape>
I have created a spread sheet (table) data base that the end user will fill in.
I have a cell for users to enter (their) email addresses and I want to ensurewhen an email address is typed into the cell, that it isin the correct form, i.e. no spaces, an @ and period (.). If not then I want an error message to alert the user.
I want a formula for thorough email validation. For example ifthe end user types this: @@.com, an error shouldbe flagged.
I'm currently trying the following formula's (entered in the Data ValidationBox):
=AND(FIND("@",I2),FIND(".",I2),ISERROR(FIND("",I2)))
=ISNUMBER(MATCH("*@*.???",I2,0))
But both return error messages on the (test) email addressesI've tried (correct and incorrect). Can somebody please,please tell where I'm going wrong on either of the formulas.
Or even better - post a formula to achieve my aim. I'm trying not touse VBA as I'm not experienced in it.
My gratitude in advance :wink:<v:shape id="Picture_x0020_1" style="width: 11.25pt; height: 11.25pt; visibility: visible; mso-wrap-style: square;" type="#_x0000_t75" alt="https://www.mrexcel.com/forum/images/smilies/icon_wink.gif" o:spid="_x0000_i1025"> <v:imagedata o:title="icon_wink" src="file:///C:\Users\Wayne\AppData\Local\Temp\msohtmlclip1\01\clip_image003.gif"></v:imagedata></v:shape><o></o>