=If(ISBLANK(F3),IF(F3<E3, ʺYesʺ, ʺNoʺ))
Have tried many iterations of this code to reach two outcomes on a stock order sheet.
Result should return If Blank or cell difference is equal or greater than as "Yes" and "No" if smaller than.
Any help is appreciated.