[]
excel formul bugun'den baska tarihi cikarm
www.ablebits.com
Su bölüm;
How to get date difference in days, months and years
To count the number of complete years, months and days between two dates in a single formula, you simply concatenate three DATEDIF functions:
=DATEDIF(A2, B2, "y") &" years, "&DATEDIF(A2, B2, "ym") &" months, " &DATEDIF(A2, B2, "md") &" days"
Su bölüm;
How to get date difference in days, months and years
To count the number of complete years, months and days between two dates in a single formula, you simply concatenate three DATEDIF functions:
=DATEDIF(A2, B2, "y") &" years, "&DATEDIF(A2, B2, "ym") &" months, " &DATEDIF(A2, B2, "md") &" days"
- logisticsmanager (20.12.22 15:09:38)
abi onu biliyorum dedigim gibi ben ayri bir hucreyi today olarak gostermeden today-tarih yapip aradaki farki da g/a/y olarak gosterebilir miyim diye sormustum aslinda ama tesekkurler yine de :)
- bay b (20.12.22 15:38:24)
=datedif(a2,today(),"d") diye yazabilirsin.
Yani o b2 yerine ya da a2 yerine today()
Yani o b2 yerine ya da a2 yerine today()
- logisticsmanager (20.12.22 17:42:59)
1