mm/dd/yy

  1. A

    format Date VBA

    I want to format the date output as "mm/dd/yy", however the code is not accomplishing what I want Original code output display show 1/15/2019 Cells(SRow, 22) = Cells(RowNum, 3) I tried this, but nothing happens. the output display show 1/15/2019 Cells(SRow, 22) = Format(Cells(RowNum...
  2. srizki

    How do I add Text function in the formula?

    In F2 I have =IF(ISODD(ROW()),"",E3 E3 had the date, so it brings the date in numbers like 43466 instead of 01/01/2019 how do I add "MM/DD/YY" in the formula? I can format the column as Date, but I need to learn how to add this into the formula. Thanks
  3. S

    Problem with "Find" method and Date values

    I am receiving "find" method results that are inaccurate. I am using date values of the type MM/DD/YY and searching in another worksheet in the same workbook with date values like MM/DD/YY. Most of the date values are returning values as you would expect, except for values beginning with "02"...
  4. A

    Wanting all cells that are supposed to be dates to be in MM/DD/YY format

    I am trying to get just the date fields in my spreadsheet to always be MM/DD/YY format no matter what kind of date is entered such as 1/1 will come out 01/01/18 or 1 jan will change to 01/01/18 etc. For the most part I got it to work with the codes below, the problem I am now encountering, that...
  5. S

    If statement results in #VALUE!

    Hi I'm having a brain fart :) A433 has a date in it formatted as mm/dd/yy I put this in G433 and got #VALUE ! =IF(AND(A433="",""),IF(A433>=TODAY(),"pending","payment")) What don't I see?? Mike
  6. R

    Set Focus Not Working on MsgBox Response

    I'm using this code to evaluate the value of a textbox on a UF. If the value is invalid, a msgbox is triggered. Once the EU clicks the OK button, I want the focus back on the offending textbox. Instead, the focus is moving to the next textbox, which also has similar validation occurring, so...
  7. R

    IF THEN ELSE Help

    Disregard...I was not aware that tabbing through a field, caused Excel to think there was a value. I knew a space did that. I experimented some more with the LEN function and found the solution. I'm trying to throw some data validation in, and I'm struggling with this one for some reason. If...
  8. R

    Maintain Date Format from Worksheet, onto UserForm

    My worksheet displays the date correctly, but when the UserForm pulls the date in, the date is not formatted correctly. I've searched this, and other forums and none of the options that I've found are working. Any suggestions? 'Format(Me.txt_DCStart, "MM/DD/YY") =...

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