Excel rearrange data from cloumns into rows
Closed
mahensch
Posts
3
Registration date
Thursday December 10, 2009
Status
Member
Last seen
December 12, 2009
-
Dec 11, 2009 at 04:03 PM
mahensch Posts 3 Registration date Thursday December 10, 2009 Status Member Last seen December 12, 2009 - Dec 12, 2009 at 11:22 AM
mahensch Posts 3 Registration date Thursday December 10, 2009 Status Member Last seen December 12, 2009 - Dec 12, 2009 at 11:22 AM
Related:
- Excel rearrange data from cloumns into rows
- Transfer data from one excel worksheet to another automatically - Guide
- Tmobile data check - Guide
- Excel marksheet - Guide
- Number to words in excel - Guide
- Excel free download - Download - Spreadsheets
3 responses
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Dec 11, 2009 at 11:15 PM
Dec 11, 2009 at 11:15 PM
find out unique values of plots and species by
using advance filter
see help undergetting unique values under excel help
if there is porblem in getting unique plots and species post back and try google search.
in your case the unique plots are 1 2 3 and unique species are A B C D E
below the data choose a cell e.g. A13 onwards down and to right as follows
Plot A B C D E
1
2
3
in B14 copy this formula
=IF(ISNA(INDEX($C$2:$C$11,MATCH(1,($A$2:$A$11=$A14)*($B$2:$B$11=B$13),0),1)),0,INDEX($C$2:$C$11,MATCH(1,($A$2:$A$11=$A14)*($B$2:$B$11=B$13),0),1))
invoke this formla with CONTROL+SHIFT+ENTER
copy B14 down and to the right
you get this result from A13 down and right=A13 will be blank )
A B C D E
1 1 2 1 0 0
2 0 0 4 5 0
3 6 6 2 1 3
BY THE BY 1C is 1 and not 0
using advance filter
see help undergetting unique values under excel help
if there is porblem in getting unique plots and species post back and try google search.
in your case the unique plots are 1 2 3 and unique species are A B C D E
below the data choose a cell e.g. A13 onwards down and to right as follows
Plot A B C D E
1
2
3
in B14 copy this formula
=IF(ISNA(INDEX($C$2:$C$11,MATCH(1,($A$2:$A$11=$A14)*($B$2:$B$11=B$13),0),1)),0,INDEX($C$2:$C$11,MATCH(1,($A$2:$A$11=$A14)*($B$2:$B$11=B$13),0),1))
invoke this formla with CONTROL+SHIFT+ENTER
copy B14 down and to the right
you get this result from A13 down and right=A13 will be blank )
A B C D E
1 1 2 1 0 0
2 0 0 4 5 0
3 6 6 2 1 3
BY THE BY 1C is 1 and not 0
mahensch
Posts
3
Registration date
Thursday December 10, 2009
Status
Member
Last seen
December 12, 2009
2
Dec 12, 2009 at 09:23 AM
Dec 12, 2009 at 09:23 AM
Thanks for the help! I've tried the formula on the data I had in my original post to test, but I currently get a #VALUE! result. I see where the formula is going, so I am trying to troubleshoot it now. If you have any ideas to fix the current result, I'd be glad to try them.
As a reference for anyone else using the formula, in the first call for $B$11 there is a (-) sign in the above formula that needs to be removed (I think) and, as I copied it, another somehow popped up after the last call for $A$14.
Thanks again and I will post again once I figure out how to fix the current #VALUE! result.
As a reference for anyone else using the formula, in the first call for $B$11 there is a (-) sign in the above formula that needs to be removed (I think) and, as I copied it, another somehow popped up after the last call for $A$14.
Thanks again and I will post again once I figure out how to fix the current #VALUE! result.
mahensch
Posts
3
Registration date
Thursday December 10, 2009
Status
Member
Last seen
December 12, 2009
2
Dec 12, 2009 at 11:22 AM
Dec 12, 2009 at 11:22 AM
I got it! Sorry, the Ctrl+Shift+Enter was new to me, but after poking around on the web about #VALUE! errors, it works! Thanks so much for your help. Even with a few hours of "troubleshooting" (i.e. not knowing what I was doing), this will be a huge timesaver!
Thanks again!
Thanks again!