Generate A Report On Second Sheet From A Filtered Values From The First Sheet

Nov 28, 2013

The table on Sheet 1 is being used a record system for history of each lifting equipment we mobilized to our client for rental. The Door No. (Column A) is a name for each equipment. The Date Mobilized is the date when equipment left our premises and started working on site and Date Demobilized is the date when equipment went back to our yard.

To explain my requirement, refer to the first 7 rows indicates that the Door No. ATC0005. It was mobilized 7 times but demobilized 6 times. Meaning that the equipment is currently deployed because the last mobilization dated 01-Jul-13 doesnt have an corresponding data of Demobilization. My first requirement is to have a filter where in it will show the list of currently mobilized equipment. In that case I just go to Date Demobilized and filter it by only showing the blanks.

My second requirement is to know how to filter to only show the available equipment. I was able to analyze it this way: For example we take a look at the history of FLD0001, it has 5 Mobilization Date and 5 Demobilization Date. So i need to know a function to filter a Door No. that has the same number of Mobilization Date and Demobilization Date. My first solution is to just filter the Date Demobilized to not show blanks hence it will show all equipment that has the same number of Date Mob. and Date Demob. But my exact requirement is to have a real time report on a separate sheet (refer to Sheet 2).

Sheet 2 is report for equipment status. Under Equipment (Column A) are the list of equipment. Using the data available on Sheet 1, the cells under Client (Column B) should be filled up either "Available" or "Deployed".

Lastly, for all Deployed equipment only the Client Name should also be retrieved on the report on Sheet 2.

filter values.xlsx

View 14 Replies


ADVERTISEMENT

Create Report In The Another Sheet Filtering Two Column Values

Nov 14, 2009

I need to create report (just summing up) based on values in two different columns. I need a VBA to do it as the column values may vary at any time.

I have attached a sample workbook for your kind reference.

View 14 Replies View Related

Create Automatic List In Excel Sheet With Filtered Data From Another Sheet?

Dec 27, 2012

So I have a guest list workbook. There are two sheets. On the first one is a list of names on Column A. On Column B is a classification: 'C' if confirmed; "D" for declined; "I" for pending. I want to have all the names with "C" on sheet 1 appear on sheet 2 automatically.

View 4 Replies View Related

Formula For Obtaining Values On Separate Sheet From Values Declared On Current Sheet?

Jun 3, 2009

i have a workbook with two sheets. lets just call them sheet 1 and sheet 2. on sheet 1 i have data for employees and their current wages and other info. on sheet 2 the data is for compensation scale on three separate columns.......

in order for me to automatically get the data from (sheet 2 B3) the formula for sheet 1 E1 would be: ='Sheet 1'!B3. how do i formulate the equation so that i can do ='Sheet 2'!(C1)(D1)?. in other words i want to specify the column and row from the values declared in sheet 1 column c and column d respectively.

View 4 Replies View Related

Data From The Data Sheet Is Copied Over To The Report Sheet With Formula

Apr 11, 2007

The data from the Data sheet is copied over to the Report sheet with formula.

Basically, what I need to do is If statement:
-when there is no any data in csv file (so the Data sheet will be empty);
-the range (A7:N1000) to be hidden (on the Report Sheet)
-the Report sheet to be saved

and also...

I would like to ask, how to select from the Data sheet, the rows with Data only. I copy them over with formula instead of macro- but would like to hide all the empty rows on the report.


Option Explicit

Sub Update_Report()
'
' Macro1

Dim extract1 As String
Dim dReport As String
Dim rSheet As String
Dim dSheet As String

extract1 = "LeadSheetAll_0001.csv"
dReport = "Appointments.xls"
rSheet = "Report"
dSheet = "Data1"

Application.ScreenUpdating = False
Application.DisplayAlerts = False

View 9 Replies View Related

Seach Values (Sheet 1) And Match Values (Sheet 2) And Copy And Paste?

Apr 11, 2014

I am trying find a match from multple "text" values.

The values I'm using are flight numbers from sheet "Indiv case" in column (range H2:H51). The flight number could occur multiple time in the column.

The associated flight number sheet "Code & categories" in column (range H2:H257) are associated with the last port of embarkation (range I2:I257) in "Code & categories" sheet.

I need to copy & past the name of the Last port of embarkation from sheet "Code & categories" into sheet "Indiv case" adjcent to the flight numbers in column (I2:I51).

Example: Sheet "Indiv case" from Column (H2:H51) Fligh number Data: UA863, VA4148, EK432, BA15, BA15, VA98, QF8, AC33 etc Using these value from "Indiv case" from Column (H2:H51) search and match valuse in "Code & categories" in column (range H2:H257)

If match found copy valuse from sheet "Code & categories in column (i2:I257) in to sheet "Indiv case" into column (I2:I51) Last port of embarkation".

