Month Format Code

Sep 14, 2006

I need to have the month format in this code 'strNewFolder = Month(Now) & "-" & Year(Now)' in mm date format and am not really sure how to do this.

View 2 Replies


ADVERTISEMENT

Auto Format Spreadsheet With Various Rows Month To Month

Feb 4, 2009

I have a database that I export to excel every month. The export process is built in the database software (ACT!2009). The export opens Excel with the standard Book1.xls file name. All the field columns will be the same every month.

Goal:
I need to format the spreadsheet to make it more readable and have been assigned the task of:
1 - Inserting a blank row between each row that contains data and filling in with color.
2 - Resizing the blank row to make it look like a "thick" border.
3 - Auto adjusting the columns to correct size.
4 - The last column contains comments and needs to be wrapped text.
5 - All of this needs to fit on 1 sheet (landscape).

Issues:
1 - Each month there will be a different number of rows.
2 - I know I can create a macro to do this but the macro that I would be creating will be in a saved template or spreadsheet. How could I use a that recorded macro in a spreadsheet that is called Book1.xls?

I have attached 2 spreadsheets. One called Book1.xls which is the raw data after exported and the 2nd spreadsheet called Formatted which is the end result that I am looking for.

View 2 Replies View Related

Dates - Show Month Only, And Actually Be The Month Only (not Just Format The Date)

Jul 28, 2008

I have a range of dates from 2003 to 2012. I formatted them to the 'Mar-01' option, but when I want to pivot on the month, Excel still reads them as the date - example 3/25/2008, 3/28/2008...and so my pivot table has multiple columns for all of the dates present in that month.

How do I truly format my dates so that excel reads them as the month only so that I can then pivot and show 12 columns (months) per year?

View 9 Replies View Related

Convert Format To M Into Just Gives Me First Letter Of Month

Jan 20, 2009

How Do I Convert Date:

10/3/2008 into October
6/1/2008 into June
7/3/2008 into July

I have date 10/3/2008 in cell and if I convert format to M into Just gives me first letter of Month, so O, I want it to read October, etc.

View 2 Replies View Related

Conditional Format Of Current Month?

Oct 15, 2012

i'm using the following three formulas to perform conditional formatting on cell B when cell A contains a date. Each condition depicts a cell colour depending on the following:

Within The Current Month
=datevalue(day(today())&"/"&month($q$3)&"/"&year($q$3))=(today())

Prior To The Current Month
=datevalue(day(today())&"/"&month($q$3)&"/"&year($q$3))(today())

It took me so time to put this together, but I've one other condition which I need to add to the above which I'm having difficulty in solving.

In addition to setting the cell colour of cell B, i would also like to set a text value.

So if the date is:

Within The Current Month, I would like the cell to say "Act'ls",
Prior To The Current Month, I would like the cell to say "Act'ls", and
Greater Than The Current Month, I would like the cell to say "A'able"

View 2 Replies View Related

How To Get Subsequent Month From Date In Mmm-yy Format

Nov 6, 2012

I have many dates in rows. I want to get the subsequent month from the date in each row in "mmm-yy" format.

15/10/12 should give me "Nov-12" though it is "Oct-12".

To get "Oct-12", I use =Text(cell,"mmm-yy"). What should I add to this formula to get "Nov-12"

View 4 Replies View Related

Conditional Format On Month Change

Dec 18, 2008

I have created a 4 week custom calendar for planning purposes. As part of this I naturally have cells containing the dates of the days involved. These dates have been customised to show only the day as it is more presentable than including the month. The down side to this is it is difficult to identify when the month changes at a glance. Therefore, I would like to do the following:

1. Change the font colour of the day number when the month changes, e.g. December dates in black, January dates in red.

2. In one cell display the months the calendar refers to, e.g. if December and January dates are in the calendar the cell should read December '08 - January '09; if only December dates were included, the cell would read December '08.

View 9 Replies View Related

Change/Format Date To Month Name

Nov 25, 2008

I would like to convert date ranges (e.g. 01-01-2008..31-01-2008) to month name (e.g. JAN). Is there a way to do that? I tried the search engine, but could find a resolution there.

View 2 Replies View Related

Group Dates By Month And Year Format

Apr 14, 2014

Attached spreadsheet has the resource names and their date of joinings (Column - F2), now I would like group the date of joinings into Month & Year format. I tried text formula and then converted it back to date format but its giving incorrect results. For ex - Column F2 has 9th Sep -2013, whereas my formula in H2 is showing Sep-2014. Any way to group these dates into months in a simpler way?

Once I have this grouping done, I would like to do a pivot and sort them.

View 5 Replies View Related

Format A Formula: Show The Value Of A1 As A Month (Aug) Rather Than 40056

Sep 28, 2009

