jim may
Well-known Member
- Joined
- Jul 4, 2004
- Messages
- 7,486
Below is the Critera Range of my Advanced Filter project;
The User is Inputting into Cells B2 and C2 with Dates
The Actual Criteria Range is B4:F5;
I have formulas in B5 and C5 which reference B2 and C2; Currently, as you see
I've "attempted" to allow for if Cells B2 and C2 are BLANKED-OUT by the User
meaning "regardless of dates" -- But it is not working.. Any suggestions?
TIA,
Jim
Excel 2007
The User is Inputting into Cells B2 and C2 with Dates
The Actual Criteria Range is B4:F5;
I have formulas in B5 and C5 which reference B2 and C2; Currently, as you see
I've "attempted" to allow for if Cells B2 and C2 are BLANKED-OUT by the User
meaning "regardless of dates" -- But it is not working.. Any suggestions?
TIA,
Jim
Excel Workbook | |||||||
---|---|---|---|---|---|---|---|
B | C | D | E | F | |||
1 | Start | End | |||||
2 | 5-Aug | 7-Aug | |||||
3 | |||||||
4 | TransDate | TransDate | DeptName | Item# | ItemDesc | ||
5 | >=40760 | <=40762 | Pepper | ||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B5 | =IF(ISBLANK(B2),"",">=" &B2) | |
C5 | =IF(ISBLANK(C2),"","<=" &C2) |