Worksheets, One With "supplier Names", "order Numbers" And "delay In Days" As Columns

Jul 19, 2007

I have two worksheets, one with "supplier names", "order numbers" and "delay in days" as columns. The other one with "supplier names" and "average delays" as columns.

It is the column "average delays" that I have issues with, I need Excel to search the "supplier names" column in the "delays" sheet and identify every specific supplier name, connect the delay in days for that order and calculate the average delay in the right cell of the column "average delays" in the sheet "delay statistics".

I have tried the help files and to search this forum but I have found nothing. I have also with my knowledge tried a few different ways using the IF function but nothing so far.

This is something I started doing but it is of course far away from any truth.

=IF(;Delays!B1:B200="Greber")..............

This is the "delays" sheet where I want to find my info. Nothing in the delay column stands for "no delay"...Kinda obvious but you know... So even the "nothing" needs to be included in the calculation..

View 9 Replies


ADVERTISEMENT

List Names In Alphabetical Order From Multiple Worksheets

Mar 3, 2007

I'm trying to get this formula to work across multiple worksheets. It suppose to list names in alphabetical order. I'm using these define names to get it to work. Also may I have another formula that list unique names in alphabetical order?

Col_A=T(INDIRECT("''"&XWSLST&"'!A"&(2+MOD(S,N))))
N=50
S=ROW(INDIRECT("1:"&(N*ROWS(WSLST))))-1
WSLST=Sheet6!$D$2:$D$5


=IF(ROWS($E$2:E2)<= COUNTIF(Col_A,"?*"),INDEX(Col_A,MATCH(LARGE(COUNTIF(Col_A,">"&Col_A),ROWS($E$2:E2))=S+1,COUNTIF(Col_A,">"&Col_A),0)),"")

View 9 Replies View Related

Group Numbers Into Workable Ranges In Order To Run A Pivot Table (days Taken To Update)

Apr 28, 2014

Cells in row C have numbers (number of days between date a and date b)

I want to group the days so I can run a usable pivot table as follows:

Up to 7 days between update date and today (ie 1 week) 8-14 days between update date and today (ie 2 weeks) 15-21 days (ie 3 weeks) 4 weeks +

My attempt is as follows but only give two results and not 4?

=IF(OR(C2<=7),"1-7days",IF(OR(C2>=8,C2<=14),"8-14days",IF(OR(C2<=21,C2>=15),"15-21days","Over4weeks")))

View 3 Replies View Related

Column Delay In Days To Support Formula?

Jan 24, 2013

Total amount to pay by D -
2839300284
Description of Customer
Txn Date
Amount Paid

[Code].....

View 1 Replies View Related

How To Count The Delay Of Numbers

Feb 13, 2008

If for example:

I place number 7 in cell A2, A3, A12 and A22. I want to know the delay this particular number has. Looking at the example placed before the pattern should be the following (A2) 0, (A2-A3) 1, (A3-A12) 9, (A12-A22) 10. After A22 there's is no more number 7 therefore the delay in the example is of 3 i want this to change automatically until the next 7 appears. I've given an example, from C1 to P1 i have written 14 numbers i would like to know the delay of all these numbers.....

View 9 Replies View Related

Macro To Set The Order In Which Worksheets Should Be Printed (order Is Changing Daily)

Nov 29, 2008

I looked at threads realted to printing but wasn ot able to find something similar to what I need. So here is my problem:

I have a file with more than 100 worksheets (each sheet contains the invoice for one store). I would like to create a macro that would enable me to determine the order in which worksheets would be printed. How to do it?

Idea #1: the printing order would be based on the value in cell L1 that would contain the route number for each store. Stores belonging to the same delivery route will have the same value in L1. So, the macro should first print all sheets with 1 in cell L1, then print all sheets with 2 in cell L1 and so on...

Idea #2: Creating a separate data sheet with the list of all stores and their corresponding route number. Let's say info is contained in range A1:B150, where Column A contains the name of the stores and column B contains the route numbers. The macro then should look at that list to determine the printing order of the subsequent worksheets (the name of the store in column A would be the same as the name of the worksheet corresponding to that store).

Idea #3: sorting my 150 worksheets manually. It does not solve my problem fully, though, because stores do not always belong to the same route. So the manual sorting should be carried out daily and would not save time at all.

View 9 Replies View Related

Re-Order Columns Based On Column Order Of Another Worksheet

