Count IF Formula Help

Viq

New Member
Joined
Apr 1, 2020
Messages
10
Office Version
  1. 2010
Platform
  1. Windows
Hello, I was hoping to get some help

I need to add in an extra element to this formula which will allow me to count all the milestones that have passed. The below formula currently provides How many milestones are contained within each month. I am planning to place the extended formula in L3 as per screen shot below.,

=COUNTIFS('Milestone Data'!$R$2:$R$821,">="&ALL!M3,'Milestone Data'!$R$2:$R$821,"<="&ALL!N3)

I have added this data in the 'Milestone Data' tab in Column Z. For the Milestone that have passed, I have provided a value of 1, and those that have failed, I have provided a value of 0. Not sure if these would be good values to use, as I want to represent into a graph.

How can I add this into the formula? I was thinking of another counfif formula at the end of it?


MSSCREENSHOT.jpg
MSSCREENSHOT2.jpg
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Just sum the 1's and 0's in column Z using the same SUMIFS formula that you did in your previous thread.
 
Upvote 0
Hi Jason

I have only had the opportunity to try this morning and I think it's worked using the SUMIF formula

Many thanks for your direction :)
 
Upvote 0

Forum statistics

Threads
1,214,522
Messages
6,120,019
Members
448,938
Latest member
Aaliya13

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