Hello,
I have a problem. I am using Excel 365 online and have the following data validation formula in one of the cells:
=AND($N$3>$T$3,$N$3<$T$3+60,$N$3<>TEXT($N$3,"MM/DD/YYYY"))
The problem is that when I drag it down to the next cell/row below, it does not update the values. This makes it to stop working. It should update to:
=AND($N$4>$T$4,$N$4<$T$4+60,$N$4<>TEXT($N$4,"MM/DD/YYYY"))
and if I drag it down one more time, it should update to:
=AND($N$5>$T$5,$N$5<$T$5+60,$N$5<>TEXT($N$5,"MM/DD/YYYY"))
etc.
etc.
etc.
I have over 7000 rows and 7 different sheets so doing it manually is out of the question.
Can anyone help?
Bookmarks