Thread
:
how can I sort all cells in a sheet by a value in that cell?
View Single Post
#
15
Posted to microsoft.public.excel.misc
Bryan Hessey
Posts: n/a
how can I sort all cells in a sheet by a value in that cell?
You could modify
=IF(ISERROR(FIND("Bob",A1&B1&C1&D1&E1&F1)),"",FIND
("Bob",A1&B1&C1&D1&E1&F1))
to take 30 columns, then auto-filter and show non-blanks (or show and
delete = blanks)
after &F1 do &G1&H1&i1&J1 etc
This is also case-sensitive on the Bob and won't find bobcat etc.
--
Wrote:
Is there a way I can amend this formula to apply to multiple columns
instead of just one? If not is there a quick way I can turn 30 columns
into one column?
--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile:
http://www.excelforum.com/member.php...o&userid=21059
View this thread:
http://www.excelforum.com/showthread...hreadid=532139
Reply With Quote