Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 78
Default If over 60, then show all detail

I need to know the whole picture for problem customers, not just individual
invoices that are past due.

I have a table that shows details for any invoice with a balance due. It
also specifies inv amt in the appropriate column (current, over 30, over 60,
over 90). I need a formula that will say if any customer has any invoices in
over 60 or over 90 to show ALL detail for customer, not just specific line
items for that customer that are actually over 60 or over 90.

Thank you for your expertise!
Carla
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default If over 60, then show all detail

Carla,

You could use a helper column of formulas, along the lines of

=IF(SUMPRODUCT(($A$2:$A$1000=A2)*($C$2:$C$1000="Ov er 60"))0,"Show me","")

where column A has some unique customer ID and column C indicates the customer has at least one item
that is over 60 - I have assumed that the "Over 60" indicator is a string - if it is a non-zero
amount, then you could use

=IF(SUMPRODUCT(($A$2:$A$1000=A2)*($C$2:$C$10000)) 0,"Show me","")

Then copy down to match your data, and filter on that column to show "Show me" strings only.

HTH,
Bernie
MS Excel MVP


"Carla" wrote in message
...
I need to know the whole picture for problem customers, not just individual
invoices that are past due.

I have a table that shows details for any invoice with a balance due. It
also specifies inv amt in the appropriate column (current, over 30, over 60,
over 90). I need a formula that will say if any customer has any invoices in
over 60 or over 90 to show ALL detail for customer, not just specific line
items for that customer that are actually over 60 or over 90.

Thank you for your expertise!
Carla



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
pivot table - show ALL detail? johng Excel Discussion (Misc queries) 3 September 2nd 09 09:55 PM
group and show detail in pivot tables audimiko Excel Discussion (Misc queries) 0 February 2nd 09 10:39 PM
show detail in pivot table robbie Excel Discussion (Misc queries) 5 June 14th 05 09:15 PM
Show detail Sunryzz Excel Worksheet Functions 0 May 5th 05 10:56 PM
Show one total summary but have drill down to detail Kharpo7 Excel Discussion (Misc queries) 1 December 20th 04 04:50 PM


All times are GMT +1. The time now is 07:16 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"