cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoExcel logiclemmy.mlimagemessage-square141linkfedilinkarrow-up11.4Kcross-posted to: programmerhumor@lemmy.ml
arrow-up11.4KimageExcel logiclemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square141linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·2 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))