date add

  1. R

    Macro to add date when you double click a cell in a specific range

    Hi, I'm trying to figure out how to write a macro that will add date to a cell if you double click it. But this feature should only apply to a range of cells $C4:$E1000. The date should not change the next day when the file is opened
  2. W

    Date function

    My date (J4) is 1/15/2014 If billing frequency (H4) is 1, I want formula to add 1 year, every year to 1/15/2014 If billing frequency (H4) is 2, I want formula to add 6 months, every 6 months to 1/15/2014 If billing frequency (H4) is 4, I want formula to add 3 months, every 3 months to 1/15/2014...
  3. T

    Cell Range last modified formula/macro

    Hi, I'm looking for a macro or formula to use so that each time data in each individual row is modified on the spreadsheet, it records the date it was last modified in column J for each row/ I've tried various macros but am also slightly unsure of how to use them. I'm using Excel 2013, if...
  4. M

    Prior Month and Current Month Sales

    Please tell me what I'm doing wrong with this DAX formula. I'm trying to create a report that will include current month and previous month by territory. Unfortunately, i'm getting the same values for both months. PriorMonth=CALCULATE([Sum of TotalDue]),DATEADD(Table1[Date],<wbr>-1,month))...
  5. V

    Get previous days date using VBA Macros

    Hiii, I am having a small problem. Suppose i have a date given as "31-Dec-2013" in a Cell in Excel Sheet and some numerical value given as 4. Then i would like to get the date 4 days back of the given date. How can i get that using VBA Macros??? Ex: If given date is "31-Dec-2013" and number...
  6. D

    Enter multiple dates at once

    Hi, so I am working on a mac on sheets created on a windows. I need to sort by date, but since all the dates appear like 05/12/2010 (on the left side of the cell) they sort by the first number (the month) instead of the year. To fix this I must edit each cell and hit enter so the date appears...
  7. J

    Adding one day to a date, in a loop, until reaching the end date of the Month.

    Hi All. Usually I'm able to review others' previous questions and patch together a useable Macro. Today, however, is a different story. I have a beginning date that I'm finding via the following (search for the first blank cell in the column, then set over one column to the left to find the...
  8. K

    Dates by day of week of the month

    So I'm trying to figure out the code to simply display the number of the day for the Second Tuesday of the month, but have been unsuccessful thus far in my forum search. I know this is possible in outlook, but creating a self generating email in outlook is a PAIN so I'm using excel to generate...
  9. J

    Help with dates in VB code please

    Hello all, I am currently working on the below coding: Private Sub CommandButton1_Click() Dim LR As Long, i As Long Sheets("Sheet2").UsedRange.ClearContents LR = Range("F" & Rows.Count).End(xlUp).Row For i = 1 To LR If Not IsError(Range("F" & i)) Then If InStr(LCase(Range("F" &...
  10. A

    increase due date based on drop down box criteria

    I have a spreadsheet with the columns "received date", "due date" and "order type". The "receive date" is a manually entered field. The "order type" cell contains a drop down box with 5 choices. The "due date" cell needs to be based on the "received date" of a job plus either 3 working days...
  11. D

    excel VBA to insert todays date in word

    Hey all, What I would like to do is by use if excel VBA, I would like to have excel prompt word to enter in "todays date" where ever I have placed the respective variable. For instance, where ever I have [todays_date] located in my WordTemplate, then todays date will be inserted when I run my...
  12. C

    Manipulation of dates and times in VBA

    When you are in in excel and have a cell with a date like 11/23/11 13:10:34, and you change the cell to numeric, the value of the cell changes to 40870.55. This number is obviously easy to manipulate and convert back to a date format. How can you do the same thing in VBA. I have not seen any...
  13. F

    Sum between two dates only in calendar year and sum total (five) column pairs

    Hi, I have a user form with 2 tabs to input date data (not too many problems there) and also retrieve the sum of days for different tasks(problems there). I have five headings in row one, Columns A:B "Offshore", E:F "Travelling To Work", I:J "Travelling From Work", M:N "Workshop" & Q:S...
  14. M

    formula for successive dates on day planner

    I am a very basic excel user, sorry for that first off. I am currently trying to set up a daily planner linked to a monthly calendar. I have figured out how to hyperlink the monthly calendar to the daily planner sheets ie. click on the date on the monthly calender and the corresponding daily...
  15. H

    VBA Advanced Copy

    <TABLE style="WIDTH: 539pt; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width=718 border=0><COLGROUP><COL style="WIDTH: 44pt; mso-width-source: userset; mso-width-alt: 2157" width=59><COL style="WIDTH: 37pt; mso-width-source: userset; mso-width-alt: 1792" width=49><COL style="WIDTH...

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