I have 3 columns. The first has dates in and the 2nd and 3rd have returns in, both positive and negative. When the return in column m is positive and the return in column n is negative (or vice versa) i want the date in column c to be returned. So far so good. The problem is that some of the cells are blank due to dodgy data.
=IF(AND(M22<0,N22>0),C22," ")
When the above formula comes across a negative value in column m and a blank in column n, it still returns the date in column c. I want it to not return a date.
Any ideas?
And thank you so much to everyone who's been helping me on here - i only discovered these forums a few days ago and you've helped enormously!
Thanks
Jo
Bookmarks