imran khan
New Member
i have to column named "PO" and "RO". i have to count the values of PO but condition is like :
PO RO
1 a
2 b
3 c
if RO has all values, count PO values (ans "3") and if
PO RO
1
2 b
3 c
if RO has any empty value, count PO value only for RO values has (ans 2)
PO RO
1 a
2 b
3 c
if RO has all values, count PO values (ans "3") and if
PO RO
1
2 b
3 c
if RO has any empty value, count PO value only for RO values has (ans 2)