Question 1 - Dynamically copy unique combination of cells froma database to a range and then analyse the data
In the attached workbook, you will see my data in range A12:F32 of worksheet 2. As you will notice, the only inique filed is the Unit ID. What i want to do is add the quantities for every combination of Plant name, state, fuel type and mover type. While i can easily sum up the quantities by using the Sum(if(( array formula, my main problem is to dynamically copy the unique combination of the 4 fields mentioend earlier to a seperate range and then sum the quantities.
From: Kanwaljeet
Workaround
Please find herein my workaroud to the problem. My solution is in range A1:E9 of the workbook. The sum of quantities is given in range E2:E9 of the workbook. Also, i have not used an array formula as mentioened in your question because array formulas add to file bloat and adversely affect the speed of execution.
Hope this helps.
Question 2 - Count unique items in a Pivot table
In the attached workbook, i have the base data in range A1:D10 of the worksheet named "Original data". My objective is to know the number of sales persons per office location. I creatd a pivot table from the input data (Please refer worksheet named "Original Solution") to obtain the answer but the solution seems incorrect because the figure in cell C5 should be 1 and not 2 i.e. there is only one sales person (appearing twice inthe base data) for Office Location A. Please help me out.
From: Nitin Agarwal
Workaround
Please find herein my workaroud to the problem at hand. My workround is in worksheet named "Ashish's solution". In the original data sheet, i have added formulas in columns E and F and and have included these 2 columns in the pivot table range. Then in the data area of the pivot table, i just dragged the countif field.
Hope this helps.
Question 3 - Show minimum value in a pivot table
In the attached workbook, you can see in CNNO column that there are duplicate No's with different amount or same amount. i want an pivot table by BRANCH WISE, CODE WISE, INVOICE NO WISE and want the pick only the lesser or equal amount (not the greater amount).
From: Shivanand P
Workaround
Please find herein my workaroud to the problem at hand. After selecting the range for the pivot table, just drag and drop the columns as desired. Once you bave done so, please right click on cell A3 of sheet named "Sheet 5" and then in Filed settings, click on Minimum.
Hope this helps.
Question 4 - Lookup a value in a range which may fall in one of many ranges
In the attached workbook, range A1:C5 shows the upper and lower limit range of coupon numbers for Vendor A. This similar information for Vendor B is depicted in range E1:G5 and so on. Now the user can enter any coupon number in range F13:F15 and view (in range G13:I15) which vendor the coupon pertains to.
From: Pramendra
Workaround
Please find herein my workaroud to the problem at hand.
Question 5 - Determine principal outstanding for loans of varying amounts, maturity and EMI's
We would want to arrive at the principal outstanding on basis the below 4 information available with us Loan amount, Tenor, EMI and EMI's paid.
Please find the page attahced where we have multiple entries of loans amounts taken by the customer and the details attached. I want the POS ( principal outstanding ) to get automatically filled up once i enter the other details . Am also attaching an amort schedule in sheet named "Amort schedule" of the same file for your reference.
From: Giridhar
Workaround
Please find herein my workaround to the problem. As and end user, you just need to change the values in range C:F of sheet named "Loan Details". Also, as discussed with you, you would be fine with dealing with just 50 loans - however, i have provided you the flexibility to work with upto 58 loans. To cross check the values which appear in the first sheet, please plug in the loan, tenor and EMI in cell B1, B2 and B4 of the sheet named "Amort schedule".
Also, as and end user, you would not need to bother about "Ashish solution (set 1)" and "Ashish solution (set 2)" - you may hide these sheets if you wish to.
Hope this helps.
Question 6 - Filter specific data to an output sheet depending upon user selection
Depending upon a user drop down in the "Control" Sheet, i would like to transfer the output from the "Database" sheet to the "Final Output" sheet.
From: Pankaj Shitole
Workaround
Please find herein my workaround to the problem. Please ignore the working in range A10:F26 and cell K10 of the "Control sheet". As and end user, you just need to make a selection in the drop down box in the "Control" sheet and see the output in the "Final Output" sheet. Also, please ensure that the entries in the "Category" column of the "Database" sheet appear in the range A10:A26 of the "Control" sheet. Therefore, once you have the final category names in column A of the "Control" sheet, please ensure the following:
1. The formulas in column F are extended till that row:
2. Right click on the drop down box and go to format control. On the Control tab, ensure that the input range has the reference of all the entris in column A.
Hope this helps.
Question 7 - Split data into tabs (department wise)
The question here is to create a seperate tab for each department such that the output is dynamic for the following:
1. Changes in departments i.e. if the department changes, then the information should appear in the appropriate tab;
2. New data added i.e. for new data added (below row 17), the information should appear in the appropriate tab.
From: Excel forums of www.merawindows.com
Workaround
Please find herein my workaround to the problem. The instructions are mentioend in the file itself.
Hope this helps.
Question 8 - Return unique values from a range of duplicates
In the attached file (please click on "solutions" below), on the "Data" sheet, there are 5 columns of data with data being repeated in the first and second column. On the solutions sheet, i enter "Atlanta" in A6 and "Retail" in B6. In column D, i would like to see the unique values from column C of the "Data" sheet where the following 2 conditions are satisfied:
1. The entry in A6 is found in column B of the "Data" sheet;
2. The entry in B6 is part of the strings mentioned in column C of the "Data" sheet
To complicate things, the entries in column C of the "Data" sheet contains duplicates and i want each title to be listed only once.
From: Excel forums of www.merawindows.com
Workaround
Please find herein two solutions to the problem. The instructions are mentioend in the file itself.
Hope this helps.
Question 9 - VLOOKUP() across sheets
In the attached file (please click on "workaround" below), i would like to perform a VLOOKUP() across sheets i.e. the table_array portion of the VLOOKUP() formula is split across worksheets and i do not know in which sheet the lokup_value falls
From: MS Excel Worksheet Newsgroup
Workaround
Please find herein the workaround to the problem. The instructions are mentioned in the file itself.
Question 10 - Reduce formula size/minimise nested IF() statements by keeping formula inputs in one place
In worksheet named "Question" of the attached file (please click on "workaround" below), i would like to avoid using spare columns for my computation of landed value for the three product sources ("CKD", "LMP"."IMP"). While i can use a nested IF() statement, it would be unmanageable because of the length of the formula.
Is there a way, whereby i can have the computation arguments for "CKD", "IMP" and "LMP" reside in the worksheet and then refer to that table for my computations. This will i will be able to avoid using spare columns/reduce formula size.
From: Excel forums of www.merawindows.com
Workaround
Please find herein the workaround to the problem. The instructions are mentioned in the file itself.
Question 11 - Return rows/article numbers which have sequential sizes
In worksheet named "Question" of the attached file (please click on "workaround" below), i would like to filter thosearticles (to a seperate range) which are available in sequential sizes i.e. extract only those articles which have sequential sizes such as S,M,L or M,L. If an article number has non-sequential sizes such as M,XL, then ignore that article number
From: Excel forums of www.merawindows.com
Workaround
Please find herein the workaround to the problem. The instructions are mentioned in the file itself.
Question 12 - Return working day after specifying regional holidays and assuming Sundays as holidays
I would like to know the working day which falls after a certain starting date and offset days (postive number) specified by the user. Holidays are considered as Sundays, second saturdays and regional holidays specified by the user. I know about the weekday function in Excel but the problem with that function is that it assumed Saturdays to be holidays.
From: Manik
Workaround
Please find here in the workaround to your problem. The instrunctions/notes are in the file itself.
Question 13 - Validate row entries based on multiple conditions
I would like to enter data in rows based on multiple conditions. The exact question can be found at the following link
From: Excel forums of www.merawindows.com
Workaround
Please find herein the workaround to the problem. The instructions are mentioned in the file itself.