Hello,
can u help me?
I have a list with rows like this:
A B
1a
2a
3a
4a
5a
6a
and i want automatically turn into this:
A B
1a 2a
3a 4a
5a 6a
I have excel 2007, and i i'm new user.
THANX in advance.
(p.s. admins: hope i post it in the right category)
Hi
Welcome to the forum
I assumed your data was starting in row 1 of column A.
In C1 enter
=INDEX($A:$A,((ROW()-2)*2)+2)
in D1 enter
=INDEX($A:$A,((ROW()-2)*2)+2)
copy down as far as required
--
Regards
Roger Govier
Microsoft Excel MVP
Small correction to Roger's formulae:
assuming your data was starting in row 1 of column A.
In C1 enter:
in D1 enter:=INDEX($A:$A,((ROW()-1)*2)+1)
Cheers,=INDEX($A:$A,((ROW()-1)*2)+2)
“To sin by silence when they should protest makes cowards of men.” ~ Abraham Lincoln
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks