We have a weekly "On-Time" report that shows early, late, on time, or no data. Each week has a total percentage of early, late, on time, or no data deliveries. I now need a monthly total on a seperate worksheet, but for some reason I can not get the percentages to total correctly. I am attaching the spreadsheet.
I'm attempting to pull the same cell ($a$1) from multiple sheets into one summary sheet, populating a column in a table.
I though I might accomplish this by putting an array formula in the desired column of my summary sheet that was similar to the following, to pull cell A1 from every sheet between the Frst Sheet and the Last Sheet.
For example:
=FirstSheet:LastSheet!:$a$1 (CTRL+SHIFT+ENTER)
This gives me #REF errors.
The values in $a$1 on each sheet are Text (addresses)
Anyway I can do this without Macros? The number of sheets between the First and Last will vary at any given time.
I want to create a macro button that can create copy, insert, paste and rename the new sheet in next month's name, like if the active sheet's name is January, I want to copy the whole sheet of January, insert new sheet, paste the new sheet and rename the new sheet to next month like February?
Also rename the new sheet (February) cell B3 the same as new sheet's name (February)
So if month of February is near end, the macro button in February will create the same way as Jan did which means the next sheet will be named March and so on.
I'm trying to insert the counta formula in the sheet "summary". The number of rows in the spreadsheet will sometimes change which is why I'm using the End(xlDown).Select feature. The end goal is for the code to insert the COUNTA formula for each column in the summary spreadsheet, and at the bottom.
I need to create a macro that will scan a spreadsheet for the number of sheets and then pull data from the same places on each sheet in order to create a summary sheet. Let me try to explain a little better.
The spreadsheet I'm working with has a separate sheet for each new deal our company makes. Each of these sheets is in the same format - we use a template and fill in the data based on that whenever a new deal emerges. The sheets contain basic info about the deal in the first few rows and columns, then some narratives with dates describing the progress of the deal, and then a list of issues and whether or not they have been resolved. The problem is, each of these sheets contains too much info for a quick, high-level overview with the bosses so they've asked me to create something that will pull the basic info, the most recent narrative, and any unresolved issues from each sheet. This way, each time there's an overview scheduled with the bosses, the macro can be run and it will create a new sheet with data from each sheet in the workbook.
I am trying to create a summary sheet from the matrix to do further analysis. I want to pick out the welds done everyday with weld inches as you will see in the summary sheet. How can summary sheet be automatically updated when I enter the inspection date rather than copying and pasting? I can use vlookup to get the weld dia once I get the weld numbers on that date. I have attached the file.
We have an equipment sheet that our sales team fills out when quoting customers. The sheet has everything from the items Brand, Model Number, Description of item, cost, MSRP, ect... on it followed with a QTY that is needed. Now one of my jobs is to go through the sheet and create a summary page of everything that is selected and place certain data onto this "Summary Page". This is what I am trying to do:
When a QTY of greater than 1 is selected on the "Equipment" page it will autopopulate the "Summary" page with certain data, mainly the description of the item followed by the QTY ordered. Let me see if I can do an example below
Say I have this equipment list below:
'EQUIPMENT' Sheet Example.png
Now since a QTY greater than 1 has been placed into column E2:E5 I would like to populate data from the corresponding B, C & D column into the 'Summary' sheet
I hope this makes since. If I am able to do this it would save me countless hours of CTRL+V CTRL+C work, that and its hard to catch every value when you have over 3,000 items on a equipment sheet.
Sheet 1 contains a column titled "name" and 6 columns to the right of name titled "sat", "sun", "mon"........ the col titled name is not the first col in the work sheet.
In each row I enter the guest name under the name col and I enter a room number (example: 1A, 1B, 2A, etc...) in the column to the right that coresponds with the day the guest will be staying.
Name Sat Sun Mon Tue Wed Thu Fri
Mr. Smith 1A 1A 1A 1A Mr. Jones 3B 3B 3B Ms. Tiller 4A 4A 4A 4A 4A 4A 4A
Sheet 2 is in the same workbook and looks something like this:
Room # Sat Sun Mon Tue Wed Thu Fri 1A 1B 2A 2B 3A 3B
I want it to look at sheet 1 and populate the date columns with the guest name from sheet 1
I tried this formula =IF('Sheet1'!G:G="1A",'Sheet1!$F:$F,"Available") It seems to work on the first row but I have problems with any rows below that. Basically it acts like there is no data in the rows below.... I think the fact that the names on sheet 1 are not alphabetical is creating part of my problem? I tried a lookup formula but it seems like it has to be the first column in the worksheet and it has to be alphabetical to work like that.
In this attached example, this is a portion of a actual work procedure. The yellow highlighted cells are the same work element within the master procedure but one is for one type of machine while the other is for same model but added options. This is a pattern throughout the entire worksheet. Basically 1 model with several different types of options. I don't want to have unnecessary elements in a work procedure.
So what I am trying to accomplish, I want to create a userform or dashboard which will allow selection of model #, model type #, then based off those selections have excel populate a worksheet with all correct procedures based off model type choice.
In this example there is 6 model variations, all share same basic procedure, but all have their own work procedure based on options, so my above approach will allow me to make changes to the master procedure only instead of changing 6 procedures.
I have a summary sheet with a numerous data sheets to the left of it in a single workbook. Every time I add a new data sheet I have to type it's name on the summary sheet. How can I automate this?
I’ve had a look through the forum and on some of the guides/FAQ but thanks to my ineptitude I have been unable to adapt any of the examples to my specific situation.
What I’m after is this: I need to create a summary sheet for a work book with a variable number of tabs. All I need the summary sheet to do is to make a table of the name of the tab and then cell A17. How would I go about doing this and is it possible to save this macro to my machine/all workbooks instead of just the one?
I want to populate "selections" sheet with data from the previous sheet (it will be the date) depending on the value of a cell in column G. You will see I have already got the data from 27th April into my selections sheet but wondered if it can be done by a formula to save me copy and paste time?
i have a sheet called 'sample database'. it consists of 56 columns, each with a specific title in row 1. i.e. name, surname, mobile_number, and so on. from row 2 onwards the data has been populated for roughly 200 rows.
i have another 'Capture Sheet' which has the same titles as 'Sample database' except it's in a different format. its a printable form that is given to new employees when they start. once they have completed it it gets captured into the 'Sample Database' sheet.
my wifes boss now wants 1 new sheet for each row in the 'sample database' sheet based on the format/layout of the 'capture form'. how can i get the 'capture form' to auto populate the data from the 'sample database' sheet and create a new sheet for each row? i know this is possible i just dont know how to do it.
I am trying to auto populate one spreadsheet from a master sheet
What I am trying to do: I have a master sheet where information on 25 countries is entered. Sheet has multiple columns for data entry I have 25 additional identical spreadsheets that correspond to one of the 25 countries so can drill down to country specifics
From the master - is it possible to select a country from a drop down menu so when I start entering data on the master it auto populates the corresponding sheet by the country selected.
I have a master sheet that contains all data relating to a particular Agent like Agent Code(Primary Key), Name, Bank details etc so on and so forth. Every month I have to make a new sheet which contains only a few of the columns from the master sheet. I have to manually select and copy each column for the specific agents to whom I have to make the payments. Now, I wanted to know..if there is any way in which I can enter only the Agent Code in the new sheet and it will look the code up in the master and copy the values of the relevant fields from the master to the new sheet.
I have a spreadsheet (Sheet A) with various data and checkboxes that I want to populate based on data in another spreadsheet (Sheet B). Sheet B has various fields with yes/no answers in the cells. I need to take this data and check varius check boxes in Sheet A based on the answers. I think this is possible if I write a macro to sweep through Sheet A to populate everything, but I was wondering if there is an easier way?
I would think there would be a way to set the initial state of a checkbox based on the value of a cell, but I can't seem to find a way to do it.
I have a userform in my workbook with a button to access it on twenty different sheets in the workbook. Currently the userform will only populate the sheet titled "Blank1". How can I change it so it will populate the active sheet without naming it? So no matter what sheet I'm on when I hit the submit button the userform will populate only the sheet I selected the button on? See macro below.
Code: Private Sub OKButton_Click() Dim NextRow As Long Sheets("Blank1").Activate
Any way to have a formula populate certain data from one sheet into another sheet...for all records in the data sheet.
I have thousands of individual locations that need to be separated by result into individual sheets.
So for instance:
In Sheet1 I have all the results as so:
location date chemical result error
A-1 1/1/2001 Aluminum 1.00 0.01
And in several other sheets I have a standard "form" set up for the way it is to appear in a report.
So, on the 'form' in Sheet2: the location of 'A-1' will have to populate in cell B6; Time of '1/1/2001' in E6; Chemical 'Aluminum' in A17; Result of '1.00' in B17; error of '0.01' in B24.
I would like the values on sheet 2 to populate on sheet 1, my guess would be a hlookup. I would like to use the acct# as the lookup value and then return the appropriate values ..
Example for acct #1002217, I want to lookup on sheet 2 the value associated with LI03 (cell D6) to come back in sheet 1 and insert in the appropriate cell (cell F4)
See this link ... http://spreadsheets.google.com/pub?k...vdd_zO8g&gid=0
Dim sLastMonth As String Dim sNextMonth As String Dim iNextMonth As Integer
sLastMonth = Worksheets(Worksheets.Count).Name iNextMonth = Month("1 " & sLastMonth) + 1 ' Need any valid day of month sNextMonth = Format(DateSerial(2000, iNextMonth, 1), "mmm") ' Use any valid year & day
I have a daily nutrition log that is made up of monthly sheets. New entries are placed below the last entry, into the proper sheet by date, automatically.
The problem I am having is to find a way to put my formulas and formats into row 1 of each new monthly sheet so that when the entry is for the next month, it will add the new entry into row 2 of the new month, seemlessly, without manual intervention.
The formula I am using works from row 2 and down. It doesn't work on row 1.
Here is one of formula's that works on row 2:
=If(Or($A2=$A1,$A2=""),"", SUMIF($A:$A,$A2,H:H))
When I copy/paste it into row1 (to get the starting reference row), I get this:
=If(Or($A1=#REF!,$A1=""),"",SUMIF($A:$A,$A1,H:H))
The code copies the last row (in the case of a new sheet that would be row 1) and pastes' it into the next row down and then overwrites the first five cells. The problem formulas are NOT in the first five cells.
I tried to using $A65536, but it also #REF! error's out.
I need a formula that will provide monthly and quaterly averages from another worksheet, but only include the months that have occurred. I have the formula to obtain both the averages and quarter totals, but it is counting all months w/in the quarterly range before the months have occurred.
I have been trying to compile some monthly and annual data from our main sheet to a FY09 sheet (for the fiscal year 2009). The 2 tabs in the uploaded example are the Distribution tab which we use to track the status of every item and the FY09 tab where I need the totals to be calculated for each month as well as the entire year. I have tried several formulas I found while searching the forum but I can not seem to get any of them to work, (I am sure it is because I don't understand them very well).
Since any formulas used will need to be copied 200 or so times, I would really like a VB solution which should also reduce the physical size of the file. I also tried a pivot table but I do not think it will show everything I need.
Basically, I need all the items separated by month on the FY09 tab. Then column 'F' on the Distribution tab needs to be summed up for each item in column 'D' of the FY09 tab for the respective month and multiplied by the respective item price in column'C' with the total value going in column 'E'. Column 'D' and 'E' need to be summed up for each month and cumulative for the entire year. There needs to be an average items and value for each month as well as for the year.
I've got a multi-sheet workbook and I'd like to have a summary tab of all of the tabs that have a name starting with "Site"....I have Site 123, Site 234, Site 567 and Location Listing. I've run a macro that I found on the internet and it works to copy all content to the new sheet, but, I prefer that the macro not need to be run to update the summary tab each time a change is made to one of the other sheets because this workbook is for someone that wouldn't know how to run the macro.
Every "site" sheet has the same columns, but the number of rows is different.
There will be new "site" sheets added and I want to make sure there is a way to update the summary sheet when new "sites" are added.
What is the best way to do this or is it even possible? I've attached my example workbook.Tracker.xlsx