OK, so what do you want it to return if it finds that the target cell is a blank?

I think what you're probably after here is something along the lines of:

=IF(ISBLANK(N14),"Something",IF(N14>0,1,0))