Hey everybody,
Can smbd help me to figure out this formula:
I need excel to report any value <$C$2 from column C as "YES".
So far I've tried this formula:
IF (C$4:C$8<$C$2,"YES","") except this formular works only for the frist line.
I also need to use nested arrays as I want to be able to sort this column later without data loss.
Bookmarks