nfisher1510
New Member
- Joined
- Feb 27, 2017
- Messages
- 9
I need to have a function to work as follows:
Row B3:B11 if the letter D or B are present return Good, If neither are present then return need
If I have two D's in the Cells or 2 B's in the cell I need it return Good also.
The below formula works if I only have a D in the cells, but if I take the D out and add a B it returns a need. I need it to return a Good if either letters are in there.
=IF(COUNTIF(C3:C11,"D"),"Good","Need")
Row B3:B11 if the letter D or B are present return Good, If neither are present then return need
If I have two D's in the Cells or 2 B's in the cell I need it return Good also.
The below formula works if I only have a D in the cells, but if I take the D out and add a B it returns a need. I need it to return a Good if either letters are in there.
=IF(COUNTIF(C3:C11,"D"),"Good","Need")