Excel 2010 :: Auto Population Of Fields Incremented By Dates In Weekly Segments

Jan 21, 2014

This is in Excel 2010

I have, what I believe a fairly complex request.

I have 3 fields that will be entered manually per row

Frequency in weeks = FQ Example FQ = 4 weeks
Duration in hours = DUR Example DUR = 3 hours
Start Date in Date Format = SD Example SD = 01/15/14

I have a series of columns starting at December 30, 2013. This represents the week of December 30th 2013.

It continues on until I hit the last week in December of 2015 which is 12/28/15

There are multiple rows with the 3 entries listed above (FQ, DUR & SD).

I need a function or macro that takes the Start Date (SD) for the specific row and finds it's location in the series of columns (for the example of 01/15/14, it would land on week 01/13/14). The program would enter the Duration (DUR) in that Column's Row (if that makes sense).

The program would then add the Frequency (FQ) to the Start Date (SD) and look for the next column (or Week) that it would fit in and once again enter the Duration (DUR) in that cell.

It would do this until it hits the 12/28/15 end date.

View 1 Replies


ADVERTISEMENT

Excel 2010 :: Weekly Import - How To Delete The Last Row

Feb 14, 2012

For a weekly import into Excel, I need to delete the last row each time. I'm using Excel 2010. My first thought is to start with the first cell, A1, and use .End(xlDown) to find the last row. Do I have to assign a variable to hold the row value then delete it? Or can it all be done in one statement without a variable?

View 4 Replies View Related

Auto Population

Oct 22, 2009

Ok, so this is my first attempt at an excel macro. I'm trying to develop a macro that will assist me in auto-populating a column in a new worksheet based on another worksheet. Recently I ran a new report at work that is 4000 lines long that I really do not want to have to edit by hand, since I already had to do it with the older one.

I can't post my data but i'll try to explain it the best I can, but basically it's set up as a part number, next column is the steps in completing that part, and then a workcenter number. I'm trying to populate that workcenter column in the new worksheet. I've put this macro together with the best of my ability along with excel help and the internet but I just can't seem to get it to work.

View 14 Replies View Related

Auto Population On A Form

May 5, 2014

I would like to Know which formulas to use for the attached example.

I need to create a form that auto populates all other information to the right of the ref number.

So if I add a ref number i.e. 101 then the the adjacent three columns should take info from the second sheet.

and also how to copy the formula to other rows so that the info relates to each line and relevant ref number.

I can do dropdown for the ref number but need to know the rest!

View 1 Replies View Related

Auto Population Macro

Oct 23, 2009

I'll insert the code below. Basically I'm taking the sheet titled Old and based on part number then op number, automatically populating the new work center in the new sheet. It runs but seems to be caught in an infinte loop.

Sub DataPopulate()
Dim varOperNo As Variant
Dim varPartNumber As Variant
Dim x As Integer
Dim SFCTimesNew As Worksheet
Dim SFCTimesOld As Worksheet
Dim pnfind As Range

View 9 Replies View Related

Excel 2010 :: Insert Column And Add Fields

Feb 10, 2014

I have an Excel spreadsheet that where the headings start in row 5. Data starts in row 6.

The spreadsheet is updated frequently. The headings are always the same but the number of lines of data changes.

D5 = Units1 (field contains numbers or is blank)
E5 = Units2 (Field contains numbers or is blank)

I would like to insert a column to the right of Column E and add D + E in the inserted cell. I would like F5 to be called NewUnits.

Some cells in Columns D and E are blank. No cell in Column A is blank. (If cell A6 is the activecell and you press CTRL + Down Arrow Key -- you will get to the last cell with data in Col A. That is not the case if the activecell was E6 as there are blanks.)

I am using Excel 2010.

View 6 Replies View Related

Data Analysis Of Dates, Splits & Segments Of Department Codes

Jun 22, 2009

I'm trying to analyse data and summarise it by date (greater than 60 days, and between 30 days and 60 days), by department using the first two digits of department codes, and where there are multi-line order numbers.

View 4 Replies View Related

Create Calendar In Excel And Auto-populate Content With Specific Fields?

Aug 23, 2013

Looking to create a calendar in excel and auto-populate the content with specific fields I enter. I know how to create an excel gantt chart but I'm really looking for a calendar view instead of a series of columns with dates. I reviewed the original post on Auto-Populating Excel Calendar but was confused by the instructions. (1) create a calendar in excel and (2) show me how to populate the calendar with fields like (dept and project name) into the dates on the calendar? I have two dates that are important (a due date for the project and when that project will be published). Is there a way to have both dates show info otherwise the most important date will be the publish date?

View 1 Replies View Related

Excel 2010 :: Dates As Headers In Table Not Recognized As Dates For Charting?

Nov 8, 2012

I'm trying to make a simple chart, which maps the value of an investment fund over time. I wanted to use the new 'Table' feature within Excel 2010 to format and maintain the formulae within the Table, and the 'Header' for the table contains the date, which is not at regular intervals.

