Forum Discussion
Chris Nel
Nov 10, 2017Copper Contributor
AND formula not giving correct result
Hi All, I am using a simple formula using the AND function and it will not give me correct results. For example: In cell N20, I have the text 1-30 as the result of this formula:- =IFERROR(INDE...
- Nov 10, 2017
Hi Chris,
Try to replace this formula:
=AND(N21>0,N21<33)
By this:
=AND(VALUE(N21)>0,VALUE(N21)<33)
Haytham Amairah
Nov 10, 2017Silver Contributor
Hi Chris,
Try to replace this formula:
=AND(N21>0,N21<33)
By this:
=AND(VALUE(N21)>0,VALUE(N21)<33)
- Chris NelNov 10, 2017Copper ContributorThank you Haytham! 'Value' - Of course. Now for the next part, using this formula in conditional formatting!