1
---Rephrasing the question---
A formula expressing the following information:
-When Column I and J is written "Letter N" will return in column C the writing "PSI"
-When Column K and L is written "Letter N" will return in column C the writing "SI"
-When Column I , J , K and L is written "Letter N" in all these 4 columns will return in column C the writing "C/D"
OBS: My excel does not have function option SES.
but what’s the question? or is it to solve the problem?
– Ricardo Pontual
If possible explain me how the SES function can be replaced because I could not find any function that does this other than the SES function, but where I will apply we do not have this resource available
– Gabriel Menegueli
You have to discriminate more precisely the combinations. For example "When it’s not "A" or "B" retouch "C/D"" are you referring to which columns? " A' in column L and "B" in column J or in a single column? Do both conditions have to occur or just one condition? Define precisely what you want, leaving no room for possible interpretations, which will make it easier to help you.
– anonimo
the SES function may be replaced by the
SE
andOU
, for example:SE(OU(J1="A";L1="B");"IGUAL";"DIFERENTE")
– Ricardo Pontual