Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Dec 13, 10:09*am, Lars-Åke Aspelin
wrote: On Sat, 13 Dec 2008 08:02:35 -0800 (PST), wx4usa wrote: Can sumproduct return the weekday from just the mm/dd/yyyy format? I have the date mm/dd/yyyy in column a and sales dollars in column b. I would like just Tuesdays sales. Try this formula: =SUMPRODUCT((WEEKDAY(A1:A10)=3)*(B1:B10)) Change the 10 in two places to match the number of rows you have. Hope this helps / Lars-Åke Wow that's really great! Thank you. Lars-Åke |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format date dd.mm.yyyy to dd/mm/yyyy | Excel Discussion (Misc queries) | |||
change date format from dd/mm/yyyy to mm/yyyy | Excel Discussion (Misc queries) | |||
How do I convert a birthdate format from yyyy/mm/dd to mm/dd/yyyy | Excel Worksheet Functions | |||
Display weekday when date is MM-DD-YYYY | Excel Discussion (Misc queries) | |||
how do I change date from mm/dd/yyyy to dd:mm:yyyy format in Excel | New Users to Excel |