I'm trying to auto sort by value, but the cells in which the values are contain functions. I have a code for if they contain just numbers but is their a way to sort when containing functions?
My table looks like this
Base ----- Income ----- Cost ----- Income:Cost
Nuc ------- $$ --------- $$ ------- =(B2/C2)
Pow ------- $$ --------- $$ ------- =(B3/C3)
Com ------- $$ --------- $$ ------- =(B4/C4)
Sta -------- $$ --------- $$ ------- =(B5/C5)
Oil -------- $$ ---------- $$ ------- =(B6/C6)
I would like to autosort column D, descending.
Thanks in advance.
My table looks like this
Base ----- Income ----- Cost ----- Income:Cost
Nuc ------- $$ --------- $$ ------- =(B2/C2)
Pow ------- $$ --------- $$ ------- =(B3/C3)
Com ------- $$ --------- $$ ------- =(B4/C4)
Sta -------- $$ --------- $$ ------- =(B5/C5)
Oil -------- $$ ---------- $$ ------- =(B6/C6)
I would like to autosort column D, descending.
Thanks in advance.