jimmy2times
Board Regular
- Joined
- Aug 8, 2014
- Messages
- 69
in cell O45 I have a countif formula
The formula is looking at the cell range O7:O11 and counting yes,no, n/a appear.
I then want to conver the result of the countif from a number to a text value using this logic:
If the "no" count is zero, return "yes"
If the "no" count is 1-5, return "no"
So I think it will be something like an if statement combined with a countif & then converting number to text.
If there is a way of achieving this by formula or by VBA please let me know
The formula is looking at the cell range O7:O11 and counting yes,no, n/a appear.
I then want to conver the result of the countif from a number to a text value using this logic:
If the "no" count is zero, return "yes"
If the "no" count is 1-5, return "no"
So I think it will be something like an if statement combined with a countif & then converting number to text.
If there is a way of achieving this by formula or by VBA please let me know