cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoExcel logiclemmy.mlimagemessage-square137linkfedilinkarrow-up11.39Karrow-down1125cross-posted to: programmerhumor@lemmy.ml
arrow-up11.27Karrow-down1imageExcel logiclemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square137linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·30 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))