Sorting from the lowest to highest value

aveternik

New Member
Joined
Apr 16, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi,
please take a look to file attached. I am using INDIRECT function to get the data from each workbook to overview spreadsheet. That parts works fine.
The problem happens when I want to sort by filtering from the lowest to highest value (lets say for an instance for column ANNUAL COST SAVING). It is simply not done.

Can someone help me finding the solution for this problem?

Thanks a lot,
Andrej
Cell Formulas
RangeFormula
B11:B15B11=INDIRECT("'"&C11&"'"&"!"&"A1")
C11:C15C11=" ("&ROW()-10&")"
D11:D15D11=IFERROR(IF(INDIRECT("'"&C11&"'"&"!"&"C7")=0,"",INDIRECT("'"&C11&"'"&"!"&"c7")),"")
E11:E15E11=IFERROR(IF(INDIRECT("'"&C11&"'"&"!"&"c9")=0,"",INDIRECT("'"&C11&"'"&"!"&"c9")),"")
H11:H15H11=IFERROR(IF(INDIRECT("'"&C11&"'"&"!"&"C12")=0,"",INDIRECT("'"&C11&"'"&"!"&"C12")),"")
I11:I15I11=IFERROR(IF(INDIRECT("'"&C11&"'"&"!"&"C13")=0,"",INDIRECT("'"&C11&"'"&"!"&"C13")),"")
N11:N15N11=IFERROR(IF(INDIRECT("'"&C11&"'"&"!"&"C27")=0,"",INDIRECT("'"&C11&"'"&"!"&"C27")),"")
AE11:AE15AE11=RIGHT(IFERROR(IF(INDIRECT("'"&C11&"'"&"!"&"K15")=0,"",INDIRECT("'"&C11&"'"&"!"&"K15")),""),8)
AF11:AF15AF11=IFERROR(IF(INDIRECT("'"&C11&"'"&"!"&"K16")=0,"",INDIRECT("'"&C11&"'"&"!"&"K16")),"")
AG11:AG15AG11=IFERROR(IF(INDIRECT("'"&C11&"'"&"!"&"C30")=0,"",INDIRECT("'"&C11&"'"&"!"&"c30")),"")
Cells with Conditional Formatting
CellConditionCell FormatStop If True
N11:N71Other TypeColor scaleNO
I11:I5000Cell Value="DELAYED PROD. IMPL."textNO
I11:I5000Cell Value="WARNING"textNO
I11:I5000Cell Value="STARTED"textNO
I11:I5000Cell Value="ABORTED"textNO
I11:I5000Cell Value="ON TRACK"textNO
I11:I5000Cell Value="OPEN R&D TASK"textNO
I11:I5000Cell Value="FINISHED"textNO
I11:I5000Cell Value="OPEN SPD TASK"textYES
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
I find that when i'm sorting data like that, I need to reset my formulas at the top and drag them down. The formulas get jumbled when you sort. IE row 11 no longer looks at the reference data in row 11. Try resetting the formulas after the sort and see if that helps.
 
Upvote 0

Forum statistics

Threads
1,215,215
Messages
6,123,668
Members
449,114
Latest member
aides

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top