Excel - How do I sort data

Asked By shrek on 02-Aug-12 11:27 AM
Hi there

I have a workbook that has data in columns A- H and in column H some are
marked "North"

What im trying to do is there the word "north" ends in column "H"  I
need all the following data in columns A-H moved to columns J-P.

Any help appriciated




--
shrek


zvkmpw replied to shrek on 02-Aug-12 08:25 PM
I am not exactly sure what is required, but maybe this would help get started.

In J1 put
=IF(RIGHT($H1,5)="north",A1,"")
Then extend this formula to Q1. Then extend J1:Q1 downward as far as needed.

(The title of the post mentions sorting, but the requirement seems not to involve any sorting.)