Forum Discussion
Zorba4me
Jan 15, 2019Copper Contributor
Excel date system
I have recently removed time from date by using the following function =DATE(YEAR(A7),MONTH(A7),DAY(A7)) then all date have been changed, why ? the date before apply function was 2019-01-01 17:32:45 ...
- Jan 16, 2019
By the way, you may simplify your formula using
=INT(A7)
Detlef_Lewin
Jan 15, 2019Silver Contributor
Hello
If I try it I get 2019-01-01.
Change the number format of A7 to "General". What does show as a numeral value?
Zorba4me
Jan 15, 2019Copper Contributor
Hello
It's show "0". I solved it by adding new column and applying remove time function by choosing data from date cell : )
Very thanks
- SergeiBaklanJan 16, 2019Diamond Contributor
By the way, you may simplify your formula using
=INT(A7)