cm0002@lemmy.world to Programmer Humor@programming.dev · 13 days agoExcel logicimagemessage-square148fedilinkarrow-up11.45Kcross-posted to: [email protected]
arrow-up11.45KimageExcel logiccm0002@lemmy.world to Programmer Humor@programming.dev · 13 days agomessage-square148fedilinkcross-posted to: [email protected]
minus-squarepsud@aussie.zonelinkfedilinkEnglisharrow-up2·12 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))