H2;H257, I2:I257
Flight, Last Post
3k111, Singapore
3k131, Singapore
AC33, Vancouver

Copy and Past "Last Port" into sheet "Indiv case (I2:I51) adjcent to matching flight code.

View 1 Replies View Related

Printing Filtered Sheet?

Apr 16, 2014

I have a spreadsheet that has a macro that hides all columns that have 0 in a sum cell. I want to automate printing of the result, there will always be 35 rows but the number of columns will vary, could be 10 could be 30. The cells are hidden not deleted. How can I set up print code to print all visable cells? I need then all to be printed on the one page so scaled to fit.

I tried to record a macro but as the column count varies I get lost....

View 5 Replies View Related

Offest (x,y) In A Filtered Sheet

May 28, 2014

I need a simple macro that does this:

ActiveCell.Offset(5, -5).Range("A1").Select

The problem is that my sheet is filtered and this code counts the invisible rows as well. What do I need to add to the code to consider only visible rows?

View 14 Replies View Related

Generate Drop Down List From Another Sheet

Jan 4, 2008

I am trying to create a list, I know how to do this on the same sheet, I need to be able to have the list informaiton on a data sheet that contains other information that I need to have to populate other parts of the sheet. then I need to add this list data so that I can have drop down options so that users can pick from selected work descriptions

View 2 Replies View Related

Generate Report With %

Jan 8, 2008

Analysis of Profit is very impt in business , that is why i keep trying to find way to use excel to generate profit report.

I have been trying to solve this for last one month. even when i bath... But no result.

May i ask any one here know how to convert my data to a report using . Below table said every thing.

Project (10)  HIJ1My Raw Data File  2BrandMonthProfit In %3Brand AJan 0730%4Brand BFeb 0750%5Brand AJan 0730%6Brand BFeb 0750%7   8   9I Need Report In New Work Sheet  10   11BrandJan 07Feb 0712Brand A30%30%13Brand B50%50% Excel tables to the web >> Excel Jeanie HTML 4

View 9 Replies View Related

Copy Filtered Data (same Sheet)

Oct 2, 2008

I have 5 fields which contain 200 rows of information, I'd like to filter field 1 and have the filtered data copied to K2 of the same worksheet.

View 9 Replies View Related

List Box Selected Item To Generate Sheet Name

Feb 12, 2014

The below is causing me an issue as it is setting the ws value to equal nothing instead of sheet1 or sheet2 etc. I have my dimensions set above and there are no spelling mistakes.

It falls down on the
VB : Set LastRow = ws.Range("a65536").End(xlUp)
line but this seems to happen because ws is set to nothing.

VB:
For iramp2 = 0 To ListBox1.ListCount - 1
If ListBox1.Selected(iramp2) Then
Set ws = ActiveWorkbook.Sheets("Sheet" & iramp2)
End If

[Code] .....

View 4 Replies View Related

One Cell To Generate Multiple Lines On A Second Sheet

Apr 3, 2013

I am using Excel to generate a CSV file to load into a industrial cutting machine. The CSV file is used to import the cut list. As such formatting and the data per cell in Excel is important.

What I am presently trying to do is input the dimensions and type of the overall part and have the individual pieces be generated in a second sheet. I can presently do something of the sort using extensive 'if' statements. The problem with this is that I can only generate one line for every line I enter.

So this leads to what my problem is. I want to be able to have the info on 'Row one' 'sheet one' generate its parts list (which maybe 1-3 rows) and post that to sheet 2. Then 'row two' 'sheet one' generate it's info, but place it into the next unused row on sheet two. One of the issues I am having is that each row on sheet one may need to generate between 1-4 lines, maybe more, and I don't know how to not overwrite or have gaps on sheet 2.

Am I looking at going into macros or learning VBA?

View 1 Replies View Related

Apply A Count To A Sheet Which Adjusts When Filtered?

Dec 13, 2013

apply a count to a sheet which adjusts when filtered. I have attached a sheet, but as you can see the filter is returning the incorrect count as it is including the rows which are not displyed

View 2 Replies View Related

Copy Visible Cells From Filtered Sheet

Oct 23, 2007

I have data in one column that is the result of a formula, ie: =B2*B3. The result may display a decimal answer that goes out 4 places. My boss likes us to clean this up by using the = ROUND(B4,2). That is fine and easy enough, but the problem is that these numbers maybe spaced throughout a large sheet. I have to filter to make sure similar items are calculated the same way. The problem is that when I copy and paste, it copies and pastes all the data hidden between the displayed cells of the filtered sheet. How do I make it so I am only copying and pasting the data displayed and not the cells that are filtered out in between?

View 9 Replies View Related

Automatic Generation Of A Report Sheet

Jun 14, 2007

What I have got is a list of exams and subjects on the first sheet from cells A3 to A whatever. This list varies in length from a few exams to many dozens.

