About 998,000 results
Open links in new tab
  1. difference between [h]:mm and h:mm format - MrExcel

    May 12, 2011 · What is the difference between [h]:mm and h:mm format. When I try to multiply the number of employees (12) by the hours worked per employee (7:30:00, meaning 7.5 hours) using h:mm:ss format excel generates 9:00:00. Which is incorrect because 12 employees working 7.5 hours each equals more than 9 hours.

  2. Timestamp without VBA | MrExcel Message Board

    Jan 21, 2009 · I have a worksheet that needs a timestamp in the cell in the next column to the entry cell - Column N has the cell that requires an entry and Column O has the timestamp (MMM/DD/YYYY H:M:S). That timestamp can't change unless someone updates the cell in Column N, then it gets the new timestamp value.

  3. working with hh:mm:ss formats and IF statements - MrExcel

    Nov 8, 2019 · Hello I am trying to write an IF statement using date/time/hh:mm:ss data and would appreciate some help. I have ~ 150,000 rows of data so am keen not to review line by line. I have an extract of data with a date time stamp and I have …

  4. How to Calculate Scoring for High, Medium and Low from a

    Oct 13, 2016 · I need ALL The possible score value for possible scenarios an account might "hit". Then I can take that score and I can come up with the H/M/L ranges. Example 2: Critera scores of 89 + 68 +26 + 47 = 230. Example 3: Criteria Scores of 26+47 = 73. Using these 3 examples I have total scores of 174, 230, and 73. This will give me H=230, M=174, L=73.

  5. Automatically update a cell if a condition is met - MrExcel

    Aug 12, 2008 · I suppose I should have used the actual columns in my question, I actually used columns H, M, and O for the purposes I described, I just used A, B, and C for a simple example. I tried the code on a different page and it works like a charm, but now I wonder how I could adjust it to apply it to columns H, M, and O (current value, max value, and ...

  6. Formula for calculating redemption rates in a multibuy …

    Apr 4, 2005 · I'm not sure if you if formula worked correctly as i wasnt getting a percentage. I've extracted some real data to use as an example in the next table. Is there a formula that can tell me what % of shoppers took up the multi-buy (i.e. 5 items for the price of 3)? In column O i've shown the actual difference between week 2 and week 3.

  7. How to calculate a Low, Medium, High rating based on number

    Sep 6, 2016 · Hello Can someone kindly help me write a formula that can display a column of numbers to a text rating (in a new column) of Low, Medium, High or Severe The rating would be from: 1 to 6 Low 7 to 12 Medium 13 to 19 High over 20 Severe I had a previous...

  8. VBA Formula with Absolute Reference on ActiveCell

    Jul 18, 2016 · Hello, I am attempting to create a formula described below. The formula works great for the most part, but I would like to create an absolute reference on the bolded RC-1 below based off of the initial active cell. We run this report every week so the absolute reference will change based off of...

  9. VBA - Select Multiple Columns using Column Number

    Feb 28, 2002 · Is there a way to select multiple columns in VBA using the column number? I have this Range("D:E,G:H,J:K,M:N").Select Selection.Delete Shift:=xlToLeft But I would prefer to be able to select those columns using column numbers. It will not always be the same columns so using column numbers...

  10. XLOOKUP not working with time (0:00:00,00 format ... - MrExcel

    Jan 31, 2021 · Change the formula in K1 to =--TEXT(D1-D$1, "[h]:m:s.00"). And that obviates the need for column J. And that obviates the need for column J. Again, remember that I use period for the decimal point.