LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
GB GB is offline
external usenet poster
 
Posts: 230
Default easy macro?

I believe it is an acceptable solution, though not a macro.

What I would do, would be for each cell in the row that has not previously
tested as to be countered, if the negative of the answer exists in the rows
below it, do whatever is necessary to mark the row as not to be used. (Delete
it or flag it) <--- Whatever you do here will determine whether you should be
concerned about it previously testing true as a countered value.


"Bob Phillips" wrote:

You could use conditional formatting with a formula of

=ISNUMBER(MATCH(-A1,A:A,0))

--

HTH

RP

"Ctech" wrote in
message ...

Im having a column with numbers... a lot of these number are exactly the
same except that they are negative/postive so the sum of them will be 0


is there any way I can make a macro which wil indetify to cells which
will qual eachother out to 0?


-1500
-1000
-1000
-200
-100
-30
20
30
99.5
1000
1500

on this list above, these numbers will equal each other out:

-1500 + 1500 = 0
-1000 + 1000 = 0
-30 + 30 = 0


All help apprichiated.


--
Ctech
------------------------------------------------------------------------
Ctech's Profile:

http://www.excelforum.com/member.php...o&userid=27745
View this thread: http://www.excelforum.com/showthread...hreadid=501981




 
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
Easy macro issue (I think) punter Excel Discussion (Misc queries) 3 May 29th 06 03:17 PM
Macro Help, Real Easy comotoman Excel Discussion (Misc queries) 4 January 30th 06 03:43 PM
Tiering Macro, Should be easy? [email protected] Excel Programming 3 September 8th 05 11:48 PM
Easy Excel Macro? sva3 Excel Programming 1 August 19th 05 03:25 PM
VBA macro easy problem! Andrew Slentz Excel Programming 2 May 7th 04 06:39 AM


All times are GMT +1. The time now is 07:54 AM.

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

About Us

"It's about Microsoft Excel"