Under each exam is a list of subjects.
i.e.: Under the math exam is addition. multiplication, division etc

On columns B through ZZ and beyond. I have individuals names.

Under those individuals names (opposite the exam row) I have pull down boxes saying if the individual has passed failed or did not sit .. etc.

What I would like to be able to do is to automatically generate a second sheet with the individuals name on it with a report of what exams they took with what result. Of course it would be nice it was nicely formatted with the headings of all the different exams and the subjects taken arranged in order.
If an exam was not taken it should not appear in the generated sheet

I have a fairly good knowledge of Visual Basic though I have not had much to do with VB for scripting.

View 11 Replies View Related

Generate Table On Another Sheet Depending On Input Data?

Apr 15, 2014

I am tracking business hours of various business locations. I would like to be able to enter the businesses operating hours on the "overview sheet" and, based on those hours, have a table generated on another sheet that "autofills" based on the date entered on the "overview sheet". For example:

I would enter the operating hours of the business on the "overview sheet" and it would look something like this:

Day
Open
Close

[Code]....

I want a table for each day created. I would then manually enter the data for the "Ranking" column. The issue is that I have numerous location I want to do this for and all with varying hours of operation. It is very tedious to manually create the tables.

View 9 Replies View Related

Generate A Daily Job Sheet Showing All Of That Days Information

Jul 25, 2008

I have set up a datasheet with information to be used in generating several pivot tables:

