SORT(UNIQUE) function

thewiseguy

Well-known Member
Joined
May 23, 2005
Messages
956
Office Version
  1. 365
Platform
  1. Windows
Hello all,

I am currently using the following formula/function:

=SORT(UNIQUE(FILTER(Proposal_Input!AA3:AA2002,(Proposal_Input!AA3:AA2002 <>"")*(Proposal_Input!AD3:AD2002<>0),FALSE)))

This is giving me the correct output with the exception of the first value it returns. I have noticed this in other areas of my worksheet but those first line items were left blank or with a "0" so it didn't hurt me.

Any ideas why this is doing this?

Any help is greatly appreciated!
 
Have you "cleared" that cell (AD3)?
Im getting a zero for that row, regarding the filtering criteria:

mr excel questions 29.xlsm
AAABACAD
1AAABACAD
2MAXLITE 27W LED 2x4 Back-Lit Flat Panel MCCTMLFP24G427WCSCR22
3ENVISIONLED Straight Arm Mount for ARL3 Area light, WhiteARL3-SA-WH2
4YOUR FILTER CRITERIA:
5=(--(AA2:AA3<>""))*(--(AD2:AD3<>0))1
60
thewiswguy
Cell Formulas
RangeFormula
AA5AA5=FORMULATEXT(AD5)
AD5:AD6AD5=(--(AA2:AA3<>""))*(--(AD2:AD3<>0))
Dynamic array formulas.
 
Upvote 0

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Try
Excel Formula:
=SORT(UNIQUE(FILTER(Proposal_Input!AA3:AA2002,(Proposal_Input!AA3:AA2002 <>"")*(Proposal_Input!AD3:AD2002<>""),FALSE)))
 
Upvote 0
not sure what happened but when i "deleted" AD and then tried again, it worked. Was something hidden in the cell?
 
Upvote 0

Forum statistics

Threads
1,215,537
Messages
6,125,394
Members
449,222
Latest member
taner zz

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