dixiebritt
Board Regular
- Joined
- Jan 8, 2014
- Messages
- 63
I have a formula that i use to pull out clients names that state "yes" if they are new. The formula has been working for a while and now it is not. On my very first cell, where I have the formula:
=IF(ROW(D1)>$M$2,"",INDEX($D$2:$D$8000,SMALL(IF($E$2:$E$8000="yes",ROW($D$2:$D$8000)-ROW($D$2)+1),ROW(D1))))
results in the correct result
The next cell, yeilds #NUM ! as the result - instead of the actual company name and it does this for all other cells, where this is the case, instead of listing the client name.
=IF(ROW(D3)>$M$2,"",INDEX($D$2:$D$8000,SMALL(IF($E$2:$E$8000="yes",ROW($D$2:$D$8000)-ROW($D$2)+1),ROW(D3))))
Do you have any solutions on why this would happen?
=IF(ROW(D1)>$M$2,"",INDEX($D$2:$D$8000,SMALL(IF($E$2:$E$8000="yes",ROW($D$2:$D$8000)-ROW($D$2)+1),ROW(D1))))
results in the correct result
The next cell, yeilds #NUM ! as the result - instead of the actual company name and it does this for all other cells, where this is the case, instead of listing the client name.
=IF(ROW(D3)>$M$2,"",INDEX($D$2:$D$8000,SMALL(IF($E$2:$E$8000="yes",ROW($D$2:$D$8000)-ROW($D$2)+1),ROW(D3))))
Do you have any solutions on why this would happen?