Column A - Our Invoice Number
Comunn B - Vendor's Invoice Date
Column C - Type of Vendor (Labor, PM, Subcontractor, Material, or Equipment)
Column D - Vendor Name
Column E - Vendor Invoice Number/Time Classification (Column C is Labor, PM, this is either Regular Time or Overtime. If Column C is Subcontractor, Material, or Equipment, the Vendor's Invoice Number is enetered.)
Column F - Labor Hours Worked (Column C is Labor or PM, a value is entered, if not, formula enters "N/A")
Column G - Labor Rate ((Column C is Labor or PM, vlookup value is entered, if not, formula enters "N/A")
Column H - Amount Billed ((Column C is Labor or PM, formula multiplies rate by hours, if not, enter the amount of the Vendor's invoice.)
Column I - Mark Up Percentage
Column J - Mark Up Amount
Column K - Total Amount Billed (Column H + Column J)

I need to set up a daily job sheet (like and invoice) for each date listed under Column B. For each day, I need to generate a daily job sheet showing all of that day's information. The location of the information is based on the value in Column C - Subcontractors's data go in one spot on the sheet and Labor costs go in another place.

View 9 Replies View Related

Generate Numbers From Another Sheet Based Multiple Conditions

Nov 21, 2007

I am trying to generate a number based on the Month, Year and then three digits. For Example: 1107-001. I would need it to refer to another sheet for the previous used last three digits. Each month it would start over at 001. On the Reference sheet it would always be in the first column.

View 9 Replies View Related

Generate Recurrence Frequency Report

Nov 30, 2012

I am trying to generate a recurrence frequency report and this is what I have been doing manually, (to long by hand)

=FREQUENCY(B1:G36,I1:I53)
=FREQUENCY(B2:G37,I1:I53)
=FREQUENCY(B3:G38,I1:I53) and so on until I reach =FREQUENCY(B18:G53,I1:I53)

I want the out put in J:AA

my data is B1:G53

View 9 Replies View Related

Generate New Report From Pivot Table?

Jun 16, 2014

I have a pivot table based on sales data and I need to know the 3 salespeople that had the highest sales during the current fiscal year versus the last fiscal year.

I have tried manipulating the pivot table but I keep getting the error message: "the following system error occurred: the requested name is valid but no data of the requested type is found".

View 1 Replies View Related

Generate Summary Report From Range

Aug 16, 2008

I have a spreadsheet of website stats showing the number of visitors to all the domains and aliases we use for company websites. Each domain or alias has its own unique row of data. The data is in the order of most visitors. I have attached a simplified and anonymised example of the data in worksheet "stats". In real life this sheet runs to several hundred rows.

As you can see if look at the worksheet "domain key", each of our websites has more than one domain or alias pointing at it - these are reported separately by our stats package.

What I want to do is find an easily sustainable way of generating a summary report each month, such as you can see on the worksheet summary, which will give a total number of vistors for each site calculated from the visitors to the various adresses each site uses.

What I have done so far is use a very long SUMIF function, e.g. to find all visitors to the FR site the function reads:

=SUMIF(stats!A2:A16, "www.companyname2.fr", B2:B16)+SUMIF(stats!A2:A16, "www.othername.fr", B2:B16)

This looks OK in the example above but in the real data we have in some cases over a dozen domains pointing to one site and its very messy and hard to maintain.

What I would prefer to do is something that would use a range of data for the criteria rather than a specified string e.g.:

=SUMIF(stats!A2:A16, domain_key!C2:C16, B2:B16)

Obviously the straight SUMIF function won't do this. The advantage to this approach is that it would make the ongoing management of which domains are counted for each country a lot simpler as I could just edit the data in the domain_key sheet rather than having update the functions.

Some issues to be aware of are:
The order of data will change each month so youcan't guarantee that each address will be in the same row every monthThere isn't a pattern to the addresses that would allow you to use any kind of wildcard, e.g. you can't say all addresses containing "companyname" are the UK site and all addresses using othername are the French site. Similarly, you can't say all the french site addresses end in .fr - some countries use .com

View 9 Replies View Related

Copy Visible Data Out Of Filtered Table To Another Sheet?

Mar 22, 2013

I have on sheet 1 a table 12 columns, variable rows. I filter this table on two different columns, so that only x rows are visible.

My aim is to move these visible rows to another sheet 2, starting from cell J23., work with these data in other cells of sheet 2, and send them back to sheet 1, adding the date in column 12.

Do I need, sheet viewcode or module ?

Afterwords I would like to link this VBA code to a form button.

View 3 Replies View Related

Copy Filtered Pivot Table To Another Sheet With A Button?

Jul 18, 2013

When I filter my pivot table and I click on the button. The Filtered pivot table will automatically be copied to another sheet.

View 4 Replies View Related

Automatically Create Summary Report On Another Sheet?

Jun 21, 2014

I need to create a summary report on another sheet, but it is beyond my capacity.

View 9 Replies View Related

How To Report Number Of UNIQUE Cells On New Sheet

Mar 24, 2008

On worksheet1 I have the following

joe | apple
joe | pear
joe | lettuce
joe | orange
tom| apple
tom| lettuce
abe| apple
abe| orange
abe| lemon

On worksheet2 I would like

apple | 3
pear | 1
lettuce | 2
orange | 2
lemon | 1

View 10 Replies View Related

Create Excel Report Sheet With VB Button

Jan 22, 2009

I have attached the worksheet.

As you can see its just a Job logging spreadsheet, What I am trying to do is create a jobs out standing log that will probably go in place of the Search Results sheet.

I have a job Info sheet that is just for new jobs and a Jobs Done sheet that is for jobs done, in the Search Results sheet I would like to have Jobs Outstanding, this would be done by matching the Job Number in the Job Info & Jobs Done Info sheets and giving me a report on all outstanding Jobs. I would also like to add a Jobs Outstanding Button to the Intro Sheet.

View 14 Replies View Related

‘The PivotTable Report Will Not Fit On The Sheet. Do You Want To Show As Much As Poss

Aug 28, 2009

Since I'm making a PivotTable with my macro, when it runs I always get this...

‘The PivotTable report will not fit on the sheet. Do you want to show as much as possible?’

I always choose yes, because in the end the user isn't going to use all of the data, they will be narrowing it down. Anyway, this comes up a few times througout the macro. Is there something I can put in the code that, if pop up box, always choose yes?

View 2 Replies View Related

Open Workbook On The Weekly Report Sheet

Nov 20, 2009

I want the work book to open on the "Weekly Report" sheet.
I have this code, but keep getting a subscript error.

Private Sub Workbook_Open()
Sheets("Weekly Report").Select
End Sub

View 9 Replies View Related

Summary Report Sheet From Data Table

Apr 30, 2008

I'm going to try to explain this as accurately as possible. This is my first post, and I'm seriously struggling with VBA, but i'm confident that someone out ther will have done this before.

I have a single workbook which has a single datasheet, and further sheets representing different months of the year.

Sheet 1 ("Data") contains the following columns and data:

DateStart MileageEnd MileageBusiness TripBusiness Mileage
01/05/2008013 get 13
02/05/200813260
03/05/200826100 euro 74
04/05/2008100113 adf 13
05/05/20081131130
06/05/20081131130
07/05/20081131238 alex begg1125
08/05/2008123812510
09/05/200812511288 service 37
10/05/2008128812980
11/05/2008129813110
12/05/2008131113780
13/05/2008137814000
14/05/2008140014560
15/05/200814561490.10

I then have a series of Summary sheets which are supposed to summarise the data on this single data sheetl. But this is where I have issues.

Basically, from the list of data above (running from 1st may 2008 - 31st December 2008), I want to pull out, per month all of the trips in that month. So for May (shown above) I need the date, business trip name, and the business mileage where the business trip name <> "".

To compound the issue, the columns that these are moving into are columns 1, 2 and 6 in the summary spreadsheet.

I have used some example code from cpearsons website to give me a list of nonblank cells in the Business Trip column, and this has worked, but I can't pull the other two columns out effectively.

View 4 Replies View Related







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