I have a table in excel (formatted as a Table), that does allow me to sort, but its results are incorrect in at least two ways:
the numeric value column I am sorting on A-Z or Highest-to-lowest comes back NOT in order (and I cannot seem to make any pattern fit to what it actually is doing?!?
It is "jumbling" the other column's data haphazardly. (Like what you would expect if you had NULLS or hadn't selected the entire data range.).
- I do have it formatted as a TABLE.
- I do not have any NULLS/blanks in the data range.
- I have tried selecting the entire table before sorting and tried not selecting the entire table as well.
- I have tried to make all the formulas either relative (either with
$
's (as in$A$1
), or with references to the Table columns (as in1-[@[ColumnHeader]]
). - I do have some fairly complex formulas but it is a small table (27 rows by 11 columns) and they all work until I try to SORT.
Update: Per comments, trying to share the entire table with an example of one of the formulas in the formula bar.
Yes, there is a formula in the "% Model" column upon which I am trying to sort, but I am trying to sort on the values...isn't that possible?
Adding screen recording of formula text.