Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jamie_moore
 
Posts: n/a
Default Returning only non zero effect groups

Here is a sample list (mine are much larger w/many more fields)

Name Amount Date

bob 100 04-05-05
bob -50 05-04-05
bob -25 05-05-05
sarah 200 04-03-05
sarah -200 04-06-05
dave 300 04-02-05
dave -150 04-27-05
dave -150 05-18-05

I only care about the values for the groups(name would be group in this
case) in which the net effect of all amounts IS NOT zero. I need all the
data in every field when that is the case. I am willing to put it in a
Access table if necessary, but would rather do it in excel. Obviously with a
lot of data it would be very inefficient to Subtotal and then manually delete
those that have a net zero effect.

Thanks for any help
--
jamie
  #2   Report Post  
bj
 
Posts: n/a
Default

try a helper column with
=if(sumif($A$1:$A$1000,B1,$C$1:$C$1000)=100,0,1)
then select the helper column <data<filters<Autofilter
goto the little arrow at the top of the helper column and select 1
this now shows the names whose data does not = 100

"jamie_moore" wrote:

Here is a sample list (mine are much larger w/many more fields)

Name Amount Date

bob 100 04-05-05
bob -50 05-04-05
bob -25 05-05-05
sarah 200 04-03-05
sarah -200 04-06-05
dave 300 04-02-05
dave -150 04-27-05
dave -150 05-18-05

I only care about the values for the groups(name would be group in this
case) in which the net effect of all amounts IS NOT zero. I need all the
data in every field when that is the case. I am willing to put it in a
Access table if necessary, but would rather do it in excel. Obviously with a
lot of data it would be very inefficient to Subtotal and then manually delete
those that have a net zero effect.

Thanks for any help
--
jamie

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
Mouse over effect on autoshape Mark Stephens Charts and Charting in Excel 1 May 7th 05 03:54 PM
Create shadow effect on with chart [email protected] Charts and Charting in Excel 1 April 21st 05 10:24 PM
return groups of components Stan Altshuller Excel Worksheet Functions 2 April 20th 05 04:16 PM
how do i view all groups under excel in google groups JulieD Excel Discussion (Misc queries) 2 December 16th 04 04:33 PM
MY VLOOKUP IS RETURNING N/A AND THEREFORE MY TOTAL SUM AT THE BOT. Martin Excel Discussion (Misc queries) 2 December 13th 04 11:21 AM


All times are GMT +1. The time now is 04:01 PM.

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"