K
kookie
I have found many solutions that come very close to the requirements I need
for an auto sort and select. I like the formula posted on 1/13/2009. then
found issues if numbers stored as test. was able to overcome that issues by
adding INT the the original formula. I have a randon amount of data always in
35 columns. Once column f is different, it contains ids, unique and do not
repeat. I could have 6 rows of data or 3000 rows.
I populate this worksheet using an IF formula, and this formula is repeated
all 3000 rows for each column. IF(source <>"",source,"")
even though the cell is empty using Ctrl + Shift down arrow selects all 3000
rows.
Doing a simple ascending sort places blank cell at top.
What I need is to sort column F and select on ly the rows that are populated
with data.
Can this be done?
for an auto sort and select. I like the formula posted on 1/13/2009. then
found issues if numbers stored as test. was able to overcome that issues by
adding INT the the original formula. I have a randon amount of data always in
35 columns. Once column f is different, it contains ids, unique and do not
repeat. I could have 6 rows of data or 3000 rows.
I populate this worksheet using an IF formula, and this formula is repeated
all 3000 rows for each column. IF(source <>"",source,"")
even though the cell is empty using Ctrl + Shift down arrow selects all 3000
rows.
Doing a simple ascending sort places blank cell at top.
What I need is to sort column F and select on ly the rows that are populated
with data.
Can this be done?