Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default Calculating complaints more than 10 days old

You don't say how you want to identify complaints over 10 working days old.
One way in another column enter:

=IF(IF(B2-A2<0,TODAY()-A2,B2-A2)14,"Over 10 days","")

If you want to use Conditional formatting to colour the cell then use the
formula:

=IF(B2-A2<0,TODAY()-A2,B2-A2)14

in the Conditional formatting dialog box and select a Pattern colour to your
taste.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Craig" wrote in message
...
Hi All,

I have a complaints database with two columns saying opened and closed
(Column A says Opened and Column B says closed). In each of these columns
there is a date giving the opened and closed date. I need to identify all
complaints that have been open for more than 10 working days on a weekly
basis to identify trends.
Obviously for weeks one and two (based on the normal annual calendar)
there
wouldn't be any because they wouldn't have been open long enough but for
week
4 any from the 1st week that are still open would be more than ten days
old.
So for week 5 i would count any from weeks 1 and 2 that were still open,
for
week 6 and from weeks 1-3 that were still open etc etc.

Hope this makes sense.

Cheers



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
Conditional Formatting Dates calculating 10 days and 30 days from a certain date Sioux[_2_] Excel Worksheet Functions 2 October 11th 07 02:04 PM
Need an excel template to log complaints/disposition of equipment slrdra Excel Discussion (Misc queries) 0 February 26th 07 07:43 PM
Days per month for calculating storage days Bart Excel Worksheet Functions 3 January 31st 07 06:40 PM
Calculating recurring date in following month, calculating # days in that period Walterius Excel Worksheet Functions 6 June 4th 05 11:21 PM
Calculating days Wildturkey9521 Excel Worksheet Functions 1 November 30th 04 12:27 AM


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