If I opt not to use the Table feature, I can create a line-chart with ease, and Excel recognises that the Dates are indeed dates and plots the graph correctly. The minute I convert over to a Table, the Date headers are no longer recognised as dates, and are instead plotted as if they were text, at regular intervals.

I've tried multiplying the Date Headers by 1 to force them back to true Dates, but this still does not work. I've also changed the setting on the horizontal axis to Date axis rather than automatic, but still no joy.

View 1 Replies View Related

Excel 2010 :: Calculating Value And Posting Total To 1 Of 4 Fields Dependent On Content Of Another

Jan 9, 2014

Excel ( 2010 ). I am creating a Sales Leads spreadsheet. Within the spreadsheet I have a the following relevant fields.

proposed sales value field ( F2 ), Estimated Close - which will be Q1,Q2,Q3 or Q4 ( G2 ), % Probability ( H2 ) & Q1 ( I2 ), Q2 ( J2 ), Q3 ( K2 ) & Q4 ( L2 ).

F2 = 150
G2 = Q2
H2 = 10%

I want to calculate the actual value of sales based on %prob and put the total into the correct field ( I,J,K or L ) based on what field G2 says. So in this case 15 into field J2. I have attached an example.

View 4 Replies View Related

Drawing Line Segments In Excel With VBA

May 8, 2012

I'm trying to draw a diagram with many nodes connecting several line segments.

Each has a colour attribute which I'd like to show on the graph.

How can I plot it to-scale using VBA in excel?

TypeCoord1Coord2Colour
Node0 0 Yellow
Line0 1 Black
Node1 1 Red
Line1 3 Blue
Node3 3 Purple
Line3 9 Orange

View 3 Replies View Related

Excel 2007 :: Extract Address Segments From String?

Feb 25, 2013

Excel 2007.I'm looking to extract parts of an address into different columns, I've already extract the Country, Post Code & Town. But what i'm having trouble doing is extract the street address and county, the reason I'm having trouble is because not every address has a county.

Below is what I have so far:

I need to extract Street (which is in red) into the Street Column

County (which is highthlighted in dark blue) into county

Excel 2010
A
B
C
D
E
F

[code].....

View 6 Replies View Related

Excel 2010 :: Auto Complete With Dropdown List?

May 21, 2012

My Excel 2007 has "auto complete with a drop down list". When I type in the first character, a drop down list appears listing all the entries in that column tha start with that character. I click on one of the entries and the cell is "auto completed" with that entry. Sure is handy. I try to find that functionally in Excell at work, Office Professional 2010, and no bueno for kaki.

View 3 Replies View Related

Excel 2010 :: Auto Capitalizing Certain Cities When Entered

Jun 21, 2013

If I enter the city "Dunn" it auto capitalizes it. If I type my name "mark" in there it doesn't. I don't want it to auto "do" anything. How can I turn it off? I've tried copying into a new book and that didn't work so it doesn't seem to be formula driven. The issue is happening on a coworkers machine, but I cant seem to recreate it on mine. Hers is 2007 while mine is 2010.

View 9 Replies View Related

Excel 2010 :: How To Make File Auto Save To PDF

Aug 16, 2013

I have workbook I would like to auto save to PDF copy file in different location every time the original file is save maybe some VBA code

View 4 Replies View Related

Excel 2010 :: Auto Update Cell Data

Nov 1, 2011

I would like make a cell in a report auto update with the most recent data entered in another cell from an input table either in the form of a formula or code to ensure that the most recent data is recorded and reported.

View 3 Replies View Related

Excel 2010 :: Auto Summary From Non-Blank Cells

Aug 21, 2012

I have created a comparison sheet and compares my old one from last week to the new one I create for this week.
It populates cells with the differences and shows me the data from the new sheet. But since my they are so massive A5:AZ20,000 I want to create an auto summary or something.

Column A has each properties Unique Identifier And the rest is various info for the property. I would like it to return my unique ID and then the columns with new data that has showed up from the comparison some are text and some are numbers.

Also I am using Excel 2010.

View 6 Replies View Related

Excel 2010 :: Auto Sort When Sheet Is Refreshed (F9)

Nov 6, 2012

I've only recently began to use excel, but I've really dived deep into it, I'm clueless when it comes to VBA but now I'm stepping into that realm. Anyway, I'm using this code....

Code:

Private Sub Worksheet_Change(ByVal Target As Range)If Not Intersect(Target, Range("A:A")) Is Nothing Then
Application.EnableEvents = False
Me.Sort.SortFields.Clear
Me.Sort.SortFields.Add Key:=Range("A:A"), SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:=xlSortNormal
With Me.Sort

[Code].....

Code:

Credits to VOG

Link: auto-sort for excel 2010.... to auto sort 2 columns of data. However, it is extremely tedious to enter data as it sorts itself every time you enter a new data point. Moreover, using any random number generator to fill the columns takes ages! Is there anyway to make it so the code only runs when the worksheet is refreshed (F9 pressed.)

View 2 Replies View Related

Excel 2010 :: Auto Email Attachment Corrupt

Jan 7, 2013

It copies one of the work books, Saves it and then emails this as an attachement to a few people.

