cm0002@lemmy.world to Programmer Humor@programming.dev · 26 天前Excel logiclemmy.mlimagemessage-square146linkfedilinkarrow-up11.47Karrow-down1136cross-posted to: [email protected]
arrow-up11.33Karrow-down1imageExcel logiclemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 26 天前message-square146linkfedilinkcross-posted to: [email protected]
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·25 天前You 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))