hhmm

  1. K

    time value format

    hi all, i would like to ask how can i amend my issue. A1 is used to enter a time to color B1:B100 by conditional formatting which is greater than A1 i've manual changed the format both are "hh:mm", while i always get stuck in column B with format "date time" like "8/10/2019 20:15", thus i cant...
  2. S

    number string to time with am/pm

    How do you convert 01241 to 1:24 am - hh:mm 1 for am 2 for pm 01241 (hhmm#) to 1:24 am - hh:mm 1 for am 2 for pm 02452 (hhmm#) to 2:45 pm - hh:mm 1 for am 2 for pm 12142 (hhmm#) to 12:14 pm - hh:mm 1 for am 2 for pm 08451 (hhmm#) to 8:45 am - hh:mm 1 for am 2 for pm I want to have data entry...
  3. V

    Problem with "dd-mm-yy hh:mm" and "mm-dd-yy hh:mm"

    Hi Guys, I am struggeling with an anoying problem. I have made a userform in an Excelsheet. This form has 2 textboxes (one for date and one for time). The Date is allready filled in with the date of today. The user has to fill in the time and after hitting 'enter' the form saves automatictly...
  4. R

    24 Hour Time Not "Matching" Another Cell

    Can anyone offer any insight as to why a cell with 2:41:00 PM in it, doesn't match another cell with 2:41:00 PM in it? I've checked these items: Formatting is exactly the same (hh:mm) Length is exactly the same To further confuse matters, other instances where the same check is performed...
  5. D

    How to return if statement if greaterthan hours and minutes

    Good evening all, Can anyone help me with the returning an if statement for Hours and minutes. I currently have the following; Start time: 07:00AM ----- Format HH:MM AM/PM Finish time: 5:00PM ----- Format HH:MM AM/PM Total Hours: 10:00 ----- Format HH:MM IF statement...
  6. K

    Sum formula does not provide the same outcome as AutoSum

    Hello, I have time formatted as hh:mm, when I highlight all of it, the AUTOSUM in the bottom right corner of Excel is correct. The total is 61:46 or 61 hours and 46 mins. However, when I try to use a formula to do the same outcome =SUM, the end result is 13:46, my time format in that cell is the...
  7. T

    Restrict cell entry to date format dd/mm/yy hh:mm

    I would like to restrict the data in a specific column to a date in the following format; dd/mm/yy hh:mm So if anything other than that format is entered in the cell it should display an error message.
  8. R

    VBA Timestamp formatting problem

    Using VBA, I want a timestamp to show as 7/6/18 15:09 but when I use this code Range("BD3").Value = Format(Now(), "m/d/yy hh:mm") it comes out as 7/6/2018 15:09. But if I change it to: Range("BD3").Value = Format(Now(), "m.d.yy hh:mm") it comes out as 7.6.18 15:09 What is it about...
  9. R

    Using VBA to Perform Text To Columns, While Preserving Date and Time Formatting

    I need to take several fields with date/time formatting like this, and separate the time from the date. I've been formatting the column as MM/DD/YY HH:MM, which appears fine, but the value in the formula bar doesn't change. So, when I do text to columns, suing SPACE as the delimiter, I lose...
  10. S

    ListBox not updating selected record

    Hi to all and I'm glad to be here. I use Excel but I am no expert and much I do is trial and eroor at times. I trying to make a program to keep track o production. I have a main page where I have my command buttons that open forms to edit data. The form opens and I recall a listbox for the...
  11. D

    Converting Standard time to Military

    I am trying to convert standard time to military time in excel 2007 and have 2 different formats one is displayed as HH:MM:SS and the other is displayed as HH:MM. I have used the formula =TEXT(G2,"HHMM") for each of the data sets and for the column formatted HH:MM:SS it is converting...
  12. R

    Sum minutes to Combobox

    I want to sum 10 minutes to a combobox (the combobox is filled with an hour in format "hh:mm"). I used the code: ComboBox2.value = (Format(ComboBox2.Value, "hh:mm")) + (Format("00:10", "hh:mm")) but it doesn't sum the 10 minutes and i don't understand why? Thanks in advance
  13. C

    Measure Time (HH:mm) between dates excluding weekends

    Hi I need to measure time between a start and end event in a workflow as this is a key KPI which I need to report on. The start and end times are shown in extended date form DD/MM/YY HH:MM. However, I need to exclude weekends and also set the working hours e.g 9am - 5pm. I'd also like to...
  14. R

    Taking minutes from date time cell in VB

    Hi, I have a cell with the following in it: 20/01/2018 02:03:00 I am using VB and calling for the Hour value like this... UserFrom5.TextBox2 = WorksheetFunction.Text(Sheet6.Cells(a, 4), "hh") This gives me 02. Perfect... exactly what I want. How do I get the Minutes though...
  15. A

    Bypassing An Error associated with failed vlookup

    I have this code: With uf9_poststaff .cu2_start.Value = format(Application.WorksheetFunction.VLookup(CLng(.cu2_en.Value), rg_staff, 5, False), "hh:mm") .cu2_end.Value = format(Application.WorksheetFunction.VLookup(CLng(.cu2_en.Value), rg_staff, 6, False), "h:mm")...
  16. K

    unique values in an array

    Hi, I have the following table: In column "A" : dates (dd.mm.yyyy) In column "E": times (hh:mm) I'd like to have the followings: 18:00 <= Times < 22:00 How many unique days match that criteria? Thx in advance
  17. L

    time format

    Hi If I format a cell like hh:mm then the cell will accept time like 8:00 and also 14:00. so the hh Is basically from 0 to 24, am I right?
  18. J

    Date format restrict

    How can we restrict only dd/mmm/yy hh:mm format in an excel cell ?
  19. H

    Add Time to Date

    I have dates in Col D and time in Col G I have tried to combine the time with the date but cannot get formula to work =12/1/2018 "& text(G3,"hh:mm")&" (format dd/mm/yyyý) It would be appreciated if someone could assist me
  20. C

    Time formatting issues [hh]:mm

    Hi there, I a trying to add some time totals using sumif. The formula is as follows: =SUMIFS('SheetA'!$H$14:$H$143,'Sheet B'!H$14:H$143,"TRUE") Sheet A's reference is looking at a column that works out the time difference between two columns. The two columns are set as hh:mm. The time...

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