Mar 1, 2008

I need a way to re-order an excel worksheets columns based on another worksheet.

Data is extracted from a database into excel however users can configure the columns in the initial system. to how they like This causes problems when the data is copied into an excel spreadsheet I have created as the data copied will not be in the same column order as is required.

How can i reorder the columns without physically having to cut and paste the columns to match?

I have attached a sample spreadsheet.

You will see on the spreadsheet that 'fixed columns' is the order that i require the data however 'variable columns' is not in the same order.

View 3 Replies View Related

Changing Order Of Names

Jul 20, 2009

Can this be done with a formula?:

Smith, John

changed to:

John Smith

View 11 Replies View Related

Custom List Order Of Names

Mar 21, 2008

I Have A List That Is Generated From Another Program Dump Info Into Excell.
This List Has Names In One Colun And Corresponding Values In The Next Column. My Goal: Get The Name And Values To Be Listed In A Specific Order To Be Copied To Another Workbook. Issue: All The Names Do Not Always Get Sent From Original Program. Example:

Person1 Always Needs To Be In Row2
Person 2 Always Needs To Be In Row3
Etc
However Person1 May Not Be On The List Today. In Which Case I Need Row2 Blank

View 2 Replies View Related

Excel 2010 :: Summing Order Revenues Over Next Consecutive Calendar Days

May 7, 2012

I am using Excel 2010. I am tracking client orders on a spreadsheet. I would like to offer a 60 percent rebate on revenue from orders placed between the first order date and 30 calendar days thereafter. On day 31 and continuing through day 60, I would like to offer a 40% rebate. On orders placed on day 61 through 90, I would like to offer a rebate of 20%. From all of the orders placed by clients who start ordering on different dates, I need to sum their order revenue in these three time periods. I have the individual client order data arrayed on my spreadsheet - one order per row.

I am capturing the unique client ID number (Column A), the order date (Column B), and the associated revenue (Column C). Keying off of their unique ID number, I would like to calculate the sum of how much revenue is generated in calendar days 1 through 30, days 31 through 60, and days 61 through 90 from the very first order date from any given client. The start date can be any date in the month, so I can not rely on any calculation that uses the calendar month. Orders are not necessarily placed every day. Multiple orders may be placed on any given day, and then no orders may follow for many days afterward.

View 1 Replies View Related

Userform - Get Combobx Names In Ascending Order?

May 8, 2014

Userform : how to get combobx names in Ascending order

View 12 Replies View Related

Pull Customer Names Who Placed Order In Jan-Aug But Not Sept

Oct 2, 2013

I have a spreadsheet with data of customer orders. I am looking for a way to pull the customers who have placed an order between January and August, but did NOT place an order in September (in order to reach out to those customers who have stopped ordering).

I can't post attachments for some reason, so this is a description of how the sheet looks.

Column:
A - Delivery Date (MM/DD/YYYY)
B - Month (MM) --> formula created to pull month from column A. For example 2/12/2013 returns "2"
C - First Name
D - Last Name

I need to find a way to create a list of customers, without duplicates, who placed an order previous to Sept, but not in Sept. So, pull unique names from column C and D that have an entry in column B of 1-8, but NOT 9.

View 3 Replies View Related

Names In Alphabetical Order Based On Totals

Sep 17, 2007

Spreadsheet consists of the following:

Worksheet 1
B10 : B49 = Names
AO10 : AO49 = Amount

Worksheet 2
I want it list the Names only from highest to the lowest from worksheet 1. If two Names have the same total then I want it in Alphabetical order towards who will be listed first.

Example:
Worksheet 1
B10 Sam AO10 10
B11 John AO11 14
B12 george AO12 16
B13 Steve AO13 9
B14 Carlos AO14 9

Worksheet 2
george
John
Sam
Carlos
Steve

View 9 Replies View Related

Formula To Produce Names And $values In Ascending Order

Oct 18, 2012

I would like to find a formula that produces Names and $values in ascending order.

Example :-
Cell a1 =John Cell b1 = $70
a2 = Bill b2 = $100
a3 = Jane b3 = $25
a4 = Frank b4 = $10
a5 = Mary b5 = $60
a6 = George b6 = $30.

ANSWER to be
Frank $10......Lowest price
Jane $25
George $30
Mary $60
John $70
Bill $100.

View 6 Replies View Related

List Of Names In Column A And Days Across Row 1

Nov 16, 2009