In the formula =A1&" "&"Statement Value". I would like to show the value of A1 as a Month (Aug) rather than 40056. The formula is in cell J1 and A1 is a link from another sheet formated as a Month. The result would update as the value in A1 get changed.

View 4 Replies View Related

Sorting Worksheets By Name In Month Year Format?

Apr 4, 2012

I have a workbook which I'm using to collect monthly data. Each sheet (with the exception of a sheet called 'welcome') is named by month and year. Is there a way to sort these in chronological order?

View 3 Replies View Related

How To Extract Month From Date Which Is In Text Format

Nov 8, 2012

I have a column with the following values:

SubmitDate

November 8, 2012 1:37:07 PM GMT+05:30

November 8, 2012 9:32:03 AM GMT+05:30

November 8, 2012 4:32:54 AM GMT+05:30

November 7, 2012 10:28:11 PM GMT+05:30

November 7, 2012 8:36:43 PM GMT+05:30

November 7, 2012 6:33:13 AM GMT+05:30

[code]......

I need another column, with just the month specified there based on above dates, so that I can manipulate the complete sheet further using a pivot. Some formatting issue isn't allowing me to use month() function, to derive the month of the date mentioned in the cell.

Using Auto-filter is too tedious, since I'd have to do it 12 times to cover each of the month. Tried recording a macro, but that too isn't supporting much, since it gets specific to cells and hence isn't re-usable in another sheet with similar data.

How can I automate the task of extracting just the month from the above column?

View 4 Replies View Related

Formula For Month Subtraction From Date Format

Apr 24, 2014

What is the simple formula to be used to subract N months from MM.YYYY format

ex:1
Here N=2, MM=04,YYYY=2014

04.2014 minus 2 month means output should be 02.2014

ex:2
02.2014 minus 2 month means output should be 12.2013

View 2 Replies View Related

Custom Date Format With Month All Caps

May 31, 2007

I am trying to get a custom date format that looks like:
30MAY07

I can get 30May07 with ddmmmyy but can't seem to find how to get the 3 letter month to display in caps.

Excel 2002 SP3 on WinXP

View 9 Replies View Related

Converting General String Month To Date Format?

Jan 18, 2013

I have a cell which says November , 2012 in General format

In the next cell i want a date of the following month . Eg : 1-Dec-2012.

I tried =DATE(RIGHT(G4,4),LEFT(FIND(",",SUBSTITUTE(G4,",",",",1))),1)

View 1 Replies View Related

Column Show Year Month Date Format In VBA

Oct 21, 2009

Sheet1  AB120091002Valid220090702Valid320100702Not Valid Excel tables to the web >> Excel Jeanie HTML 4

In this A column Shows Year month Date format I need VBA Coding.

If A column is Grater than Today date Means B Column States Not Valid. Else Valid.

View 9 Replies View Related

Pull The Month And Year No Matter What Format The Dates Are In

Nov 16, 2009

I have a data chart that lists dates in various types of formats, for example:

1/1/10
1/1/09
Jan
Jan '10
Jan/Feb '10
Jan/Feb

I'm trying to figure out a formula that will just pull the month and year no matter what format the dates are in. Based on the above I'm looking for the following results:

1/1/10: Jan 10
1/1/09: Jan 09
Jan: Jan 09
Jan '10: Jan 10
Jan/Feb '10: Jan 10
Jan/Feb: Jan 09

This data is for the entire year so the same applies for all months.

View 9 Replies View Related

Vba Code To Format Date In The Format Dd-mm-yy

Jun 13, 2006

I would like to format my cells containg date from any format to the format dd-mm-yy. I was doing this manually with the below function

=TEXT(YEAR(Q2),0)&"-"&(RIGHT("0"&TEXT(MONTH(Q2),0),2))&"-"&(RIGHT("0"&TEXT(DAY(Q2),0),2)).

I would like to automate this using vba. i tried a bit but doesn't get what i want. ultimately i want the date in text(dd-mm-yy) format.

View 5 Replies View Related

Financial Model (formula To Equally Distribute Revenue Either Over The Next 1 Month, 2 Month Or 3 Month Period Depending On Size Of The Deal)

Dec 23, 2008

I m trying to write a formula for my financial model. If anyone can take a stab at a solution. I'm trying to write a formula that will equally distribute revenue either over the next 1 month, 2 month or 3 month period depending on size of the deal.

Details:
Sales will fit in 1 of 3 categories. Less than 25k; between 25k & 100k; greater than 100k.

- if under $25K, recognize in next month (month N+ 1)
- $25K-100K, recognize in two equal parts in months N + 1 and N + 2
- over $100K, recognize in three equal parts over 3 months
N + 1, N + 2, N + 3 ...

View 4 Replies View Related

VB Code To Add Month To Date

Oct 3, 2012

In cell E1, I have the month displayed. In cell I50, when I add the date of say the 5th, I want it to add the month to it so it will read, 10/5 or 5-Oct. This will be true for cells I50:I164

