cm0002@lemmy.world to Programmer Humor@programming.dev · 18 days agoExcel logiclemmy.mlimagemessage-square144linkfedilinkarrow-up11.44Karrow-down1134
arrow-up11.31Karrow-down1imageExcel logiclemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 18 days agomessage-square144linkfedilink
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·17 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))