month formula

  1. P

    Date calculations - Adding months.

    I am working on a tracking spreadsheet to manage my time and leave. Since I get leave increments credited to my profile at the end of the month I was trying to figure out how to add one month to the date in the cell above. I saw the instructions on Microsoft's website suggesting the use of the...
  2. F

    Date formula to find value

    Hi, I have below table1 (sheet1): <tbody> <tbody> StartDate(A1) </tbody> <tbody> EndDate(B1) </tbody> Month(C1) Quater(D1) Year(E1) <tbody> 29/07/2012 </tbody> <tbody> 25/08/2012 </tbody> 1 Q1 <tbody> 2013 </tbody> <tbody> 26/08/2012 </tbody> <tbody> 22/09/2012...
  3. W

    Help: Macro Button to update "Month"

    Hi all, I was wondering if I could receive help creating the following macro button. What I envision is a button that each time I click on it, it will automatically update my "Month" cell (cell D7) to the next month. For example, if my "Month" cell is currently showing Jan-2016, then once I...
  4. M

    COUNTIF: 2 criteria: Month Column & Text Column

    Hi all, I am currently working on a turnover report and i am having some problems using the countif formula to count e.g. the number of staff resigning on a certain month with a certain title. <tbody> A B 1 Title Last day of work 2 Sales Associate 25-Jan-15 3 Sales Associate 16-Apr-15...
  5. F

    Filter value from date > 3 months from selected date

    Hi, I have value as below: <tbody> column A column L 03/04/2015 01/07/2013 03/04/2015 22/12/2014 03/04/2015 10/11/2014 03/04/2015 06/09/2013 03/04/2015 15/08/2014 </tbody> Now in column AA, I want to add flag "1" when, it have passed over 3 month between date from column A and...
  6. F

    For Lopp with Year & Month function

    Hi, I have simply for loop as below: Dim r_year, r_month As Date Dim i, rows_x As Long rows_x = ws.Cells(Rows.Count, "A").End(xlUp).Row For i = 2 To rows_x If ws.Range("A" & i).Value = looking_date Then r_year = Year(ws.Range("S" & i).Value)...
  7. M

    I need to improve a formula that distinguishes between <=5 months, and > 5 months.

    Users enter two dates. The formula needs to determine the number of months beginning with the first date and ending with the second. 5 months or less should return a "S". Greater than 5 months should return a "L". <tbody> Start Date (A1) End Date (B1) S or L (C1) 10/09/2013 03/08/2014 L...
  8. H

    Month & year ONLY from Date+Month+Year

    How to get only MONTH' YEAR if there is a DATE-MONTH-YEAR in a cell? A1: 27-July-2012 Answer D1:JULY' 2012 Pl note "' " is suffixed after JULY (the month).
  9. S

    Months calculation

    Hi, I have two dates in excel in A1 i have 201101 which is year and month together & in b1 i have 201202 which is year and month together i need to find out months in between the two dates... please help

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