cm0002@lemmy.world to Programmer Humor@programming.dev · 11 months agoExcel logicimagemessage-square143linkfedilinkarrow-up11.47Karrow-down1139
arrow-up11.33Karrow-down1imageExcel logiccm0002@lemmy.world to Programmer Humor@programming.dev · 11 months agomessage-square143linkfedilink
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·11 months agoYou can make a date from a datetime in cell A1 with =Date(year(A1), month(A1), day(A1))
You can make a date from a datetime in cell A1 with
=Date(year(A1), month(A1), day(A1))