reorganiztion help needed

juster21

Well-known Member
Joined
Jun 3, 2005
Messages
867
Location # 1...2...3...4
ID#
001a.........A
002b...................A
003c..............R........A
004d.........A........R
----------------------------------------------------------------------

ID#.........A...R
001a........2
002b........3
003c........4...2
004d........1...3

The top is what I have...the bottom is what I want. Is it possible to do this in Excel or is Access a better route?
Sorry I don't have the HTML Add-In.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Book2
ABCDE
1Location1234
2ID
3001AA
4002BA
5003CRA
6004DAR
7
8
9IDAR
10001A2 
11002B3 
12003C42
13004D13
Sheet1


Formula in B10: =IF(ISNA(MATCH(B$9,B3:E3,0)),"",COLUMN(INDEX($A$3:$E$6,MATCH($A10,$A$3:$A$6,0),MATCH(B$9,$B3:$E3,0))))
copied over to C10 and then copied down.
 
Upvote 0

Forum statistics

Threads
1,202,981
Messages
6,052,898
Members
444,610
Latest member
dodong

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top