marshy3300
Board Regular
- Joined
- Aug 17, 2014
- Messages
- 59
Hi Peeps,
i have the following to display if yes is found in H3, show cell A3. Only problem is it leaves cells blank when a no if found.
Any idea how to have conseqitive yes names going down? I can't think of anything for the false statement. Perhaps a iserror in there as well?
=IF(ISNUMBER(SEARCH("*yes*",Questions!H3)),Questions!A3,"")
Cheers
i have the following to display if yes is found in H3, show cell A3. Only problem is it leaves cells blank when a no if found.
Any idea how to have conseqitive yes names going down? I can't think of anything for the false statement. Perhaps a iserror in there as well?
=IF(ISNUMBER(SEARCH("*yes*",Questions!H3)),Questions!A3,"")
Cheers