Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 137
Default Can I group overdue Invoices by date from an Excel worksheet?

I get an Excel worksheet sent every week with all the Outstanding Invoices.
I have to phone customers about the overdue ones.
Is there any way of collecting the ones over a certain date to make my life
easier?
I could have 6 months worth of Invoices but only need to chase 3 months worth.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 176
Default Can I group overdue Invoices by date from an Excel worksheet?

Try creating a helper column that outputs a 1 if they are overdue and 0 if
not, something like the following. I used a reference date of August 1,
2006... change to fit your overdue date:

=IF(A1DATE(2006,8,1),1,0)

Then, use auto-filter (<Data<Filter<Auto-Filter), and choose to only
display rows that have a "1" for this newly created column.

--
Regards,
Dave


"Newbie" wrote:

I get an Excel worksheet sent every week with all the Outstanding Invoices.
I have to phone customers about the overdue ones.
Is there any way of collecting the ones over a certain date to make my life
easier?
I could have 6 months worth of Invoices but only need to chase 3 months worth.

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
How do I create a schedule from a list of dates ? Gavin Morris Charts and Charting in Excel 2 October 28th 10 04:08 PM
Excel date format trouble michaelberrier Excel Discussion (Misc queries) 2 April 21st 06 05:21 AM
Excel 2000 worksheet where I want to convert date format Russell-stanely Excel Discussion (Misc queries) 5 December 19th 05 02:02 AM
Excel 2003, Convert EXISTING Worksheet Data to XML? [email protected] Excel Discussion (Misc queries) 4 November 16th 05 04:45 AM
Despite formatting a column in Excel 2002 worksheet as Short Date. Pete Whalley Excel Discussion (Misc queries) 2 February 7th 05 06:17 PM


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

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"