cm0002@lemmy.world to Programmer Humor@programming.dev · 6 days agoExcel logiclemmy.mlimagemessage-square133fedilinkarrow-up11.29Karrow-down1115cross-posted to: programmerhumor@lemmy.ml
arrow-up11.18Karrow-down1imageExcel logiclemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 6 days agomessage-square133fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·5 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))