All users are on Excel 2010, however the file originally was created in Excel 2003. The File Extension Was .xls as was the attachment.

First time I sent the email this year it came through corrupt. No changes had taken place in the workbooks or the code.

I have now updated the spreadsheet and saved it as a .xlsm

I have also updated the code so the attachments are .xlsx

The email attachments are always corrupt.

Code:
Sub copy2()
Application.ScreenUpdating = False
Dim fname As String 'filename
Sheets(Array("To Order", "WO To Chase", "PO To Chase", "Contact", "WO Report")).Copy
fname = Year(Date) & " " & Month(Date) & Day(Date) & " Chase & Order" 'filename!!
ActiveWorkbook.SaveAs FileName:= _

[code]...

where the corruption might come from? Its not via the email as if I go to the saved file its corrupt as well.

View 7 Replies View Related

Excel 2010 :: How To Make File Auto Save To PDF

Aug 16, 2013

I have workbook I would like to auto save to PDF copy file in different location every time the original file is save maybe some VGA code is this possible ???

View 1 Replies View Related

Excel 2010 :: How To Auto Sort - Largest To Smallest Value

Nov 4, 2013

See post below. I want to have the column listed as per to auto sort to the largest to smallest value. This value will change throughout time.

I have data in columns a-n and rows 3-14. I want column "l" or the 12th column to auto sort from largest to smallest value.

View 1 Replies View Related

Formula For Inserting Weekly Dates?

Mar 7, 2014

I have a simple time sheet that I want to insert weekly dates by the date I have. I don't know the formula for that. I've attached the time sheet. TimeSheet2.xls

View 10 Replies View Related

Adding Weekly Dates Automatically

Mar 25, 2009

how i can automatically add a week to a start date i have in a rotas for the whole year?.

View 3 Replies View Related

Weekly Intervals In Format Of Dates

May 4, 2014

Below is a format of dates I want to make it in weekly format, select the Fridays or any specific day and separate them from this list.....

01-10-2013
03-10-2013
04-10-2013
07-10-2013
08-10-2013

[Code]....

View 3 Replies View Related

Excel 2010 :: Auto-copy When Highlighting Multiple Cells

Jan 30, 2013

Recently ran into this problem where when I select(highlight) multiple cells, it automatically copies the highlighted cells.

[URL]

This auto-copy also occurs periodically when I select(highlight) a single cell.

Notes:

1. I do not have a copy hotkey on my mouse, as this also happen when I use the trackpad.

2. This only happens in excel. When I select multiple items on my desktop, it does not auto copy.

View 1 Replies View Related

Excel 2010 :: Auto-increment Alphabet With Existing Data?

Mar 16, 2012

I have made a custom list in Excel 2010 so it auto-increments the alphabet using the auto increment pull down/copy square on the bottom right of a cell in Excel. My question is I have some data in a sheet such as this

600
600
600
600
601
601
601
601
602
602
602

What I want to do is add a letter of the alphabet to the end of these numbers and have the alphabet auto increment based on the data above like this:

600
600A
600B
600C
601
601A
601B
601C
602
602A
602B

I thought it would be simple since I now have a custom list but every formula I try fails.

View 5 Replies View Related

Excel 2010 :: Calculate The Difference Between 2 Dates?

May 14, 2014

I have a pivot table and I created a formula that says:
=jobCompletedDate-jobCreatedDate

and so for example, I have
3/31/2014 7:21AM - 3/31/2014 6:33AM

and that difference is giving me: .03367

I'm not sure what this value represents......the difference in dates, converted to ??

View 2 Replies View Related

Excel 2010 :: Compare 2 Columns With Dates?

Dec 11, 2013

I have 2 columns directly next to each other each containing dates.

Example 1:
F2 = 5/23/13
G2 = 5/23/14

Example 2:
F3 = 6/6/13
G3 = 4/11/14

I wanted to do a conditional formatting that would highlight the cell in
column G if the Month/Day doesn't match the Month/Day in column F

Is there a way to do this with Excel only looking at the Day/Month and ignoring the year??

View 3 Replies View Related

Excel 2010 - Getting Average When Have A List Of Dates

May 29, 2014

Data example is displayed below. I need to know how to find the average, not date average, but count. What is the average per day? Example on 2/9/2014 there are 12 entries but on 2/10/2014 there is only 1. Example: For all the lines of data that I have, what is average per day?

2/9/2014
2/9/2014
2/9/2014
2/9/2014
2/9/2014
2/9/2014
2/9/2014
2/9/2014

[code].....

View 4 Replies View Related

Excel 2010 :: Grouping Dates Across 2 Different Years

Apr 7, 2012

I am using 2010 to write some code for a spreadsheet that will be used in 2007, so I know that RepeatLabels is not available.

My question is if you Group a date field by Months and Years and the data spans across 2 or more different years, is there a way to hide months in a specific year? I ask because the Date field has only 12 months in it and if I hide Jan (for example) it hides Jan in both years. (attached pic of filter for Date field below.)

Is there some other way to format it so it can discern between years or do I need to add yet another column to my original data?

View 2 Replies View Related







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