K
Kevind
Hi, I've scanned all forums but cannot yet find a solution. Hopin
someone in this forum would be kind enough to help out a novice!
I have a worksheet which is used to enter client details and order
placed. The first clolumn is the date on which the order was placed.
I need to count the number of orders placed within a current week b
filtering the client order dates and return the sum of the order
within the current week.
Can anyone help me with a function for this?
To get the daily and monthly orders was not a problem:
=SUM(IF(LEFT(TEXT(W_Students!A8:A4999,"mmddyy"),2)=TEXT(MONTH(TODAY()),"dd"),1,0)
and
=SUM(IF(LEFT(TEXT(W_Students!A8:A4999,"ddyy"),2)=TEXT(DAY(TODAY()),"dd"),1,0)
respectively ...but the current week scenario is baffling me.
Thanks in advance for any help
Kevi
someone in this forum would be kind enough to help out a novice!
I have a worksheet which is used to enter client details and order
placed. The first clolumn is the date on which the order was placed.
I need to count the number of orders placed within a current week b
filtering the client order dates and return the sum of the order
within the current week.
Can anyone help me with a function for this?
To get the daily and monthly orders was not a problem:
=SUM(IF(LEFT(TEXT(W_Students!A8:A4999,"mmddyy"),2)=TEXT(MONTH(TODAY()),"dd"),1,0)
and
=SUM(IF(LEFT(TEXT(W_Students!A8:A4999,"ddyy"),2)=TEXT(DAY(TODAY()),"dd"),1,0)
respectively ...but the current week scenario is baffling me.
Thanks in advance for any help
Kevi