cm0002@lemmy.world to Programmer Humor@programming.dev · 4 months agoExcel logiclemmy.mlimagemessage-square137fedilinkarrow-up11.4Karrow-down1126
arrow-up11.28Karrow-down1imageExcel logiclemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 4 months agomessage-square137fedilink
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·4 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))