Hi Team,
i have the following formula that counts dates if they are todays date
=COUNTIF('5 Days Post Settlement'!D11:D1999,TODAY())
How can i change this so it counts the dates in the current week instead (Mon-Sun)?
Technically it is pulling from multiple sheets and this is the full formula, i just used the above section to make it less clunky haha
=COUNTIF('5 Days Post Settlement'!D11:D1999,TODAY())+COUNTIF('6 Weeks Post Settlement'!D11:D1999,TODAY())+COUNTIF('3 Months Post Settlement'!D11:D1999,TODAY())+COUNTIF('6 Months Post Settlement'!D11:D1999,TODAY())+COUNTIF('12 Months Post Settlement'!D11:D1999,TODAY())+COUNTIF('18 Months Post Settlement'!D11:D1999,TODAY())+COUNTIF('24 Months Post Settlement'!D11:D1999,TODAY())+COUNTIF('30 Months Post Settlement'!D11:D1999,TODAY())+COUNTIF('36 Months Post Settlement'!D11:D1999,TODAY())
i have the following formula that counts dates if they are todays date
=COUNTIF('5 Days Post Settlement'!D11:D1999,TODAY())
How can i change this so it counts the dates in the current week instead (Mon-Sun)?
Technically it is pulling from multiple sheets and this is the full formula, i just used the above section to make it less clunky haha
=COUNTIF('5 Days Post Settlement'!D11:D1999,TODAY())+COUNTIF('6 Weeks Post Settlement'!D11:D1999,TODAY())+COUNTIF('3 Months Post Settlement'!D11:D1999,TODAY())+COUNTIF('6 Months Post Settlement'!D11:D1999,TODAY())+COUNTIF('12 Months Post Settlement'!D11:D1999,TODAY())+COUNTIF('18 Months Post Settlement'!D11:D1999,TODAY())+COUNTIF('24 Months Post Settlement'!D11:D1999,TODAY())+COUNTIF('30 Months Post Settlement'!D11:D1999,TODAY())+COUNTIF('36 Months Post Settlement'!D11:D1999,TODAY())