Me again
Another If problem... along the same lines... :mad:
I am trying to check if a cell has either of the following values...
"0,"
"00,"
" " (2 spaces)
" " (4 spaces)
If it has, then return "No;" and a wrap-line return. If none, then leave blank.
My formula below is not working - it works for those that have the zeros in:
=IF(OR('Sheet1'!W13="0,",'Sheet1'!W13="00,",'Sheet1'!W13=" ",'Sheet1'!W13=" "),"No;"&CHAR(10),"")
Any ideas on what I am doing wrong..?
thanks