I need to check the values of a number of cells and keeping getting errors. D39 is a 'list cell' to control entries
1st check
=IF(D37="No", And(D39="Sea"or"Country")"text1=iftrue","text2=iffalse")
if I then change cell D37 to 'Yes' then
=IF(D37="Yes", And(D39="Sea"or"Country")"text3=iftrue","text4=iffalse")
Thanks in advance Paul