Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / April 2004

Tip: Looking for answers? Try searching our database.

sorting/filtering a list into columns

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Paul - 06 Apr 2004 16:57 GMT
Hi,

I'm nearing the end of a project (an email game) and i would like to
have the sheet keep scores.

So far, I have 2,3,4 players and these are represented by columns B,C
or B,C,D or B,C,D,E. (depending on which you select.) Player 1 takes
their turn for example, clicks a button and the sheet is saved and
sent to the other players. This also inputs the score into Column G:
with a 1 next to it. Player 2 takes their turn, this score is also
placed in column G: beneath player 1's and a 2 next to it as below:
(if there are 3 players column E reads 123, 123 etc.)

E     G
1     23
2     14
1     21
2     11
1     33

I was looking for a way to (move) sort? this list into the columns B:C
as below:

B     C
23    14
21    11
33    

Any help with this would be appreciated. Ideally I would like to use a
piece of vb code that i could paste into the code before the save and
send part.

Paul
Frank Kabel - 06 Apr 2004 17:10 GMT
Hi
try the following formulas
B1:
=OFFSET($G$1,(ROW()-1)*2),0)

C1:
=OFFSET($G$2,(ROW()-1)*2),0)
and copy both formulas down

Signature

--
Regards
Frank Kabel
Frankfurt, Germany


> Hi,
>
[quoted text clipped - 29 lines]
>
> Paul
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.