I have a list of names in column A and days across row 1, with a tick where each name is working. I need a formula to be able to count how many names are working a sixth day in each week.

View 9 Replies View Related

Keeping Track Of Scores And Automatically Displays Names Of Players In Descending Order?

Feb 7, 2012

I'm fairly new to using excel and have been trying to create a simple spreadsheet that keeps track of scores and automatically displays the names of the players in descending order. Anyway I have gotten to the point of using hookup to match a value and return that players name. But when two players have the same score it will only return the first found value. I sort the number scores using a LARGE function and it works great. Then I use something like this =HLOOKUP(Y2,B27:K28,2,FALSE) to match that value with the players name. How to return the other players name when the scores are the same?

View 7 Replies View Related

Adding Values Across Different Worksheets Not In Same Order?

Jan 29, 2014

Let's say I have 3 worksheets, the first of which being the total of the 2 other one, let's say total Apples, Red Apples, Green Apples.

The first column has the name of the customer, and the other columns afterwards have several other values such as sales in 2012, sales in 2013, year-to-date sales, growth etc...

I want people to be able to type in the name of the customer, then the sales for Red Apples, and the same in the worksheet for Green Apples, and then their total is shown in the Total Apples worksheet. The problem is that not all customers will buy both, and so overtime the cells will no longer be aligned to have one formula dragged across both worksheets.

Is there a way to get Excel to search the entries in both worksheets and compile them in the Total worksheet, summing entries that are under the same supplier name?

View 5 Replies View Related

VBA - Sort Worksheets In Same Order As List

Oct 7, 2011

I have the below code that sorts a list of Doors that I have in row C17 downwards. Door 54, Door 7, Door 109 etc. The list is feeding a drop down box, people find the door they were looking for, in the said drop down box.

Code:

Sub ListSorter()
Dim LastRow As Long
LastRow = Range("C" & Rows.Count).End(xlUp).row

[Code]....

I wondered if there was some code I could add to the end of this, that would the sort worksheets, which are all named after each cell in the list, in the same order.

View 3 Replies View Related

Scan Worksheets In Reverse Order?

Mar 24, 2007

I have some code that scans each worksheet in a workbook for sheetnames beginning with 'Model'... if the worksheet name matches, it prints only the used pages on that sheet (see code below).

Dim Ws As Worksheet
For Each Ws In Worksheets
If Left(Ws.Name, 5) = "Model" Then
If Ws.Range("A46").Value = "Page 1-1" Then
Ws.PrintOut From:=1, To:=1
ElseIf Ws.Range("A46").Value = "Page 1-2" Then
Ws.PrintOut From:=1, To:=2
End If
End If
Next Ws

This code works... but I would like it to scan the workbook in reverse order...
ie. print from the last matching worksheet first.

View 4 Replies View Related

Sort Worksheets By Numerical Order

Oct 11, 2007

I am trying to sort worksheets in excel by numerical order. I have renamed each worksheet with a different zipcode that corresponds to data on that sheet.

I believe there might be two ways to do this,
1) by sorting numerically the worksheet names.
2) by perhaps referencing a cell on each worksheet (i.e. the zipcode) and sorting it that way.

View 7 Replies View Related

Order Worksheets Based On Integer Cell Value

Aug 9, 2012

I am trying to find a way to loop through all worksheets in a workbook and oder the worksheets based on the integer value in cell "Z1". When a new worksheet is created I have code in place to set cell "Z1" equal to the last value +1. I am now trying to find a way to sort the worksheets based on the value in "Z1" for each sheet. For example:

VB:
Sheet1.Range("Z1").value = 2
Sheet2.Range("Z1").value = 3
Sheet3.Range("Z1").value = 1

Each time a new sheet is created, I am looking for the tabs to be reordered by the Z1 value. In this example:

Sheet3, Sheet1, Sheet2

The users can edit tab names and will be deleting them on occassion so there may be holes in the numbering sequence.

View 3 Replies View Related

VBA To Sort Multiple Worksheets By Number Order

Feb 26, 2014

I found the code below on the Microsoft website and it works except it didn't treat the worksheet tabs as numbers so the sort is 1, 10, 100, 101 etc.

How can I get it to treat the worksheet values like numbers and sort accordingly?.

Code:

Sub Sort_Active_Book()
Dim i As Integer
Dim j As Integer
Dim iAnswer As VbMsgBoxResult
'
' Prompt the user as which direction they wish to
' sort the worksheets.
'

