Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
HI everyone
I am trying to sum numbers of a specific day of the week like: sumif(a1:a10;"Monday";b1:b10) a1:a10 contains date jj/mm/yy like 01/01/2006 b1:b10 contains numbers I did tried to convert the range a1:a10 into weekdays but this did not work: sumif(text(a1:a10;"dddd");"monday";b1:b10) Can you help me with this formula Many thanks for your help Nicolas |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=SUMPRODUCT(--(WEEKDAY(A1:A10)=2))
-- HTH Bob Phillips (remove nothere from the email address if mailing direct) wrote in message ups.com... HI everyone I am trying to sum numbers of a specific day of the week like: sumif(a1:a10;"Monday";b1:b10) a1:a10 contains date jj/mm/yy like 01/01/2006 b1:b10 contains numbers I did tried to convert the range a1:a10 into weekdays but this did not work: sumif(text(a1:a10;"dddd");"monday";b1:b10) Can you help me with this formula Many thanks for your help Nicolas |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Bob
Sorry I understand where you include the sum of the numbers in b1:b10??? Thanks |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry, missed that bit
=SUMPRODUCT(--(WEEKDAY(A1:A10)=2),B1:B10) -- HTH Bob Phillips (remove nothere from the email address if mailing direct) wrote in message ups.com... Hi Bob Sorry I understand where you include the sum of the numbers in b1:b10??? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumif weekday | Excel Worksheet Functions | |||
WEEKDAY | Excel Worksheet Functions | |||
Weekday and Sumif | Excel Discussion (Misc queries) | |||
WEEKDAY() function: display TEXT not numeric weekday | Excel Discussion (Misc queries) | |||
Weekday | Excel Discussion (Misc queries) |