User Profile
Mmrtlm
Copper Contributor
Joined 4 years ago
User Widgets
Recent Discussions
Sort Column according to another column with blank rows in between
Hey there, I‘m struggling with a table I‘d like to create, without killing myself using copy paste for hours. I‘ve got the following data: - every X minutes 11 parts have to be delivered - I‘ve got the 11 parts in one table with a column looking like: 30, 60, 90, 120, …5000+ - some of the X minutes are weird numbers like 17 I‘ve used the formatting to mark the identical numbers red, but also I‘d like to sort the columns according to the time. It could look like this: Time - Part A - Part B 5 - null - null 10 - null - null 15 - 15 - null 20 - null - 22 25 - null - null 30 - 30 - null 35 - null - null 40 - null - null 45 - 45 - 44 … Null could also just be empty and the time should be regarded as an interval. I‘d very much appreciate a suggestion or method on how to implement this. Thank you for your help. Kind regards, Tim9.2KViews0likes1CommentSort rows of each column according to another column
Hey there, I‘m struggling with a table I‘d like to create, without killing myself using copy paste for hours. I‘ve got the following data: - every X minutes 11 parts have to be delivered - I‘ve got the 11 parts in one table with a column looking like: 30, 60, 90, 120, …5000+ - some of the X minutes are weird numbers like 17 I‘ve used the formatting to mark the identical numbers red, but also I‘d like to sort the columns according to the time. It could look like this: Time - Part A - Part B 5 - null - null 10 - null - null 15 - 15 - null 20 - null - 22 25 - null - null 30 - 30 - null 35 - null - null 40 - null - null 45 - 45 - 44 … Null could also just be empty and the time should be regarded as an interval. I‘d very much appreciate a suggestion or method on how to implement this. Thank you for your help. Kind regards, Tim503Views0likes1CommentFinding top 5s of multiple actors
Hello there everyone, so I've joined some date sets/tables and am almost done with my assignment, I "only" need to determine the top 5 categories of the 5 actors who play the most roles. The latter part I got by grouping accordingly and using "keep rows". That won't work here with the top 5 categories of each actor, because now I need to cut out the in between instead of the entire lower part of the table (reference screenshot). I am suppost to stick with power pivot and power query. I'd appreciate suggestions and solutions. Greetings TimSolved2.5KViews0likes10CommentsTrouble with statistical functions and excel
Hey there, I'm having serious trouble with a problem and am hoping for some help. I know it's alot, I'd be greatful for even only parts of an solution. I've got an excel file with the hours through April and the number of starts and landings for each (attached below). I'm suppost to create a distribution function, which gives an appropriate probability of one of the values of the record. Then I should develop the distribution from obove by adding a normally distributed error term with a standard deviation of 12 aircrafts to be able to draw as well meaningful (!) values apart from the record. Show the airport cases of three simulated months (October, November, December) in hours in a histogram. Next:The airport knows that between 4% and 9% of all aircrafts can’t start because of an engine failure, so they have to stay in a predetermined area. Assume the share of Lufthansa of all aircrafts is beta-distributed with 𝛼=2 and 𝛽=5. Simulate the number of Lufthansa aircrafts, which can’t start for 500 hours, and visualize your results in a boxplot diagram. And last:Each airline has an own predetermined area for their aircrafts that can’t start because of an engine failure. The area for the Lufthansa is limited to three aircrafts. Report the share of hours, when this limit is no sufficient for all aircrafts, which can’t start. How many aircrafts should have space in this area, if you want to cover the demand at 95% of all hours? I know that I won't learn much by doing it this way, but I'm very desperate and need to finish this soon. I might have to present this so I will attempt to understand whatever solution you offer. Again there is no need for anyone to help me with every single thing I've asked for here, every little help and answer will be greatly appreciated.1.8KViews0likes8CommentsINDEX and MATCH to find max from specific year
Good morning, I'm having trouble with extracting the region that records the most sales for the "Furniture", "Office Supplies" and "Technology" only for the year 2015 using INDEX() and MATCH(). I have a tabel with the regions and years as rows and the category as columns (please refer screenshot). My best attempt is: =INDEX(Y13:Y31, MATCH(MAX(AA14,AA19,AA24,AA29),AA13:AA31,0)) It has loads of workarounds, the worst one being the first matrix (Y13:Y31), because the actual regions from the tabel are in Z12, Z17, Z22 and Z27. Y13:Y31 is an extra row to the left of the tabel. I would greatly appreciate help. Regards TimSolved1.1KViews0likes2CommentsSum up customer specific costs from another table
Hey there, I'm having trouble summing up customer specific costs from another table. I have a table with loads of columns, the revelent ones are: Order ID, Customer ID and Cost There can be multiple Order IDs per Customer ID and each Order has a Cost. I have created another table with the Customer IDs listed. Now I need an array formula that sums up the Costs of all of the Order IDs for each individual Customer ID. I know this is possible with grouping Customer ID and aggregations for the sum of the Costs column. I have to use array formulas. This is my best effort until now: {=SUM(INDEX(Tabelle1!U2:U15,MATCH(1,IF(A2=Tabelle1!F2:F15,1,0),0)))} I know there a few problems. 1. I don't know how to get the IF to return the row number for only the true values 2. I don't know if the INDEX can give back multiple values from different row numbers I would appreciate help. Regards TimSolved1.4KViews0likes5CommentsConvert Countif to array formula
Hey there, I've got an assignment and only array formulas are allowed for the final solution. It's working perfectly fine with: =COUNTIFS($O$2:$O$9995,AA$11,$M$2:$M$9995,$Z$12,$X$2:$X$9995,$Z13) and =COUNTIFS($P$2:$P$9995,AA$5,$M$2:$M$9995,$Z6) But I'm having trouble converting it to an array formula. I've been trying: =COUNT(IF($O$2:$O$9995=AA$11,1,0)*IF($M$2:$M$9995=$Z$12,1,0)*IF($X$2:$X$9995=$Z13,1,0)) for the first one, but I'm getting 9994 (aka. every row in my table) instead of 94. Can someone help me with the conversion? I'm using the formula for the contents of a table, thus the$ I'd be very grateful. Regards TimSolved18KViews0likes11Comments
Groups
Recent Blog Articles
No content to show