View 8 Replies View Related

Add Month To Date Macro Code

Feb 29, 2008

Suppose the current month is Feb-08. How will I be able to get the next and the next months in this format(i.e Mar-08 and Apr-08). I am able to get Feb-08 but unable to get the following months. i did lots of google search but was unable to find any examples..

View 2 Replies View Related

VBA Code To Check Month And Give New Product

Jan 14, 2008

I hv following data in the excel.

I hope some one can help me to create code to do the following :-

1) if have last purchase date , but no last issue date = New Product.
2) if no purchase date , also no last issue date = None stock issue.
3) if have last purchase date , also have last issue date = cal the date between and put the month value .

For example :-

if last purchase date = Oct 07
if last monment date = Nov 07
then the stock duration = 1

View 9 Replies View Related

Why My Month Code Macro Results In Error

Apr 4, 2008

Here is my Macro:

Sub monthdatecoding()

Dim lastrow As Long, t As Long
lastrow = ActiveSheet.UsedRange.Rows.Count
For t = lastrow To 1 Step -1

'June
If Cells(t, 1).Value "" Then
If Left(Cells(t, 13).Value, 2) = "6/" Then Cells(t, 41).Value = "June"
End If

'July
If Cells(t, 1).Value "" Then
If Left(Cells(t, 13).Value, 2) = "7/" Then Cells(t, 41).Value = "July"
End If

View 9 Replies View Related

VBA Code To Return Previous Friday And Month Before Date

May 8, 2014

How to write a VBA code so that it would calculate the date of the previous Friday and from there Return the date exactly 1 month before; on any given day.

For example...
today is may 8th

So if I run the code the dates returned for last friday should be 05/02/2014
and 04/04/2014 should be returned AS the DATE exactly a month from 05/02/2014

View 6 Replies View Related

VBA Code To Check If Service Required For A Machine In That Month And Create Popup

May 16, 2014

What I'm basically trying to do is make a code that looks at where the "x" values are in my range and if the month matches the current month, open a pop up that says "Service Required: Equipment Name" when the file is opened.

If it's any easier, an actual date could be written instead of an x.

An alert system for service required if you will. I have attached a file.

TestSchedule.xlsx‎

View 4 Replies View Related

First Code In VBA: Use A Inputbox For Entering The First Date For Monday Of The Month Each Time I Use The Worksheet

Jun 23, 2006

I am writing a module which have a different test based on for each of the previous 2 column cells. It calculate the days passed or in simple way calculate the date difference for the 2 columns and puts them in third. But i need to use a inputbox for entering the first date for monday of the month each time i use the worksheet.
When i try using the module for each cell of the column it display the input box for each cell. is there any way so that i just enter the value in input box and it can be used in rest of the module.Without using it again and again.

View 8 Replies View Related

Excel 2010 :: Using Current Month / Date And Time In A Folder Path In VBA Code

Feb 4, 2014

I’m working on a project using Microsoft Excel 2010 and I want to add some features to facilitate saving and retrieving files process.

1.How can I save the daily created workbooks (Assume 15 files a day) in order to contain the current date (and time if possible) linked with certain cell(s) I have at my workbook forming the file name? (XYZ 2-4-2014) and/or (ABC 2-4-2014 23:11) and so on …

2.I’ve been through some other posts and I found VB code which saves the active file into specific path, but it is only useful for single workbook because multiple files are getting overwritten automatically. Is there a code which allows multiple/different files saving & creates daily folders?

View 4 Replies View Related

VB Code To Format The Text?

Mar 13, 2014

Column B has list of Balance Sheet items for business and Column D has associated values. I need to perform the following:

Look for following text and if it finds it then change the font size to 16, bold it,center align and make the associated cell in column D as mentioned below.

ASSETS ....change the cell color in column D to white (Invisible).
Cash and Bank Accounts
TOTAL Cash and Bank Accounts
Other Assets ....change the cell color in column D to white (Invisible).
TOTAL Other Assets
TOTAL ASSETS

View 9 Replies View Related

Conditional Format Via Vb Code

Nov 26, 2007

I m creating a sheet in excel where I need to do some conditional formatting but need more than 3 rules so i'm guessing i'll need to use some vb code.

Basically I have a range of cells say from c12 to ag15
These cells all have formulas in linking to other cells in other sheets.

Tha values that will be in them are as follows: s, h, hd,ooo,z and maybe 1 or 2 more will be added later. I need the cells background and text colour both to change to a colour depending on the value in the cell.

eg. cell value = s then background and text colour both to be yellow.

View 12 Replies View Related

Code Not Allow Format Changes To A Sheet

Mar 21, 2012

I'm looking for a code that automatically changes the format of any pasted in data to Match destination formatting. Not getting the results I want from protecting the sheet.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved