PC Review


Reply
Thread Tools Rate Thread

ageing analyses in excel 30-60, 60-90, 90-120

 
 
shripaldalal
Guest
Posts: n/a
 
      24th Sep 2007
hi,

i require to know what category my due dates fall in, 30-60, 60-90 or
90-120 ?

i already know how to do this, with a formula like:

if(and(days360(AJ2, now()) > 30, days360(aj2, now()) < 60), "30-60",
"")

same with 60-90, 90-120

the problem starts here:

my users may want to put in their own ranges, like 0-15, 15-30, 30-45,
45-60, 60-75, 75-90

also the range may go on and on to any extent.

How can I achieve this ? I just dont know where to start, VLOOKUP,
MATCH ?????????

regards,
shripal.

 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      24th Sep 2007
=LOOKUP(TODAY()-A1,{0,31,61,91;"0-30","31-60","61-90","90-120"})&" days"

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"shripaldalal" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> hi,
>
> i require to know what category my due dates fall in, 30-60, 60-90 or
> 90-120 ?
>
> i already know how to do this, with a formula like:
>
> if(and(days360(AJ2, now()) > 30, days360(aj2, now()) < 60), "30-60",
> "")
>
> same with 60-90, 90-120
>
> the problem starts here:
>
> my users may want to put in their own ranges, like 0-15, 15-30, 30-45,
> 45-60, 60-75, 75-90
>
> also the range may go on and on to any extent.
>
> How can I achieve this ? I just dont know where to start, VLOOKUP,
> MATCH ?????????
>
> regards,
> shripal.
>



 
Reply With Quote
 
shripaldalal
Guest
Posts: n/a
 
      24th Sep 2007
Bob,

Thank you very much, works like a charm!

Best regards,
Shripal Dalal.

 
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
Please help very urgent ageing by if condiction pol Microsoft Excel Misc 2 29th Mar 2010 01:31 PM
Ageing dates Donna Microsoft Excel Worksheet Functions 2 26th Mar 2010 09:52 AM
Ageing by Date to 30, 60,90 etc =?Utf-8?B?V2VuZHlVSw==?= Microsoft Access Queries 9 20th Apr 2007 04:32 PM
Re: AR ageing 120 Tom Ellison Microsoft Access Queries 4 19th Oct 2004 02:29 PM
Re: Password Ageing in XP Pro Miha Pihler Windows XP Security 3 10th Jul 2004 12:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:52 AM.