How_Do_I
Well-known Member
- Joined
- Oct 23, 2009
- Messages
- 1,838
- Office Version
- 2010
- Platform
- Windows
Hello, if I was using the following formula to search for cells containing the word "land" how would I add to my formula to exclude "England" but return "Scotland, Ireland" etc please?
=IF(ROWS($B$8:B8)>$C$6,"",SMALL(IF(ISNUMBER(SEARCH($C$3,Results)),ROW(Results)-ROW(INDEX(Results,1))+1),ROWS($B$8:B8))).
=IF(ROWS($B$8:B8)>$C$6,"",SMALL(IF(ISNUMBER(SEARCH($C$3,Results)),ROW(Results)-ROW(INDEX(Results,1))+1),ROWS($B$8:B8))).