- Joined
- Apr 27, 2018
- Messages
- 4
- Reaction score
- 0
Hello,
I need a formula that will count the number of expiration dates on another sheet within the same workbook.
I'd like to show a count of:
1. # Currently expired (Today and earlier)
2. # Expiring within 30 days
3. # Expiring within 60 days
4. # Expiring within 90 days
I've devised the following formula but am stuck: =COUNTIF('SHEET2'!Z2:Z200,"<"&TODAY())
Thanks for any help!
Robert
I need a formula that will count the number of expiration dates on another sheet within the same workbook.
I'd like to show a count of:
1. # Currently expired (Today and earlier)
2. # Expiring within 30 days
3. # Expiring within 60 days
4. # Expiring within 90 days
I've devised the following formula but am stuck: =COUNTIF('SHEET2'!Z2:Z200,"<"&TODAY())
Thanks for any help!
Robert