Hi,
I am trying to put two separate formulas into one, but I am being given a #VALUE ! error in return.
Every single one of them is working fine on it's own, but together there seems to be something wrong.
Code 1
Code 2
Consolidated
Anyone has any ideas?
Thanks
I am trying to put two separate formulas into one, but I am being given a #VALUE ! error in return.
Every single one of them is working fine on it's own, but together there seems to be something wrong.
Code 1
=IF(F2="NO","Not moving","Fast moving")
Code 2
=IF(C2 < DATE(2018,3,30),"Not moving","Fast moving")
Consolidated
=IF(F2="NO","Not moving","Fast moving"),IF(C2 < DATE(2018,3,30),"Not moving","Fast moving")
Anyone has any ideas?
Thanks