I need help on excel.
I need to find a easy way to sort.
I'm trying to find out how to take out dates that are more than 10, 15
20, and so on days.
Say you have a list of dates:
How do I pull out the dates that are 10 days or 30 days past?
I tried using sort but that don't help.
I tried using If and Countif functions. I don't get how it works. I'
stuck.
Please help. Thank You.

1-Jun
2-Jun
3-Jun
4-Jun
5-Jun
6-Jun
7-Jun
8-Jun
9-Jun
10-Jun
11-Jun
12-Jun
13-Jun
14-Jun

Re: Sorting/Function Help by Dave

Dave
Wed Jul 26 06:39:58 CDT 2006

You could add another column with a formula like:

=today()-a2
Format it as General
and drag down the column

Then apply data|filter|autofilter to that column and show the dates that are old
enough (greater than 10, greater than 30, ....



saboolla wrote:
>
> I need help on excel.
> I need to find a easy way to sort.
> I'm trying to find out how to take out dates that are more than 10, 15,
> 20, and so on days.
> Say you have a list of dates:
> How do I pull out the dates that are 10 days or 30 days past?
> I tried using sort but that don't help.
> I tried using If and Countif functions. I don't get how it works. I'm
> stuck.
> Please help. Thank You.
>
> 1-Jun
> 2-Jun
> 3-Jun
> 4-Jun
> 5-Jun
> 6-Jun
> 7-Jun
> 8-Jun
> 9-Jun
> 10-Jun
> 11-Jun
> 12-Jun
> 13-Jun
> 14-Jun

--

Dave Peterson

Re: Sorting/Function Help by saboolla

saboolla
Wed Jul 26 08:27:29 CDT 2006


Thank You So Much Dave.
That helped me a lot.
Wish I found this forum sooner.


--
saboolla
------------------------------------------------------------------------
saboolla's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=36797
View this thread: http://www.excelforum.com/showthread.php?threadid=565096