I am trying to make a logical expression that checks for one of 4 conditions, and returns a displayed value for each of those conditions, but returns an error message if one of those conditions is not met.
If cell C5 = "N", then C10 = "N", if C5="S", then C10 = "S", if c5="+", then c10="+", if c5="-", then c10="-", if C5 is not equal to one of the previous four conditions, then c10="C5 error"
Restated another way for clarity:
If c5=N,S,+,or -, then c10=c5, else c10="c5 error"
So, what is the proper syntax for this? Sorry that my jargon is not up to speed, this is the only way I know how to ask the question.Thanks for the help.
Bookmarks