cm0002@lemmy.world to Programmer Humor@programming.dev · 15 天前Excel logiclemmy.mlexternal-linkmessage-square148fedilinkarrow-up11.46Karrow-down1134
arrow-up11.33Karrow-down1external-linkExcel logiclemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 15 天前message-square148fedilink
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·14 天前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))