The formula that I gave you definitely works because I tested it before and I have tested again.
You have a bad character or syntax in there somewhere.
Are you aware that to edit a formula in the field that you need to click in the field and press F2 to invoke "Edit Mode" otherwise as you move the cursor it thinks you are on the worksheet and inserts a cell (or range) address.
Try the following to fix:
- Highlight and Copy the following formula.
=AND(FIND("@",D14),FIND(".",D14),ISERROR(FIND(" ", D14)))
- Click on the required cell (D14)
- Open Date Validation.
- Position the cursor anywhere in the Formula field
- Press F2 to invoke edit mode
- Use right arrow to move cursor out past far right of formula
- Press and hold the Back Space until the formula is totally deleted.
- Use Ctrl and V to paste the new formula.
Hi,
Thank you for the heads up! I knew about the edit.
What I did to solve the problem was to change the "," for the ";" and it worked. See the formula below:
=AND(FIND("@";D14);FIND(".";D14);ISERROR(FIND(" ";D14)))
To be honest, I don't know why and where to check in Excel to find this type of parameter ";" instead of ",".
If you could clarify this, I would be glad!
Kind regards,
Paulo