Hello,
I am a beginner using Excel formulas and I am trying to count the number of cells (column C of the first image) that falls within each month of the year (column I, see the second image).
I know the formula below is incorrect, and I am trying to figure out how the date range for each month can fall within it with a number count as the result.
=COUNTIFS('Purchase Order'!C:C,">=6/31/2023",'Purchase Order'!C:C,"<=6/1/2023")
For example, C4:C6 in the first screenshot has the dates 11/28/23, so I want a formula in column I, PO Month, see the second screenshot, to identify these date ranges within the month of November and so forth.
Additionally, is there anything different for the formula if I want to count the dollar value of a column that falls under a specific month for POs that has been issued?
I am a beginner using Excel formulas and I am trying to count the number of cells (column C of the first image) that falls within each month of the year (column I, see the second image).
I know the formula below is incorrect, and I am trying to figure out how the date range for each month can fall within it with a number count as the result.
=COUNTIFS('Purchase Order'!C:C,">=6/31/2023",'Purchase Order'!C:C,"<=6/1/2023")
For example, C4:C6 in the first screenshot has the dates 11/28/23, so I want a formula in column I, PO Month, see the second screenshot, to identify these date ranges within the month of November and so forth.
Additionally, is there anything different for the formula if I want to count the dollar value of a column that falls under a specific month for POs that has been issued?