PC Review


Reply
Thread Tools Rate Thread

Computing the item age

 
 
AG
Guest
Posts: n/a
 
      28th May 2009
Hi,

Can someone help me with this:
I have the following type of data:

Itam Tag Last Updated Date
AAA 01-Jan-09
AAB 01-Jan-09
AAC 01-Jan-09
AAA 02-Jan-09
AAD 02-Jan-09
AAF 02-Jan-09
BBA 02-Jan-09
AAA 03-Jan-09
AAD 03-Jan-09
BBB 03-Jan-09
AAD 04-Jan-09

Above is the cumulative data for daily reports (report generated on
last updated date). An item tag appears in the report it the item is
outstanding. And it will keep appearing everyday until it is fixed. I
want to compute what is the last day when the appeared in the report,
that is, if you look at item AAA, it first appeared on 1-jan-09 and it
last appeared on 3-jan-09. So, I should be able to compute the number
of days this item was outstanding.

I'll appreciate if anyone can help me with this. Thanks.

-AG

 
Reply With Quote
 
 
 
 
Gary''s Student
Guest
Posts: n/a
 
      28th May 2009
=MAX(IF(A1:A11="AAA",B1:B11,""))-MIN(IF(A1:A11="AAA",B1:B11,""))

This is an array formula that must be entered with CNTRL-SHFT-ENTER rather
than just the ENTER key.
--
Gary''s Student - gsnu200855


"AG" wrote:

> Hi,
>
> Can someone help me with this:
> I have the following type of data:
>
> Itam Tag Last Updated Date
> AAA 01-Jan-09
> AAB 01-Jan-09
> AAC 01-Jan-09
> AAA 02-Jan-09
> AAD 02-Jan-09
> AAF 02-Jan-09
> BBA 02-Jan-09
> AAA 03-Jan-09
> AAD 03-Jan-09
> BBB 03-Jan-09
> AAD 04-Jan-09
>
> Above is the cumulative data for daily reports (report generated on
> last updated date). An item tag appears in the report it the item is
> outstanding. And it will keep appearing everyday until it is fixed. I
> want to compute what is the last day when the appeared in the report,
> that is, if you look at item AAA, it first appeared on 1-jan-09 and it
> last appeared on 3-jan-09. So, I should be able to compute the number
> of days this item was outstanding.
>
> I'll appreciate if anyone can help me with this. Thanks.
>
> -AG
>
>

 
Reply With Quote
 
AG
Guest
Posts: n/a
 
      28th May 2009
Many thanks both of you. That works for me.
- AG
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
parallel computing andrews Microsoft VB .NET 3 28th Aug 2010 01:57 PM
64 bit computing =?Utf-8?B?TmFkYXY=?= Microsoft VC .NET 6 25th Apr 2005 02:37 PM
Alt F4 Computing Alt F4 AMD 64 Bit 0 4th May 2004 05:08 PM
Alt F4 Computing Alt F4 Computer Hardware 0 4th May 2004 05:08 PM
computing age barbara Microsoft Access Getting Started 1 11th Aug 2003 08:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:20 AM.