Forum Discussion
emilymarty1
Jul 05, 2017Copper Contributor
IF Function
I am trying to use an IF function that looks at words rather than numbers. I would like the function to look at the data range B4:B20 and if they all have Yes typed in I would like the function to di...
- Jul 05, 2017
Hi
=IF(COUNTIF(B4:B20,"Yes")=ROWS(B4:B20),"Certified","Training needed")
Detlef_Lewin
Jul 05, 2017Silver Contributor
Hi
=IF(COUNTIF(B4:B20,"Yes")=ROWS(B4:B20),"Certified","Training needed")