cm0002@lemmy.world to Programmer Humor@programming.dev · 5 days agoExcel logiclemmy.mlexternal-linkmessage-square147fedilinkarrow-up11.45Karrow-down1133
arrow-up11.32Karrow-down1external-linkExcel logiclemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 5 days agomessage-square147fedilink
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))