If/And formulas
Maria Watters
✭✭✭✭✭
Hello All,
I am trying to create a formula where I want to see the sum of all positive test results if the testing date is within the last week.
This is what I have so far and not sure if I am even on the right track.
=SUMIF(AND({Employee Surveillance Testing Range 1}, >0, {Employee Surveillance Testing Range 4} - TODAY() - 7))
Tags:
Best Answer
-
Try something like this...
=SUMIFS({Range To Sum}, {Range To Sum}, @cell > 0, {Date Range}, @cell >= TODAY(-7))
Answers
-
Try something like this...
=SUMIFS({Range To Sum}, {Range To Sum}, @cell > 0, {Date Range}, @cell >= TODAY(-7))
-
Thank you!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 442 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives