0
Good afternoon!
I’m having trouble making a field true or false but with 3 variables.
- If A1 and B1 = "N" will be Null
- If only A1 = "N" will be True
- If Only B1 = "N" will be False
How can I mount a function in Excel based on this ?
I’m using the basis of =SE(E(A1="N"; True; False);
But I can’t fit the third variable if both are N
Thanks in advance!
When I put this formula is appearing the field "#NAME?"
– Gabriel Menegueli
Check in the documentation what this error is: #NAME? and make sure everything is correctly typed in your formula. Functions should be in the Office language, for example
SESin Excel in English isIFS. Try to understand the answer formula and not just copy everything and paste.– danieltakeshi
My version of the office package is old and does not have the SES() function, I will update, thank you very much!
– Gabriel Menegueli