Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Two columns whit same value


Hello ,all
I have question about , macros , can i make macros checking tow column
for same value ,and if value is same move this value ,only same
Example:
1 A1 B1
2 4 10
3 15 4
4 10 15
5 18 13
6 7 11

have to make this

1 A1 B1
2 4 4
3 10 10
4 15 15
5 7 11
6 18 13

Thenks.


--
ceconik
------------------------------------------------------------------------
ceconik's Profile: http://www.excelforum.com/member.php...o&userid=28066
View this thread: http://www.excelforum.com/showthread...hreadid=476151

  #2   Report Post  
Posted to microsoft.public.excel.programming
baj baj is offline
external usenet poster
 
Posts: 24
Default Two columns whit same value

Supplementary question :

What do you expect from the system if there are multiple values that
have the same value ?

Greetings,
Baj

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Two columns whit same value


Use this formula in an additional column (C)

C1 =IF(A1=B2,B2,B1)

Drag this formula to the end of the table.

The macro is simple now. Just copy column C and paste values only i
cell B1

--
Fa
-----------------------------------------------------------------------
Faz's Profile: http://www.excelforum.com/member.php...fo&userid=2783
View this thread: http://www.excelforum.com/showthread.php?threadid=47615

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Two columns whit same value


What do you expect from the system if there are multiple values that
have the same value ?

Greetings,

If is have multiple value ,i would like mouve this cell ,example :

1 A1 B1
2 10 10
3 38 38
4 38 38
5 7 6

This , theks again for question


--
ceconik
------------------------------------------------------------------------
ceconik's Profile: http://www.excelforum.com/member.php...o&userid=28066
View this thread: http://www.excelforum.com/showthread...hreadid=476151

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
lock cell whit first value cferoiu Excel Worksheet Functions 5 May 30th 09 08:43 AM
excel remake whit shadow all the row where i am edit LuisJavier Excel Worksheet Functions 2 October 16th 06 03:40 AM
Sum of cells whit the same name Mark J Excel Worksheet Functions 2 January 23rd 06 04:55 PM
How can I get the record from excel whit asp? weizi Excel Programming 0 July 22nd 03 09:42 AM
help whit hyperlink Didier Lizard Excel Programming 1 July 12th 03 01:26 PM


All times are GMT +1. The time now is 02:59 AM.

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

About Us

"It's about Microsoft Excel"