Forum Discussion
ROG
Responsive Resident
4 years agoNew column based on another two columns
Hi all, I'm trying to create a new column based on the two columns below highlighted in pink. The new column should say Yes if these two columns have "Yes" and No if one of them is "No". I tri...
- 4 years ago
ROG Try:
RETURN IF(Flag8Wk_CNSize = 1 && _8WkSigTest = 1, "Yes", "No")