[Code]....

' If the answer is No, then sort in descending order.
'
ElseIf iAnswer = vbNo Then
If UCase$(Sheets(j).Name) < UCase$(Sheets(j + 1).Name) Then
Sheets(j).Move After:=Sheets(j + 1)
End If
End If
Next j
Next i
End Sub

View 1 Replies View Related

Extracting Only Numbers From Order #

Mar 5, 2010

If I have a column of order numbers like this:

PPD789963PPD789964PPD789965PPD789966PPD789967PPD789968PPD789969

How do I extract only the numbers so they look like this?

789963
789964
etc...

Left function?

View 13 Replies View Related

Order Form (worksheet) Populated Sequentially With Items Selected From Other Worksheets?

Feb 6, 2013

I have a workbook with a series of worksheets with stock lists and pricing that I would like a user to be able to select items on (say, with a checkbox) that would then automatically populate a separate master Order Form sheet. The Order Form sheet is currently blank, with headers, and I would like only those items selected on the various stock sheets to be displayed on the Order Form.

View 4 Replies View Related

Sort Numbers Into Ascending Order Across A Row

Nov 5, 2008

Im totally new to excel and have some data i need to sort. how to sort numbers into ascending order across a row. ie, I have 34 2 45 79 102 63 etc, and I need them to start low and order to high. i have over 1200 rows, so it would be good to do the whole sheet at the same time.

View 4 Replies View Related

Formula To Select Order Numbers

Feb 15, 2012

I would like to create a formula that will select a 7 digit order number that begins with an 8 or a 9. For example in cell "AI3" I have the following:112972/8517223.

I would like cell "AH3" to capture only the number 8517223. Also, instead if that cell had 9000954 if would like "AH3" to have that number as well. In addition, if cell "AI3" was blank, I would like the formula to also search in columns "AJ3", "AK3" and "AL3" for a seven digit number that begins with a 8 or 9.

View 3 Replies View Related

Arranging Numbers In Numerical Order

May 26, 2012

I'm looking for a formula that will rearrange a row of numbers in numerical order and by their last digit also in a numerical order, I hope it's clear enough !!!

ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAF1
2 1235781114162022273139667197110113128136139153225250328428508576772 3
4 2011025011131712227723113153145225166613657672797812832842850839139 5

View 9 Replies View Related

How To Create Order And Quote Numbers

Sep 7, 2013

Way to create order and quote numbers. I'm currently starting an order number with a "O" in front of the order number and a "Q" in front of the quote number but this presents a problem when trying to create the next consecutive number because the number has a letter at the start of it so I can't use the method plus 1. I'd just simply remove the "O" and "Q" from these numbers but I need the numbers to be unique from each other and putting the "O" or "Q" in front was the only thing I could come up with to avoid the numbers ever being identical. I often need to look up these numbers and return the values in that row so the numbers need to be unique from one another.

The information for quotes and orders is saved on separate workbooks but I'd still like the numbers to be unique from one another.

Having a letter at the start of each number or a work around for using the plus 1 method when you do have a letter at the start of the number?

View 9 Replies View Related

Formula To Identify Lowest Supplier?

Jul 10, 2014

I'm trying to add a formula to a sheet comparing multiple suppliers rates for different items, in a table similar to this:

Item Supplier 1 Supplier 2 Supplier 3
Socks $3 $4 $5
Shoes $10 $16 $12
Pants $17 $11 $12
Shirts $79 $25 $20

I've added the usual max, min, average formulas to it, however what I want to do is create a column which will tell me which supplier has the lowest rate, therefore for it would show as a column showing Supplier 1 is cheapest for socks, Supplier 1 cheapest for shoes, Supplier 2 for pants and Supplier 3 for shirts.

View 3 Replies View Related

Choose The Correct Supplier According To The Parameter Given?

Feb 17, 2014

So for example I Have three suppliers for a given delivery depending on weight to point "A" to "B"

From To AA pallet AA semi AA fullload BB pallet BB semi BB fullload CC pallet CC semi CC fullload
A B 1 2 3 4 3 4 2 3 4
A C 2 3 4 3 4 5 3 3 4

Given weight parameters that

min max mode
0 < 4 pallet
4 =< 6 semi
6 =< 12 fullload

Now I need a a table like this

Weight From to Mode Cheapest supplier pri

View 2 Replies View Related







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