cm0002@lemmy.world to Programmer Humor@programming.dev · 28 days agoExcel logiclemmy.mlimagemessage-square146fedilinkarrow-up11.47Kcross-posted to: [email protected]
arrow-up11.47KimageExcel logiclemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 28 days agomessage-square146fedilinkcross-posted to: [email protected]
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·28 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))