I have my data in column 1 and 2 like this
M Y
R U
D R
Y K
K D
U M
but i want them to be arranged like this
M M
R R
D D
Y Y
K K
U U
Can anyone help me please.
I have my data in column 1 and 2 like this
M Y
R U
D R
Y K
K D
U M
but i want them to be arranged like this
M M
R R
D D
Y Y
K K
U U
Can anyone help me please.
--- Shakhawat
=======================
Md. Shakhawat Hossain Patwary
Research Assistant
Department of Civil Engineering
Dalhousie University
D304-1360, Barrington Street
Halifax, Nova Scotia
Canada B3J 2X4
Talk: (902) 494 -3821
i apologize i misread your data.
please disregard post
I want to match/compare my data in two different column and write them side by side.
Can anyone help?
What do you mean by compare?
You want to see if the letter in column 1 exists somewhere in Column 2 then write that letter?
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Yes, i want to see if a letter in column 1 exists somewhere in Column 2, then write that letter right beside it (in column 2). Can you help?
=IF(ISNUMBER(MATCH(A1,B:B,0)),A1,"")
Where A1 is value to match in column B.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks