I have a summary with dropdown boxes and accodring to the selection I make, the table changes since I have put SUMIF formulas. I have created a chart that reads the data that is filtered and the chart is modified automatically.
Now, the summary is just a summary of multiple projects that fetches data from another table, the data table where I consolidate all the projects.
The issue I am having is, I want to build a table in Sheet1 to pull the Top Ten Highest or Lowest projects from the Summary sheet.
For example I have the following selection criteria in the summary:
Dropdown Box 1: Default value is *, and I have options to select
Dropdown Box 2: Default value is *, and I have options to select
Dropdown Box 3: Default value is *, and I have options to select
Dropdown Box 4: Default value is *, and I have options to select
Dropdown Box 5: Default value is *, and I have options to select
According to the selection I make, I want a table to pull the highest value from the Summary sheet data table, but there could be cases that the combo box could be let as default value * in which case should pull everything from that field as long as it matches the other criterias selected.
I have put this formula and it returns the correct value only if all dropdown boxes have a criteria selected, but if the dropdown box is left the default value * it does not pick up any value hence it returns zero
{=LARGE((Summary!A2:A1000=Sheet1!B1)*(Summary!B2:B1000=Sheet1!B2)*(Summary!C2:C1000=Sheet1!B3)*(Summary!D2:D1000=Sheet1!B4)*(Summary!E2:E1000=Sheet1!B5)*(Summary!F2:F1000),1)}
In Summary sheet Columns A, B, C, D and E have a value that can be found in dropdown boxes of Sheet1 cells B1, B2, B3, B4 and B5 and under Summary sheet F column is the column that has the value I am trying to pull the max of it and the next ordering line (2nd lowest etc).
For more details look at the excel file I uploaded
Any advise.
Your help is greatly appreciated
Now, the summary is just a summary of multiple projects that fetches data from another table, the data table where I consolidate all the projects.
The issue I am having is, I want to build a table in Sheet1 to pull the Top Ten Highest or Lowest projects from the Summary sheet.
For example I have the following selection criteria in the summary:
Dropdown Box 1: Default value is *, and I have options to select
Dropdown Box 2: Default value is *, and I have options to select
Dropdown Box 3: Default value is *, and I have options to select
Dropdown Box 4: Default value is *, and I have options to select
Dropdown Box 5: Default value is *, and I have options to select
According to the selection I make, I want a table to pull the highest value from the Summary sheet data table, but there could be cases that the combo box could be let as default value * in which case should pull everything from that field as long as it matches the other criterias selected.
I have put this formula and it returns the correct value only if all dropdown boxes have a criteria selected, but if the dropdown box is left the default value * it does not pick up any value hence it returns zero
{=LARGE((Summary!A2:A1000=Sheet1!B1)*(Summary!B2:B1000=Sheet1!B2)*(Summary!C2:C1000=Sheet1!B3)*(Summary!D2:D1000=Sheet1!B4)*(Summary!E2:E1000=Sheet1!B5)*(Summary!F2:F1000),1)}
In Summary sheet Columns A, B, C, D and E have a value that can be found in dropdown boxes of Sheet1 cells B1, B2, B3, B4 and B5 and under Summary sheet F column is the column that has the value I am trying to pull the max of it and the next ordering line (2nd lowest etc).
For more details look at the excel file I uploaded
Any advise.
Your help is greatly appreciated
Attachments
Last edited: