ChrisMac1
New Member
- Joined
- Jul 15, 2024
- Messages
- 30
- Office Version
- 365
- Platform
- Windows
Hi there... I have a formula that I believe is currently returning results from blank cells. Any idea how I get those ignored too in the following formula please?
=MIN(IF(ORGANIC!$AG$2:$AG$100000<>"RESOLVED", ORGANIC!$S$2:$S$100000))
The result needed is the item in column AG (rows 2 to 100000) that has the oldest date shown in column S (rows 2 to 100000), and items called RESOLVED should not be included.
Many thanks,
MAC
=MIN(IF(ORGANIC!$AG$2:$AG$100000<>"RESOLVED", ORGANIC!$S$2:$S$100000))
The result needed is the item in column AG (rows 2 to 100000) that has the oldest date shown in column S (rows 2 to 100000), and items called RESOLVED should not be included.
Many thanks,
MAC