abrownbear
New Member
- Joined
- Feb 27, 2002
- Messages
- 12
I cannot make this darn thing work! Here's the deal. I have a large spreadsheet we would like to use in the interim during deployment of Microsoft Project. I have project names listed down the rows, and tasks names across the columns. Each cell contains a formula that calculates due dates for each task. This spreadsheet has about 40 columns (tasks) and 80 rows (projects). I have it conditionally formatted so that things past due turn red, things due in the next week turn green, all else remains black. I am trying to create an advanced filter so that I can view only projects with tasks due in the next week.
First problem is I'm not sure of the best type of formula to use for the criteria to say select dates after today, and before today + 10 days. I've tried a straight formula and an AND formula. The AND formula worked (returned true) when I applied it to a single cell, but when I attempted to apply it to the entire sheet nothing filtered out, sheet remained the same. Is there a function that will return true if a value falls between two other values?
Then, I'm not certain I'm laying out the criteria range properly...I want to see any record that contains any task that is due within the next 10 days--So I placed my criteria each in a different column and row of the range. That is, criteria for column 1(task 1)in A1; criteria for column 2 in B2; criteria for column 3 in C3 and so on, so they appear diagonally, all the way to AI34. According to the help file, this creates an OR function for each column. Does this seem right? Sometimes this filters out all the records, though they've turned green so I know there are some that fit the criteria. What am I doing wrong here? I should also mention that about every 3rd or 4th time I apply the filter, Excel experiences some kind of error and shuts down. I'm suspicious that the Advanced Filter just does not work properly. Also, I've tried using natural language references and direct cell/range references, same result. The directions say to use the corresponding cell in the first record for the criteria formula. Also, same result. Anybody got ANY ideas!
First problem is I'm not sure of the best type of formula to use for the criteria to say select dates after today, and before today + 10 days. I've tried a straight formula and an AND formula. The AND formula worked (returned true) when I applied it to a single cell, but when I attempted to apply it to the entire sheet nothing filtered out, sheet remained the same. Is there a function that will return true if a value falls between two other values?
Then, I'm not certain I'm laying out the criteria range properly...I want to see any record that contains any task that is due within the next 10 days--So I placed my criteria each in a different column and row of the range. That is, criteria for column 1(task 1)in A1; criteria for column 2 in B2; criteria for column 3 in C3 and so on, so they appear diagonally, all the way to AI34. According to the help file, this creates an OR function for each column. Does this seem right? Sometimes this filters out all the records, though they've turned green so I know there are some that fit the criteria. What am I doing wrong here? I should also mention that about every 3rd or 4th time I apply the filter, Excel experiences some kind of error and shuts down. I'm suspicious that the Advanced Filter just does not work properly. Also, I've tried using natural language references and direct cell/range references, same result. The directions say to use the corresponding cell in the first record for the criteria formula. Also, same result. Anybody got ANY ideas!