cm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agoExcel logiclemmy.mlexternal-linkmessage-square139fedilinkarrow-up11.48Karrow-down1138cross-posted to: [email protected]
arrow-up11.34Karrow-down1external-linkExcel logiclemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agomessage-square139fedilinkcross-posted to: [email protected]
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·3 months 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))