date validation

  1. tlc53

    Data Validation - Date and Text String

    Hi there, I have Data Validation set on my date entry cells so only a valid date can be entered. The formula I am using is =AND(ISNUMBER(E158),LEFT(CELL("format",E158),1)="D") and this works fine. However, when no date has yet been entered, I would like the cell to read "Enter Date". I tried...
  2. G

    Data validation: Valid date + Age of majority

    Hi experts! I have been trying to make a data validation work. It's simple. I need to be sure, firstly that the data in column I is a valid date. Secondly, if the column D is not "NIT" it should be greater than 1/1/1900. For any other value in column D I need to be sure that the date is more...
  3. D

    Finding a figure corresponding to a date

    Hi folks, Any here is appreciated. What I am trying to do. I am creating a legal document that must express an interest rate that changes annually. I need to reference a date, see where that date falls between two dates and suck out the interest corresponding to it from an array table. If...
  4. N

    Dependent date validation

    Hello Smartest Excellers in the World, I am trying to use data validation to restrict date values entered into a cell. I am not able to use macros to accomplish this because the form that I am creating will be distributed to many users (who are not likely to have macros enabled). Essentially...
  5. R

    Date Validation in textbox

    Hi Friends, I am struggling with a small code. I have a text box in which date will be entered. I am using the following code to validate and format the date. Private Sub txtTDate_BeforeUpdate(ByVal Cancel As MSForms.ReturnBoolean) If IsDate(txtTDate.Value) Or txtTDate.Value > Date Then...
  6. D

    VBA Help on Date Validation that compares on the date today and will be highlited

    Im using Excel2007 and i have a sheet and a button that checks or compare the date i enter with the date today example Name sex validation today doms male 03/30/11 04/26/11 nicas fema 04/26/11 04/26/11 congi male 04/29/11 04/26/11 then if the date today and the date of validation will be...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top