Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Rearranging and renumbering data in rows

Is it possible to rearrange data in column B if i change the corresponding
number in column A? Can I also at the same time rearrange data in column B
while retaining the corresponding number in column A?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Rearranging and renumbering data in rows

For better answers, illustrate simply what you have and want to do. Post some
sample data for cols A and B (what you have). Then show the results that you
want to happen, ie the "after" scenarios, explaining how these results are to
be achieved.
--
Max
Singapore
---
"jenn247" wrote:
Is it possible to rearrange data in column B if i change the corresponding
number in column A? Can I also at the same time rearrange data in column B
while retaining the corresponding number in column A?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Rearranging and renumbering data in rows

Thank you Max. I realize that this is probably a very basic function but
have not been able to find if it can be done.

I would like to convert data as in step 1 to step 2 to step 3 using many
more rows but just the two columns, if possilble, more quickly. Is there a
simple way to do it or a formula I should be using?

Step 1
Colours
1 Black
2 Tan
3 Brindle
4 Fawn


Step 2
Colours
3 Brindle
1 Black
2 Tan
4 Fawn

Step 3
Colours
1 Brindle
2 Black
3 Tan
4 Fawn

Thank you.


"Max" wrote:

For better answers, illustrate simply what you have and want to do. Post some
sample data for cols A and B (what you have). Then show the results that you
want to happen, ie the "after" scenarios, explaining how these results are to
be achieved.
--
Max
Singapore
---
"jenn247" wrote:
Is it possible to rearrange data in column B if i change the corresponding
number in column A? Can I also at the same time rearrange data in column B
while retaining the corresponding number in column A?

  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Rearranging and renumbering data in rows

Taking this to be your base association table
1 Black
2 Tan
3 Brindle
4 Fawn


You can use this anywhere to return the colours based on the lookup nums 1-4
Eg with lookup nums in A6 down, place this in B6:
=INDEX({"Black";"Tan";"Brindle";"Fawn"},MATCH(A6,{ 1;2;3;4},0))
Copy down. Any joy? hit the YES below
--
Max
Singapore
---
"jenn247" wrote:
Thank you Max. I realize that this is probably a very basic function but
have not been able to find if it can be done.

I would like to convert data as in step 1 to step 2 to step 3 using many
more rows but just the two columns, if possilble, more quickly. Is there a
simple way to do it or a formula I should be using?

Step 1
Colours
1 Black
2 Tan
3 Brindle
4 Fawn


Step 2
Colours
3 Brindle
1 Black
2 Tan
4 Fawn

Step 3
Colours
1 Brindle
2 Black
3 Tan
4 Fawn

Thank you.


"Max" wrote:

For better answers, illustrate simply what you have and want to do. Post some
sample data for cols A and B (what you have). Then show the results that you
want to happen, ie the "after" scenarios, explaining how these results are to
be achieved.
--
Max
Singapore
---
"jenn247" wrote:
Is it possible to rearrange data in column B if i change the corresponding
number in column A? Can I also at the same time rearrange data in column B
while retaining the corresponding number in column A?

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
auto renumbering rows with blank spaces edithprado Excel Discussion (Misc queries) 5 October 13th 09 07:07 PM
Rearranging and organizing data imbedded in rows sretepe Excel Discussion (Misc queries) 4 August 28th 09 03:20 PM
renumbering rows Zack Excel Discussion (Misc queries) 4 August 25th 08 08:03 PM
Rearranging columns/rows BernieH Excel Discussion (Misc queries) 1 February 9th 06 09:16 AM
renumbering of rows pboost1 Excel Discussion (Misc queries) 2 October 3rd 05 08:11 PM


All times are GMT +1. The time now is 09:30 AM.

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

About Us

"It's about Microsoft Excel"