Sign in to join the conversation:
Hello,
I'm trying to sum numbers in a column a if the launch date is within the next 30 days. Thanks in advance for any help!
Try something along the lines of...
=SUMIFS([Column A]:[Column A], [Date Column]:[Date Column], AND(@cell >= TODAY(), @cell <= TODAY(30)))
It will sum column A if the date is between today and the next 30 days.
thank you!
Happy to help.
Hi all. My team is currently using a sheet to track tasks and hours spent on each task, for each week of the month. There are 4 different types of tasks (Project, Initiative, Ad Hoc, Daily Task), and some of out project managers work on the same project or initiative. I am trying to create a COUNTIF formula to count the…
Okay, so I have been working this problem for a few days and it's officially making me crazy. Here's the problem statement: I have 3 intake sheets for different business units. Each has an Auto-Number column that has a prefix for the BU. I need to consolidate all of the attachments from those 3 sheets into 1 sheet. So on…
I am trying to get a formula that will count the number of times a date appears in a particular column.