Hello,
I am pretty new to excel and I came across a problem. I have a formula based on the date to return me a value, please see below.
=IF(C2<DATE(2018,2,29),"Not moving","Fast moving")
On some of my data, I have empty columns which I want to get identified and given a special name. I tried to do something as below, but it either gives me a Value or REF error.
IF(C2<DATE(2018,2,29),"Not moving","Fast moving"),IF(ISBLANK(C2),”Not moving”)
Any ideas how to implement it?
Thanks
I am pretty new to excel and I came across a problem. I have a formula based on the date to return me a value, please see below.
=IF(C2<DATE(2018,2,29),"Not moving","Fast moving")
On some of my data, I have empty columns which I want to get identified and given a special name. I tried to do something as below, but it either gives me a Value or REF error.
IF(C2<DATE(2018,2,29),"Not moving","Fast moving"),IF(ISBLANK(C2),”Not moving”)
Any ideas how to implement it?
Thanks