Separating Weeks In An Order List
Apr 2, 2009
I order sushi at work for the office, and I want to automate the reporting side of it
this is what the information looks like (bad formatting, sorry) (the notes column is also void currently)
date name order # decscript Price Paid? Notes 1/01/2009 John Smith 10 blah 10 5 Y
Jane Smith 12 blah 12 7 Y
Adam Black 1 blah 1 4 Y
Charles Dee 1 blah 1 4 Y
15/01/2009 John Smith 10 blah 10 5 Y
Jane Smith 12 blah 12 7 Y
Adam Black 1 blah 1 4 Y
Charles Dee 1 blah 1 4 Y
Handel Fee 6 blah 6 8 Y
Gretal Goo 7 blah 7 6 Y
1/02/2009 Adam Black 1 blah 1 4 Y
Charles Dee 1 blah 1 4 Y
Gretal Goo 9 blah 9 7 Y
What I enter is the 1) person's name 2) their order # and 3) wether they have paid (Y/N).
The proper version has a vlookup to fill in the description and price.
What I want to do (but don't know how) is to automatically count the number of orders each week, and the value of each week's orders.
Well, actually I can do the count orders/sum value manually - more specifically I can't work out how to automatically seperate each week. The main problem being there's always an unknown and variable number of orders per week.
One solution is to have a fixed number of orders per week which _sort of_ works, but is clunky and inelegant. Plus the names don't autocomplete then as it has blank spaces.
View 12 Replies
ADVERTISEMENT
Apr 16, 2014
I am trying to create a simple set up where the operator can enter a starting date and the number of weeks they want this event to occur. This then produces a column of dates from the starting date to the end date for the number of week entered.
E.g. - start date = 16/04/2014 - No. of Weeks = 3
The output would be as below
16/04/2014
23/04/2014
30/04/2014
View 4 Replies
View Related
Oct 30, 2013
I'm currently trying to set up a sheet ...
When setting up a Direct Debit There are 3 options, the 7th, 17th and 27th. I've put these into a drop down list. I need this list to be slightly dynamic. I must allow 10 working days from the date of the arrangment before I can apply the DD.
To explain further. If someone were to want to set up a DD and spoke to me today. If they then requested the DD be taken on the 7th, I wouldn't be able to set it up until the 7th of December as 10 working days are required. I'd like the list to reflect this. I can do it in OO with a simple if / switch but excel is a strange creature and I'm not sure how to approach the problem.
From that I think I also need to calculate the number of weeks remaining in the current financial year. I think I should be able to do this by using the Today() function and some maths.
View 1 Replies
View Related
Sep 7, 2009
i currently have a what if statement
=IF(B2>=NOW()-42,"< 6 wks","> 6 wks")
I need it to also give an option of between 3 wks and 6 weeks
Therefore all options are
3-6 WKs
< 3 WKs
> 6 WKs
I have mastered 2 but now need a 3rd.
View 7 Replies
View Related
Dec 27, 2009
How do I list selected data by order of appearance in a list?
Suppose I have a named range somewhere in my workbook called "TeamsRanked".
This range contains hundreds of names. The data associated with each of these names appears in a table in the workbook in rank order. The teams are ranked in descending order according to points scored. This means that the ROW() for the HIGHER-Ranked teams will be LOWER than the ROW() for the LOWER-Ranked teams. Also, this named range is constantly being resorted as updated data is introduced.
Now...Suppose I want to monitor just a few of the names??
For example: Cells A1:A3 on a separate worksheet contain the names of the teams I want to monitor.
What formula do I need in Cell A5 to return the HIGHEST ranked of the teams in Cells A1:A3??
...in Cell A6, to return the next highest ranked.
...in Cell A7, to return the LOWEST ranked.
I tried some IF(ROW(MATCH...)) ---"is less than" ---IF(ROW(MATCH...)) formulas...and I keep getting INVALIDs in my formula palette.
View 5 Replies
View Related
Apr 30, 2009
I need to have 6 rows automatically adjust themselves, and be listed in descending order, according to a percentage that will change daily.
View 9 Replies
View Related
Aug 11, 2014
get sorting out top 3 clients with the total amount.
A
B
C
1
Company Name
Value
2
Apple
2100
3
Mango
4000
I found that =LARGE only work for single cell name with single value instead of multiple cell that may contain same name but different value and add them up.
View 14 Replies
View Related
Dec 19, 2005
I have a worksheet with data in several rows. Column wise they consist of names, points etc..
I am trying to setup a formula whereby the formula looks at the data in the points columns and then re-orders the rows accordingly taking all the information in the row with it, with the highest points total at the top and lowest points total at the bottom.
Each points cell, has a formula in there already which pulls the points total from other cells and combines them.
View 14 Replies
View Related
May 19, 2009
i have a excel database made up of about 5000, points of interest every thing from nightclubs, pubs police stations, restaurants, etc all in alphabetical order A TO Z
my database read like this
COLUMN A COLUMN B COLUMN C COLUMN D COLUMN E COLUMN F
POINT NAME ADDRESS POSTCODE TYPE DETAILS ONEWAY ST
odeon cinema leicester sq WC2 cinema lve on left no
COLUMN G IMFOMATION
lve cinema on left this is next to the raddison hotel
what i would like to do is change the order so that every thing is listed in post code order W1 W2 W3 W4 EC1 EC2 EC3 EC4 WC1 WC2 etc so that i can search in pacific post code
View 6 Replies
View Related
Jun 5, 2009
suppose when i add 1 in the quantity, it will appear on the "Order for EMS" and "Order for FEDEX" but now they show #NAME?, what's wrong, it's not happen before, why?
View 14 Replies
View Related
May 25, 2009
Now the list is, if the quantity column for the "Productx" is >=1 than whole row will add to the "Order", if not skip it, i have the formula in the "Order" block A2.
i will have about 6-7 list for "product", now in my file is only 2 Product list (Product1, Product2) and now i want to add more for this, like Product3, Product4....... so i think i need to add program for this and also some expert user also tell me need to add VBA for this.
View 11 Replies
View Related
Jun 12, 2009
I have a list of 20 random numbers in Column A, what I need is a list to be compiled in Column B showing the highest as 1 and lowest as 20.
A B
2345 4
123 5
3568 3
9732 1
4325 2
This totals change hourly. Dont know if this requires a macro or just a formula in Column B
View 4 Replies
View Related
Oct 16, 2009
I have a list of names and they are in the following format :
A1 B1 C1
A2 B2 C2
A3 B3 C3
A4 B4 C4
A5 B5 C5
How can i list them in the following order ?
A1
B1
C1
A2
B2
C2
A3
B3
C3
This is quite a long list containing about 5000 names in total.
View 9 Replies
View Related
Oct 2, 2007
I have a question on paste special. Is there a way to paste special reverse the order of numbers?
I have data going in reverse chronilogical order vertically on my spreadsheet. So for example,
3/1/07 12.3 ( Cell A1)
2/1/07 13.2 (Cell A2)
1/1/07 14.5 (Cell A3)
12/1/06 16.7 (Cell A4)
I want to now paste this data vertically (so transpose which there is a handy check off box for) BUT ALSO to Reverse the data so vertically it now reads :
16.7 (in cell A1 for ex) 14.5 (In cell B1 for ex) 13.2 (In cell C1) 12.3 (In cell D1)
Is there a way to paste special reverse the order of numbers?
View 9 Replies
View Related
Apr 8, 2014
formula getting an ascending order from a long list of numbers.
I use excel for mac, 14.3.9
View 7 Replies
View Related
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
Oct 19, 2013
i have two date lists
list 1 dates a1:a100
list 2 dates b2:b100
i want to extract the date from the two lists mentioned above in on list start from c2 taking in consideration the dates to be in sorting from A-Z when it extracted in the one list
i need formula not a macro
View 4 Replies
View Related
Nov 18, 2006
I have this formula below it will list uniques from column A but I would like it return in a alphabetical order. Is there a way to add that condition in the formula below a all in one formula?
=INDEX($A$3:$A$23,MATCH(TRUE,ISNA(MATCH($A$3:$A$23,C$2:C2,0)),0))
Example:...
View 9 Replies
View Related
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
Dec 13, 2008
The user will be pasting a list of names in Column C and a list of Names in Column F I then want in Cell M1 for example a List box with all those names in from the 2 columns in alpha order.
I can create a hidden column that has the full list of names from both column and have a data validation drop down from that but cant think how to get it into alpha order in that drop down box without having a macro they would have to run 1st to sort it which i dont really want to do. is there a way if ranking a list of names in alpha order as then i could do then do a look up int he correct ranking order and use that list
View 4 Replies
View Related
Jan 18, 2013
I have several series of 13 figures (from 0 to 20), such as :
000141833000001
I would like to filter those series with the following condition :
Each figure (except the zeros) should be higher or equal to the first figure (found on the right) which is not a zero.
In the example :
14 should be higher or equal to 18 : FALSE
8 should be higher or equal to 3 : TRUE
3 should be higher or equal to 3 : TRUE
3 should be higher or equal to 1 : TRUE
So, the serie is FALSE, due to the fact that 14 is not higher than 18.
View 11 Replies
View Related
Mar 1, 2013
I have been sent a price list from a supplier and need to create an order form that can be populated from the price lists. I have to pages of price list as well. I will also be adding to these as I start getting other supplied product and need my client to be able to generate a order from these in the simplest way possible. Again I hardly use excel and these docs are all sent in excel format.
View 4 Replies
View Related
Jul 4, 2013
I need to change the list of names in a column to another area but in the reverse order, not in sorted order (eg. I have list of names in A1:A10 and want to make a reverse order of this list in another area).
View 2 Replies
View Related
Aug 2, 2014
How to List files from a folder down a column in reverse order?
View 3 Replies
View Related
Dec 9, 2011
Looking for a dynamic macro to reorder columns in a worksheet from a list of column headings Column A in another worksheet.
View 3 Replies
View Related
Sep 6, 2006
I am reposting this because I do not think I did a very good job explaining what I am trying to do.
I am at a total loss on how (if it is even possible) of how to do this. So what I have done is tryed to break down each step. If someone could even get me started in the right direction many of the steps are redundant and I could work on that part myself.
I am attempt to create system to match parts that are alike in a single project, so I can create a material ordering list. This is just one step in the process (the hardest one) I will take the returned data and use it further in the process to create the actual material list. I have 2 worksheet of Data "PartsNeeded" and "PartsAvailable" with a 3rd sheet "PartsFilled" as my report Sheet.
Attach is the sample data along with a "notes tab"
View 9 Replies
View Related
Feb 24, 2014
- I have a list of 8 digit numbers in Column A sorted small to large
- Some of the 8 digit numbers are duplicated.
- In Column B I would like to have more of a combination of countif and listing the duplicates in order (1 for the first dup in the column, 2 for the 2nd, etc.)
Example of what I'd like to see
Column A Column B
123456781
123456782
132546841
685036541
985413561
985413562
985413563
As you can see if the number in column A is on the list one time column B would show a 1If the number is shown two times (the first time it shows up will show a 1 the second will show a 2) If the number is shown 3 times (the first time it shows up will show a 1 the second will show a 2, the third tiem would show a 3)
View 7 Replies
View Related
Oct 15, 2012
I have a list of numbers in cells A1:A10, these numbers change frequently. I would like to set up a formula to calculate the 3 lowest values from those numbers and list the three lowest values in cells J1:J3, with lowest value on J1 and the highest of the 3 values in J3.
I know I can use the small/large functions for this, but im not sure how to work it out to use just the 3 lowest values.
View 2 Replies
View Related
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
Aug 20, 2009
I have a sheet which contains a list of products. I have created a check box next to each name with the linked cell in the adjecent column. I have formatted the cell so you can see the TRUE or FLASE.
I need to be able to select different products and then when I run a macro, it places all of the selected products onto the second sheet. I just need it so it lists the products in column A with no blank rows.
Can this be done using Index/Match? Would a macro which achieves all this be possible?
View 5 Replies
View Related