COUNTIFS a number only within the last 7 days

ninomato

New Member
Joined
Mar 29, 2023
Messages
1
Hello!

I want to use COUNTIFS but apply the formula only on the last 7 days.
That's the formula I'm trying to use and the data sheet I have, I might need to format that data (?) but my attempts got quite unsuccessful.

Excel Formula:
=COUNTIFS('results-20230321-152509'!D:D,"android",'results-20230321-152509'!BC:BC,B2,'results-20230321-152509'!N:N,"__SESSION__",'results-20230321-152509'!A:A,">="&TODAY()-7)
1680081477393.png


1680081381863.png
 

Attachments

  • 1680081436214.png
    1680081436214.png
    19.7 KB · Views: 7
Last edited by a moderator:

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Try

Excel Formula:
=COUNTIFS('results-20230321-152509'!D:D,"android",'results-20230321-152509'!B:B,B2,'results-20230321-152509'!N:N,"__SESSION__",'results-20230321-152509'!A:A,">="&TODAY()-7)
 
Upvote 0

Forum statistics

Threads
1,223,313
Messages
6,171,385
Members
452,397
Latest member
ddneptune

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top