how to use "IF" here
It is difficult for me, but I hope not for you peopl, I want to make column
"E" in my work book such that
if cells in column ""A"," B", "C", "D" have "severe" or "moderate" or
"mild", corresponding cell in column "E" should show "Yes"
but ifF Column "A", "B"," C", "D " ALL have "normal", corresponding cell in
"E" should show "NO"
AND IF COLUMNS "A", "B", "C", "D" all have "n/a", "n/d", E should show "n/a"
In this example,
A B C
D E
MILD NORMAL NORMAL NORMAL
YES
SEVERE MODERATE MILD MILD
YES
n/a n/a n/a n/a
n/a
n/a n/d n/d
n/a n/a
severe n/a n/a n/d
Yes
I have tried my best to explain the issue, thanking all in anticipation
|