cm0002@lemmy.world to Programmer Humor@programming.dev · 24 days agoExcel logicimagemessage-square150linkfedilinkarrow-up11.46Karrow-down1135
arrow-up11.32Karrow-down1imageExcel logiccm0002@lemmy.world to Programmer Humor@programming.dev · 24 days agomessage-square150linkfedilink
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·24 days 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))