tlc53
Active Member
- Joined
- Jul 26, 2018
- Messages
- 399
Hi there,
I'm trying to create a unique list of all items which remain unresolved/does not have a resolved date allocated to it.
{=IFERROR(INDEX($B$15:$B$19,SMALL(IF($D$15:$D$19<>"",ROW($B$15:$B$19)),
ROW(1:1))-1,1),””)}
In column B I have the description (B15:B19)
In column D there is a date if the item has been resolved.
I would like the description of column B to appear from B47 down, if it does not have a date assigned to it in column D.
Can anyone see where I am going wrong with this formula? It currently returns #NAME?
Thanks!
I'm trying to create a unique list of all items which remain unresolved/does not have a resolved date allocated to it.
{=IFERROR(INDEX($B$15:$B$19,SMALL(IF($D$15:$D$19<>"",ROW($B$15:$B$19)),
ROW(1:1))-1,1),””)}
In column B I have the description (B15:B19)
In column D there is a date if the item has been resolved.
I would like the description of column B to appear from B47 down, if it does not have a date assigned to it in column D.
Can anyone see where I am going wrong with this formula? It currently returns #NAME?
Thanks!