Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Sorting Formula Question

I am certain someone can help me here. To start off lets assume you have
something that looks like this:

Cells: A4 = Extravert A5=Intravert A6=Passive A7=Other

Cells: A1 - A800 are the clients names, so A1 = Client #1, A2=Client #2, and
so forth. Each client answers a number 1 to 4 for the above A4 - A7. Now what
I would like to is be able to sort on each customer row A4 - A7 based on the
answers 1 - 4. So for example if Client #1 said 1 to a4, 2 to a6, 3 to a5,
and 4 to a7, then it would put data in that order and keep the title because
I am using the title on another page. I realize I might need to create more
columns which is fine. Any thoughts on a formula?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,565
Default Sorting Formula Question

Cells: A4 = Extravert A5=Intravert A6=Passive A7=Other

Cells: A1 - A800 are the clients names,

These statements conflict.
------------------------------------------------------
I would like to is be able to sort on each customer row A4 - A7 based on the
answers 1 - 4.

Only sort on four rows?
-------------------------------------------------------------
So for example if Client #1 said 1 to a4, 2 to a6, 3 to a5,
and 4 to a7, then it would put data in that order and keep the title because
I am using the title on another page

What titles? Row 1 was a name and column A seems to be names.

-------------------------------------------------------------------------

You need to clean this up and repost.



'
"MLewis123" wrote in message
...
I am certain someone can help me here. To start off lets assume you have
something that looks like this:

Cells: A4 = Extravert A5=Intravert A6=Passive A7=Other

Cells: A1 - A800 are the clients names, so A1 = Client #1, A2=Client #2,
and
so forth. Each client answers a number 1 to 4 for the above A4 - A7. Now
what
I would like to is be able to sort on each customer row A4 - A7 based on
the
answers 1 - 4. So for example if Client #1 said 1 to a4, 2 to a6, 3 to a5,
and 4 to a7, then it would put data in that order and keep the title
because
I am using the title on another page. I realize I might need to create
more
columns which is fine. Any thoughts on a formula?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Sorting Formula Question

WOW!!! You are not kidding, I really messed this post up....thanks, I will
repost.

"JLGWhiz" wrote:

Cells: A4 = Extravert A5=Intravert A6=Passive A7=Other

Cells: A1 - A800 are the clients names,

These statements conflict.
------------------------------------------------------
I would like to is be able to sort on each customer row A4 - A7 based on the
answers 1 - 4.

Only sort on four rows?
-------------------------------------------------------------
So for example if Client #1 said 1 to a4, 2 to a6, 3 to a5,
and 4 to a7, then it would put data in that order and keep the title because
I am using the title on another page

What titles? Row 1 was a name and column A seems to be names.

-------------------------------------------------------------------------

You need to clean this up and repost.



'
"MLewis123" wrote in message
...
I am certain someone can help me here. To start off lets assume you have
something that looks like this:

Cells: A4 = Extravert A5=Intravert A6=Passive A7=Other

Cells: A1 - A800 are the clients names, so A1 = Client #1, A2=Client #2,
and
so forth. Each client answers a number 1 to 4 for the above A4 - A7. Now
what
I would like to is be able to sort on each customer row A4 - A7 based on
the
answers 1 - 4. So for example if Client #1 said 1 to a4, 2 to a6, 3 to a5,
and 4 to a7, then it would put data in that order and keep the title
because
I am using the title on another page. I realize I might need to create
more
columns which is fine. Any thoughts on a formula?




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Sorting Formula Question

If this is for your work and possible publication please note:

Introvert and Extrovert are correct spelling.


Gord Dibben MS Excel MVP

On Tue, 29 Sep 2009 19:15:01 -0700, MLewis123
wrote:

WOW!!! You are not kidding, I really messed this post up....thanks, I will
repost.

"JLGWhiz" wrote:

Cells: A4 = Extravert A5=Intravert A6=Passive A7=Other

Cells: A1 - A800 are the clients names,

These statements conflict.
------------------------------------------------------
I would like to is be able to sort on each customer row A4 - A7 based on the
answers 1 - 4.

Only sort on four rows?
-------------------------------------------------------------
So for example if Client #1 said 1 to a4, 2 to a6, 3 to a5,
and 4 to a7, then it would put data in that order and keep the title because
I am using the title on another page

What titles? Row 1 was a name and column A seems to be names.

-------------------------------------------------------------------------

You need to clean this up and repost.



'
"MLewis123" wrote in message
...
I am certain someone can help me here. To start off lets assume you have
something that looks like this:

Cells: A4 = Extravert A5=Intravert A6=Passive A7=Other

Cells: A1 - A800 are the clients names, so A1 = Client #1, A2=Client #2,
and
so forth. Each client answers a number 1 to 4 for the above A4 - A7. Now
what
I would like to is be able to sort on each customer row A4 - A7 based on
the
answers 1 - 4. So for example if Client #1 said 1 to a4, 2 to a6, 3 to a5,
and 4 to a7, then it would put data in that order and keep the title
because
I am using the title on another page. I realize I might need to create
more
columns which is fine. Any thoughts on a formula?





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sorting Question Craig[_3_] Excel Programming 2 January 29th 08 12:06 AM
Sorting question-is this possible JOUIOUI Excel Programming 1 March 6th 07 10:44 PM
Sorting question JoAnn Paules [MVP] New Users to Excel 5 September 30th 06 04:55 PM
sorting question kolonelvonklink Excel Discussion (Misc queries) 2 August 22nd 06 12:20 PM
Sorting Question mtown02 Excel Discussion (Misc queries) 1 March 2nd 06 07:10 PM


All times are GMT +1. The time now is 08:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"